From 5db9df51ca2825554dea3c372117082635d3ce61 Mon Sep 17 00:00:00 2001 From: Damiano Donati Date: Fri, 3 Jul 2026 17:09:27 +0200 Subject: [PATCH] openshift/cluster-capi-operator: skip e2e-aws-capi-techpreview-post-install for manifests-gen changes The e2e-aws-capi-techpreview-post-install test was missing manifests-gen/ from its pipeline_skip_if_only_changed pattern, causing it to run unnecessarily on PRs that only touch manifests-gen/ files. Update the skip pattern to match the one used by all other tests in the cluster-capi-operator config. --- .../openshift-cluster-capi-operator-main.yaml | 2 +- .../openshift-cluster-capi-operator-release-4.23.yaml | 2 +- .../openshift-cluster-capi-operator-release-5.0.yaml | 2 +- .../openshift-cluster-capi-operator-release-5.1.yaml | 2 +- .../openshift-cluster-capi-operator-main-presubmits.yaml | 2 +- ...openshift-cluster-capi-operator-release-4.23-presubmits.yaml | 2 +- .../openshift-cluster-capi-operator-release-5.0-presubmits.yaml | 2 +- .../openshift-cluster-capi-operator-release-5.1-presubmits.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml index c9d71a3368c21..37a97a9242528 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml @@ -118,7 +118,7 @@ tests: workflow: openshift-e2e-aws - always_run: false as: e2e-aws-capi-techpreview-post-install - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ steps: cluster_profile: openshift-org-aws test: diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml index dc939ff2627cb..ab462a99e25e1 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml @@ -118,7 +118,7 @@ tests: workflow: openshift-e2e-aws - always_run: false as: e2e-aws-capi-techpreview-post-install - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ steps: cluster_profile: openshift-org-aws test: diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0.yaml index 48525d40bac4f..c0633ec946cfa 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0.yaml @@ -119,7 +119,7 @@ tests: workflow: openshift-e2e-aws - always_run: false as: e2e-aws-capi-techpreview-post-install - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ steps: cluster_profile: openshift-org-aws test: diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1.yaml index b96692c9359ca..2ad1d9f3a2f4e 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1.yaml @@ -118,7 +118,7 @@ tests: workflow: openshift-e2e-aws - always_run: false as: e2e-aws-capi-techpreview-post-install - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ steps: cluster_profile: openshift-org-aws test: diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml index 4b7d57117c94c..b853bb9fac66e 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main-presubmits.yaml @@ -241,7 +241,7 @@ presubmits: - agent: kubernetes always_run: false annotations: - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ branches: - ^main$ - ^main- diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23-presubmits.yaml index e33fca1e99058..6194d7aeb0de4 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23-presubmits.yaml @@ -241,7 +241,7 @@ presubmits: - agent: kubernetes always_run: false annotations: - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ branches: - ^release-4\.23$ - ^release-4\.23- diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0-presubmits.yaml index 49dbbfa306e69..1149f226e71b5 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.0-presubmits.yaml @@ -241,7 +241,7 @@ presubmits: - agent: kubernetes always_run: false annotations: - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ branches: - ^release-5\.0$ - ^release-5\.0- diff --git a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1-presubmits.yaml index 9eb77e7bc67d6..fcc062057a90c 100644 --- a/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-5.1-presubmits.yaml @@ -241,7 +241,7 @@ presubmits: - agent: kubernetes always_run: false annotations: - pipeline_skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ + pipeline_skip_if_only_changed: \.md$|(^|/)docs/|(^|/)LICENSE$|(^|/)manifests-gen/|(^|/)OWNERS$ branches: - ^release-5\.1$ - ^release-5\.1-