Skip to content

Commit

Permalink
Add opendev-nova-edpm-pipeline project template
Browse files Browse the repository at this point in the history
opendev-nova-edpm-pipeline project template will run meta content provider and
EDPM job in openstack-experimental pipeline.

It will allow devs to test opendev nova patches on demand with edpm
jobs.

The openstack-experimental pipeline can be triggered by adding a
comment `check rdo experimental` in opendev nova gerrit review.

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
  • Loading branch information
raukadah authored and openshift-merge-bot[bot] committed Sep 2, 2024
1 parent 1d5a81c commit 2dc803c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,28 @@
- nova-operator-kuttl
- nova-operator-tempest-multinode
- nova-operator-tempest-multinode-ceph

##########################################################
# #
# Project Template #
# #
##########################################################
- project-template:
name: opendev-nova-edpm-pipeline
description: |
Project template to run meta content provider and
EDPM job with master opendev and github operator content in
openstack-experimental pipeline.
openstack-experimental:
jobs:
- openstack-meta-content-provider:
vars:
cifmw_bop_openstack_release: master
cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master"
cifmw_repo_setup_branch: master
- nova-operator-tempest-multinode: &job_vars
vars:
cifmw_repo_setup_branch: master
dependencies:
- openstack-meta-content-provider
- nova-operator-tempest-multinode-ceph: *job_vars

0 comments on commit 2dc803c

Please sign in to comment.