Skip to content

Commit 5725f4f

Browse files
committed
Add .github/workflows to irrelevant-files for edpm jobs
As of now, changes in our github workflows does not impact edpm jobs. Not triggering edpm jobs for such change will save resource. Signed-off-by: Amartya Sinha <[email protected]>
1 parent b954eac commit 5725f4f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

zuul.d/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- ^kuttl-test.yaml$
3939
- molecule/.*
4040
- molecule-requirements.txt
41-
- .github/workflows
41+
- ^\.github/workflows/*
4242
- docs/.*
4343
- contribute/.*
4444
- roles/.*/molecule/.*

zuul.d/edpm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
run: ci/playbooks/edpm_baremetal_deployment/run.yml
1919
irrelevant-files:
2020
- ^hooks/playbooks/ironic_.*\.yml$
21+
- ^\.github/workflows/*
2122
vars:
2223
crc_parameters: "--memory 32000 --disk-size 240 --cpus 12"
2324
cifmw_manage_secrets_pullsecret_content: '{}'

zuul.d/edpm_multinode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@
319319
parent: cifmw-podified-multinode-edpm-base-crc
320320
irrelevant-files:
321321
- ^hooks/playbooks/ironic_.*\.yml$
322+
- ^\.github/workflows/*
322323
vars:
323324
cifmw_extras:
324325
- '@scenarios/centos-9/multinode-ci.yml'

0 commit comments

Comments
 (0)