From dd59356210c0bd2fc217e305f7d2f89a16b89ea8 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Tue, 23 Feb 2021 13:54:17 -0500 Subject: [PATCH] Run os tests on build02 It is moved by https://github.com/openshift/release/commit/1370d6af6450af532e8364fc5ff7c231a8b0155a#diff-58bf6ae796976a0dbded9e4753ef25841eabbaf24de54a59d45f05c5884c9044L521 It is moved by the dispatcher because it was in `.buildFarm[aws][build02].paths`. The tool will reassign `.buildFarm`. The correct place to fix a job on build02 is: `.groups[build02].paths` or put the job name in `.groups[build02].jobs`. --- .../jobs/openshift/os/openshift-os-master-presubmits.yaml | 2 +- core-services/sanitize-prow-jobs/_config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-operator/jobs/openshift/os/openshift-os-master-presubmits.yaml b/ci-operator/jobs/openshift/os/openshift-os-master-presubmits.yaml index 8aa3b55e6c788..f42b0d840dced 100644 --- a/ci-operator/jobs/openshift/os/openshift-os-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/os/openshift-os-master-presubmits.yaml @@ -4,7 +4,7 @@ presubmits: always_run: true branches: - master - cluster: build01 + cluster: build02 context: ci/prow/unit decorate: true decoration_config: diff --git a/core-services/sanitize-prow-jobs/_config.yaml b/core-services/sanitize-prow-jobs/_config.yaml index 59b9f5995e895..cb413e61d7b8c 100644 --- a/core-services/sanitize-prow-jobs/_config.yaml +++ b/core-services/sanitize-prow-jobs/_config.yaml @@ -4308,4 +4308,5 @@ groups: - periodic-ipi-deprovision paths: - .*-postsubmits.yaml$ + - openshift/os/.*-presubmits.yaml$ sshBastion: api.ci