Skip to content

Commit a6ab1da

Browse files
committed
Do not run zuul on a doc change
This commit duplicates the list of irrelevant-files to make sure zuul doesn't run at all (wasting CI cycles) on doc/ changes. The current zuul based jobs do not test anything doc related. Signed-off-by: Francesco Pantano <fpantano@redhat.com>
1 parent f88e8e7 commit a6ab1da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

zuul.d/jobs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
attempts: 1
66
required-projects:
77
- github.com/openstack-k8s-operators/glance-operator
8-
irrelevant-files:
8+
irrelevant-files: &common-irrelevant-files
99
- .*/*.md
1010
- ^\..*$
1111
- ^LICENSE$
@@ -15,6 +15,7 @@
1515
- ^README.md$
1616
- tests?\/functional
1717
- ^renovate.json$
18+
- ^docs/
1819
vars:
1920
cifmw_install_yamls_sdk_version: v1.41.1
2021
cifmw_cls_pv_count: 20
@@ -24,6 +25,7 @@
2425
- job:
2526
name: glance-operator-tempest
2627
parent: podified-multinode-hci-deployment-crc-1comp-backends
28+
irrelevant-files: *common-irrelevant-files
2729
vars:
2830
cifmw_ceph_daemons_layout:
2931
rgw_enabled: false

0 commit comments

Comments
 (0)