From 821f9d1c857bcab8c6743ee5b8179ddfe8d2c4bf Mon Sep 17 00:00:00 2001 From: Kui Wang Date: Fri, 16 Jan 2026 09:42:45 +0800 Subject: [PATCH] enhance bindata check --- .../openshift-operator-framework-olm-main.yaml | 2 +- .../openshift-operator-framework-operator-controller-main.yaml | 2 +- .../openshift-operator-framework-olm-main-presubmits.yaml | 2 +- ...-operator-framework-operator-controller-main-presubmits.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-main.yaml b/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-main.yaml index a6d8f6534ba85..8470f59f0df4c 100755 --- a/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-main.yaml +++ b/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-main.yaml @@ -196,7 +196,7 @@ tests: fi container: from: src - run_if_changed: ^(tests-extension/test/qe/testdata/) + run_if_changed: ^tests-extension/(test/qe/testdata/|pkg/bindata/qe/) - as: e2e-aws-olmv0-ext steps: cluster_profile: aws-4 diff --git a/ci-operator/config/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main.yaml b/ci-operator/config/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main.yaml index e1e9790e83de3..27bba7eea728e 100644 --- a/ci-operator/config/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main.yaml +++ b/ci-operator/config/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main.yaml @@ -195,7 +195,7 @@ tests: fi container: from: src - run_if_changed: ^(openshift/tests-extension/test/qe/testdata/) + run_if_changed: ^openshift/tests-extension/(test/qe/testdata/|pkg/bindata/qe/) - as: e2e-gcp-ovn-upgrade steps: cluster_profile: gcp diff --git a/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-main-presubmits.yaml b/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-main-presubmits.yaml index fe1506940ae7a..b8dc352417dcd 100644 --- a/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-main-presubmits.yaml @@ -13,7 +13,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-operator-framework-olm-main-bindata-check rerun_command: /test bindata-check - run_if_changed: ^(tests-extension/test/qe/testdata/) + run_if_changed: ^tests-extension/(test/qe/testdata/|pkg/bindata/qe/) spec: containers: - args: diff --git a/ci-operator/jobs/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main-presubmits.yaml b/ci-operator/jobs/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main-presubmits.yaml index 7b5b8afaa7a6b..eb65f91cca61c 100644 --- a/ci-operator/jobs/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main-presubmits.yaml @@ -13,7 +13,7 @@ presubmits: pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-operator-framework-operator-controller-main-bindata-check rerun_command: /test bindata-check - run_if_changed: ^(openshift/tests-extension/test/qe/testdata/) + run_if_changed: ^openshift/tests-extension/(test/qe/testdata/|pkg/bindata/qe/) spec: containers: - args: