Skip to content

Commit c85aae9

Browse files
Do not run content-provider build images job on doc changes
Add irrelevant-files patterns to content-provider-build-images-base job to exclude documentation-only changes. This follows the same pattern applied to EDPM jobs in commit c2f3dbd, ensuring content provider jobs don't run unnecessarily on doc changes. Assisted by: Claude Sonnet 4 <noreply@anthropic.com> Signed-off-by: Amartya Sinha <amsinha@redhat.com>
1 parent 43352d9 commit c85aae9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

zuul.d/edpm_build_images_content_provider.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
parent: base-ci-framework
55
nodeset: centos-stream-9
66
abstract: true
7+
irrelevant-files:
8+
- ^CONTRIBUTING.md
9+
- ^docs/*
10+
- ^OWNERS*
11+
- roles/.*/molecule/.*
712
required-projects:
813
- opendev.org/zuul/zuul-jobs
914
- github.com/openstack-k8s-operators/edpm-image-builder

0 commit comments

Comments
 (0)