diff --git a/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-master.yaml b/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-master.yaml index e2e593023bc5..d004b1a9e0f2 100644 --- a/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-master.yaml +++ b/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-master.yaml @@ -54,14 +54,17 @@ tests: container: from: src - as: e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp workflow: openshift-e2e-gcp - as: e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: azure4 workflow: openshift-upgrade-azure - as: insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp pre: @@ -82,6 +85,7 @@ tests: workflow: ipi-gcp - as: e2e-metal-ipi-ovn-ipv6 cluster: build05 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: equinix-ocp-metal workflow: baremetalds-e2e-ovn-ipv6 diff --git a/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13.yaml b/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13.yaml index f82385f2009d..f4349f261d89 100644 --- a/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13.yaml +++ b/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13.yaml @@ -55,14 +55,17 @@ tests: container: from: src - as: e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp workflow: openshift-e2e-gcp - as: e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: azure4 workflow: openshift-upgrade-azure - as: insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp pre: @@ -83,6 +86,7 @@ tests: workflow: ipi-gcp - as: e2e-metal-ipi-ovn-ipv6 cluster: build05 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: equinix-ocp-metal workflow: baremetalds-e2e-ovn-ipv6 diff --git a/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14.yaml b/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14.yaml index c01c79b6b94a..bd2f8820c763 100644 --- a/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14.yaml +++ b/ci-operator/config/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14.yaml @@ -54,14 +54,17 @@ tests: container: from: src - as: e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp workflow: openshift-e2e-gcp - as: e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: azure4 workflow: openshift-upgrade-azure - as: insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp pre: @@ -82,6 +85,7 @@ tests: workflow: ipi-gcp - as: e2e-metal-ipi-ovn-ipv6 cluster: build05 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: equinix-ocp-metal workflow: baremetalds-e2e-ovn-ipv6 diff --git a/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.13.yaml b/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.13.yaml index 69cd33592f61..4f33f00479da 100644 --- a/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.13.yaml +++ b/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.13.yaml @@ -54,14 +54,17 @@ tests: container: from: src - as: e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp workflow: openshift-e2e-gcp - as: e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: azure4 workflow: openshift-upgrade-azure - as: insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp pre: @@ -82,6 +85,7 @@ tests: workflow: ipi-gcp - as: e2e-metal-ipi-ovn-ipv6 cluster: build05 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: equinix-ocp-metal workflow: baremetalds-e2e-ovn-ipv6 diff --git a/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.14.yaml b/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.14.yaml index b46b033ebfd9..331e1c6f7856 100644 --- a/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.14.yaml +++ b/ci-operator/config/openshift/insights-operator/openshift-insights-operator-release-4.14.yaml @@ -53,14 +53,17 @@ tests: container: from: src - as: e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp workflow: openshift-e2e-gcp - as: e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: azure4 workflow: openshift-upgrade-azure - as: insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: gcp pre: @@ -81,6 +84,7 @@ tests: workflow: ipi-gcp - as: e2e-metal-ipi-ovn-ipv6 cluster: build05 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ steps: cluster_profile: equinix-ocp-metal workflow: baremetalds-e2e-ovn-ipv6 diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml index 1c6767423ac9..5324254a62a4 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml @@ -1,7 +1,7 @@ presubmits: openshift-priv/insights-operator: - agent: kubernetes - always_run: true + always_run: false branches: - ^master$ - ^master- @@ -21,6 +21,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-master-e2e path_alias: github.com/openshift/insights-operator rerun_command: /test e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -87,7 +88,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^master$ - ^master- @@ -107,6 +108,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-master-e2e-agnostic-upgrade path_alias: github.com/openshift/insights-operator rerun_command: /test e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -169,7 +171,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^master$ - ^master- @@ -190,6 +192,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-master-e2e-metal-ipi-ovn-ipv6 path_alias: github.com/openshift/insights-operator rerun_command: /test e2e-metal-ipi-ovn-ipv6 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -309,7 +312,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^master$ - ^master- @@ -329,6 +332,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-master-insights-operator-e2e-tests path_alias: github.com/openshift/insights-operator rerun_command: /test insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13-presubmits.yaml index 78ffacd546d5..100243f439e4 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.13-presubmits.yaml @@ -1,7 +1,7 @@ presubmits: openshift-priv/insights-operator: - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.13$ - ^release-4\.13- @@ -21,6 +21,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.13-e2e path_alias: github.com/openshift/insights-operator rerun_command: /test e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -87,7 +88,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.13$ - ^release-4\.13- @@ -107,6 +108,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.13-e2e-agnostic-upgrade path_alias: github.com/openshift/insights-operator rerun_command: /test e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -169,7 +171,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.13$ - ^release-4\.13- @@ -190,6 +192,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.13-e2e-metal-ipi-ovn-ipv6 path_alias: github.com/openshift/insights-operator rerun_command: /test e2e-metal-ipi-ovn-ipv6 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -309,7 +312,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.13$ - ^release-4\.13- @@ -329,6 +332,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.13-insights-operator-e2e-tests path_alias: github.com/openshift/insights-operator rerun_command: /test insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14-presubmits.yaml index db861bb22c0b..64b0ac93a7c9 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.14-presubmits.yaml @@ -1,7 +1,7 @@ presubmits: openshift-priv/insights-operator: - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.14$ - ^release-4\.14- @@ -21,6 +21,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.14-e2e path_alias: github.com/openshift/insights-operator rerun_command: /test e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -87,7 +88,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.14$ - ^release-4\.14- @@ -107,6 +108,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.14-e2e-agnostic-upgrade path_alias: github.com/openshift/insights-operator rerun_command: /test e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -169,7 +171,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-agnostic-upgrade,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.14$ - ^release-4\.14- @@ -190,6 +192,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.14-e2e-metal-ipi-ovn-ipv6 path_alias: github.com/openshift/insights-operator rerun_command: /test e2e-metal-ipi-ovn-ipv6 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -309,7 +312,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.14$ - ^release-4\.14- @@ -329,6 +332,7 @@ presubmits: name: pull-ci-openshift-priv-insights-operator-release-4.14-insights-operator-e2e-tests path_alias: github.com/openshift/insights-operator rerun_command: /test insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.13-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.13-presubmits.yaml index 2b1678c4b4fc..667f2fdf9aef 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.13-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.13-presubmits.yaml @@ -1,7 +1,7 @@ presubmits: openshift/insights-operator: - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.13$ - ^release-4\.13- @@ -15,6 +15,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.13-e2e rerun_command: /test e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -77,7 +78,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.13$ - ^release-4\.13- @@ -91,6 +92,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.13-e2e-agnostic-upgrade rerun_command: /test e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -164,6 +166,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.13-e2e-metal-ipi-ovn-ipv6 rerun_command: /test e2e-metal-ipi-ovn-ipv6 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -269,7 +272,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.13$ - ^release-4\.13- @@ -283,6 +286,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.13-insights-operator-e2e-tests rerun_command: /test insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.14-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.14-presubmits.yaml index 945a782c6214..81ed121123f4 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.14-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.14-presubmits.yaml @@ -1,7 +1,7 @@ presubmits: openshift/insights-operator: - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.14$ - ^release-4\.14- @@ -15,6 +15,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.14-e2e rerun_command: /test e2e + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -77,7 +78,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.14$ - ^release-4\.14- @@ -91,6 +92,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.14-e2e-agnostic-upgrade rerun_command: /test e2e-agnostic-upgrade + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -164,6 +166,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.14-e2e-metal-ipi-ovn-ipv6 rerun_command: /test e2e-metal-ipi-ovn-ipv6 + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: @@ -270,7 +273,7 @@ presubmits: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^release-4\.14$ - ^release-4\.14- @@ -284,6 +287,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-insights-operator-release-4.14-insights-operator-e2e-tests rerun_command: /test insights-operator-e2e-tests + skip_if_only_changed: ^docs/|\.(md|adoc)$|^(README|LICENSE|OWNERS)$|_test.go$ spec: containers: - args: