Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#349 from openstack-k8s-ope…
Browse files Browse the repository at this point in the history
…rators/fix_up

Donot trigger dependent jobs on irrelevant files changes
  • Loading branch information
openshift-merge-robot authored Jun 16, 2023
2 parents 16292bd + 877f4e8 commit 3dce172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- name: "openstack-operator"
src: "~/src/github.com/{{ cifmw_operator_build_org }}/openstack-operator"
image_base: openstack
irrelevant-files:
irrelevant-files: &openstack_if
- tests/kuttl
- containers/ci
- .github/workflows
Expand All @@ -27,7 +27,9 @@
- job:
name: openstack-operator-crc-podified-edpm-deployment
parent: cifmw-crc-podified-edpm-deployment
irrelevant-files: *openstack_if

- job:
name: openstack-operator-crc-podified-edpm-baremetal
parent: cifmw-crc-podified-edpm-baremetal
irrelevant-files: *openstack_if

0 comments on commit 3dce172

Please sign in to comment.