Skip to content

Commit

Permalink
Include project-templates from projects
Browse files Browse the repository at this point in the history
Allow project-templates defined in a project to be included.
This particularly applies to infrawatch, which has STF components, each
in their own repo, but which use the same set of jobs for testing.

Other groups of project may also want to define custom project templates
as well e.g. a team may want to have integration tests for a sub-set of
components.

Related: infrawatch/service-telemetry-operator#514
Change-Id: Ia6284fa3de81a464440dc3583ad63e38b7243169
  • Loading branch information
elfiesmelfie committed Nov 7, 2023
1 parent 4f57469 commit fcda033
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions zuul/rdo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1234,14 +1234,9 @@
# only affect those repos. they are not config
# repos and cannot shadow other jobs, projects
# or nodesets.
- openstack-k8s-operators/ci-framework:
include:
- job
- project
- nodeset
- project-template
- include: [job, project, nodeset]
- include: [job, project, nodeset, project-template]
projects:
- openstack-k8s-operators/ci-framework
- openstack-k8s-operators/tcib
- openstack-k8s-operators/nova-operator
- openstack-k8s-operators/placement-operator
Expand Down

0 comments on commit fcda033

Please sign in to comment.