From 9dd7ff6a6e0e4c39abf6f8178c9e00f757945af3 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Wed, 15 Jul 2026 12:07:06 -0400 Subject: [PATCH 1/2] Add required_status_checks to velero + plugin fork branch protection Merges today are gated only by tide label requirements, not by any CI job actually passing. Add required_status_checks.contexts so GitHub Actions and Prow-native checks must be green before merge. Fixes openshift/velero#552 Signed-off-by: Tiger Kaovilai --- .../openshift/velero-plugin-for-aws/_prowconfig.yaml | 3 +++ .../openshift/velero-plugin-for-gcp/_prowconfig.yaml | 3 +++ .../velero-plugin-for-microsoft-azure/_prowconfig.yaml | 3 +++ .../prow/02_config/openshift/velero/_prowconfig.yaml | 6 ++++++ 4 files changed, 15 insertions(+) diff --git a/core-services/prow/02_config/openshift/velero-plugin-for-aws/_prowconfig.yaml b/core-services/prow/02_config/openshift/velero-plugin-for-aws/_prowconfig.yaml index eb888336aa42b..151baf74872a1 100644 --- a/core-services/prow/02_config/openshift/velero-plugin-for-aws/_prowconfig.yaml +++ b/core-services/prow/02_config/openshift/velero-plugin-for-aws/_prowconfig.yaml @@ -8,6 +8,9 @@ branch-protection: - oadp-dev - ^oadp- protect: true + required_status_checks: + contexts: + - Run CI tide: queries: - includedBranches: diff --git a/core-services/prow/02_config/openshift/velero-plugin-for-gcp/_prowconfig.yaml b/core-services/prow/02_config/openshift/velero-plugin-for-gcp/_prowconfig.yaml index 042446fec4a09..4318ce058aedd 100644 --- a/core-services/prow/02_config/openshift/velero-plugin-for-gcp/_prowconfig.yaml +++ b/core-services/prow/02_config/openshift/velero-plugin-for-gcp/_prowconfig.yaml @@ -8,6 +8,9 @@ branch-protection: - oadp-dev - ^oadp- protect: true + required_status_checks: + contexts: + - Run CI tide: queries: - includedBranches: diff --git a/core-services/prow/02_config/openshift/velero-plugin-for-microsoft-azure/_prowconfig.yaml b/core-services/prow/02_config/openshift/velero-plugin-for-microsoft-azure/_prowconfig.yaml index f90c1f2c7eb7c..850cbdb57b76b 100644 --- a/core-services/prow/02_config/openshift/velero-plugin-for-microsoft-azure/_prowconfig.yaml +++ b/core-services/prow/02_config/openshift/velero-plugin-for-microsoft-azure/_prowconfig.yaml @@ -8,6 +8,9 @@ branch-protection: - oadp-dev - ^oadp- protect: true + required_status_checks: + contexts: + - Run CI tide: queries: - includedBranches: diff --git a/core-services/prow/02_config/openshift/velero/_prowconfig.yaml b/core-services/prow/02_config/openshift/velero/_prowconfig.yaml index 31c7203ba110c..75e0846528bf4 100644 --- a/core-services/prow/02_config/openshift/velero/_prowconfig.yaml +++ b/core-services/prow/02_config/openshift/velero/_prowconfig.yaml @@ -8,6 +8,12 @@ branch-protection: - oadp-dev - ^oadp- protect: true + required_status_checks: + contexts: + - ci/prow/lint + - ci/prow/images + - Run CI + - Run Linter Check tide: queries: - includedBranches: From 354393e06756b230927de9266e121c888172644e Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Wed, 15 Jul 2026 12:22:49 -0400 Subject: [PATCH 2/2] Remove redundant unit-test/lint from velero + plugin forks velero and its 3 plugin forks (aws/gcp/microsoft-azure) run duplicate CI: Prow-native unit-test/lint targets alongside upstream-aligned GitHub Actions checks (Run CI, Run Linter Check) that are now required via required_status_checks. Remove the redundant Prow-native tests and drop ci/prow/lint from velero's required_status_checks (context no longer exists). Fixes openshift/velero#552 Signed-off-by: Tiger Kaovilai --- ...nshift-velero-plugin-for-aws-oadp-1.0.yaml | 12 -- ...nshift-velero-plugin-for-aws-oadp-1.3.yaml | 12 -- ...nshift-velero-plugin-for-aws-oadp-1.4.yaml | 12 -- ...nshift-velero-plugin-for-aws-oadp-1.5.yaml | 12 -- ...nshift-velero-plugin-for-aws-oadp-1.6.yaml | 12 -- ...nshift-velero-plugin-for-aws-oadp-dev.yaml | 12 -- ...nshift-velero-plugin-for-gcp-oadp-1.0.yaml | 12 -- ...nshift-velero-plugin-for-gcp-oadp-1.3.yaml | 12 -- ...nshift-velero-plugin-for-gcp-oadp-1.4.yaml | 12 -- ...nshift-velero-plugin-for-gcp-oadp-1.5.yaml | 12 -- ...nshift-velero-plugin-for-gcp-oadp-1.6.yaml | 12 -- ...nshift-velero-plugin-for-gcp-oadp-dev.yaml | 12 -- ...o-plugin-for-microsoft-azure-oadp-1.0.yaml | 12 -- ...o-plugin-for-microsoft-azure-oadp-1.3.yaml | 12 -- ...o-plugin-for-microsoft-azure-oadp-1.4.yaml | 12 -- ...o-plugin-for-microsoft-azure-oadp-1.5.yaml | 12 -- ...o-plugin-for-microsoft-azure-oadp-1.6.yaml | 12 -- ...o-plugin-for-microsoft-azure-oadp-dev.yaml | 12 -- .../velero/openshift-velero-oadp-1.0.yaml | 12 -- .../velero/openshift-velero-oadp-1.3.yaml | 12 -- .../velero/openshift-velero-oadp-1.4.yaml | 24 --- .../velero/openshift-velero-oadp-1.5.yaml | 24 --- .../velero/openshift-velero-oadp-1.6.yaml | 23 --- .../velero/openshift-velero-oadp-dev.yaml | 24 --- ...ro-plugin-for-aws-oadp-1.0-presubmits.yaml | 82 --------- ...ro-plugin-for-aws-oadp-1.3-presubmits.yaml | 82 --------- ...ro-plugin-for-aws-oadp-1.4-presubmits.yaml | 82 --------- ...ro-plugin-for-aws-oadp-1.5-presubmits.yaml | 83 --------- ...ro-plugin-for-aws-oadp-1.6-presubmits.yaml | 83 --------- ...ro-plugin-for-aws-oadp-dev-presubmits.yaml | 82 --------- ...ro-plugin-for-gcp-oadp-1.0-presubmits.yaml | 82 --------- ...ro-plugin-for-gcp-oadp-1.3-presubmits.yaml | 82 --------- ...ro-plugin-for-gcp-oadp-1.4-presubmits.yaml | 82 --------- ...ro-plugin-for-gcp-oadp-1.5-presubmits.yaml | 83 --------- ...ro-plugin-for-gcp-oadp-1.6-presubmits.yaml | 83 --------- ...ro-plugin-for-gcp-oadp-dev-presubmits.yaml | 82 --------- ...r-microsoft-azure-oadp-1.0-presubmits.yaml | 82 --------- ...r-microsoft-azure-oadp-1.3-presubmits.yaml | 82 --------- ...r-microsoft-azure-oadp-1.4-presubmits.yaml | 82 --------- ...r-microsoft-azure-oadp-1.5-presubmits.yaml | 83 --------- ...r-microsoft-azure-oadp-1.6-presubmits.yaml | 83 --------- ...r-microsoft-azure-oadp-dev-presubmits.yaml | 82 --------- .../openshift-velero-oadp-1.0-presubmits.yaml | 83 --------- .../openshift-velero-oadp-1.3-presubmits.yaml | 83 --------- .../openshift-velero-oadp-1.4-presubmits.yaml | 166 ------------------ .../openshift-velero-oadp-1.5-presubmits.yaml | 166 ------------------ .../openshift-velero-oadp-1.6-presubmits.yaml | 166 ------------------ .../openshift-velero-oadp-dev-presubmits.yaml | 164 ----------------- .../openshift/velero/_prowconfig.yaml | 1 - 49 files changed, 2646 deletions(-) diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml index 71921ed2be791..5746c4d79030e 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml @@ -23,18 +23,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.0 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml index 5cb56061b6513..d17ff5b09423f 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml @@ -23,18 +23,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.3 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml index 3221462a3f64a..5c7eefb905fc0 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml @@ -25,18 +25,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.4 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5.yaml index 5c4a3da65c45d..f203567b90550 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5.yaml @@ -26,18 +26,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.5 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6.yaml index a4b2c8996dcfd..abe234fb9d970 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6.yaml @@ -26,18 +26,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.6 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev.yaml index 70b53be40e4b9..af5bf507b5aa4 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev.yaml @@ -25,18 +25,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-dev org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml index 7c27fb106e846..4b0da1d84ecc5 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml @@ -23,18 +23,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.0 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml index 93e1ceb8d0d70..51b2c409b73c8 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml @@ -23,18 +23,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.3 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml index 0684c00be1b67..7f14a9c5c9e2d 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml @@ -25,18 +25,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.4 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5.yaml index 75a0b59e13e5f..1a808e7a52551 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5.yaml @@ -26,18 +26,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.5 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6.yaml index 3e8ab5da9f5bf..2bba9d7af714d 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6.yaml @@ -26,18 +26,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.6 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev.yaml index ce382e7962594..84ff1f2900863 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev.yaml @@ -25,18 +25,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-dev org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml index b289587fc22bc..cfcd853176697 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml @@ -23,18 +23,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.0 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml index 94436dd3cbf69..ec5a56dc3bdac 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml @@ -23,18 +23,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.3 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml index aca090e0cec4f..8de8a73533595 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml @@ -25,18 +25,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.4 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5.yaml index 734ad7910e835..166ee876ebee6 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5.yaml @@ -26,18 +26,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.5 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6.yaml index d903c7d7b9115..9edaba5d33403 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6.yaml @@ -26,18 +26,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.6 org: openshift diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev.yaml index b4220f6abbea3..ec4047102468f 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev.yaml @@ -25,18 +25,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: go mod vendor && go test -v ./... - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-dev org: openshift diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml index ee71e8bfc7f7f..0d862c7b637f0 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml @@ -28,18 +28,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: make -f Makefile.prow ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.0 org: openshift diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml index 96faa9d44710b..95051a8c3b90d 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml @@ -28,18 +28,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: make -f Makefile.prow ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.3 org: openshift diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml index b207a336230ba..a76aba08f9227 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml @@ -32,30 +32,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: PATH="/go/bin:$PATH" make -f Makefile.prow ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: lint - run_if_changed: .*\.go$ - steps: - test: - - as: lint - commands: | - PATH="/go/bin:$PATH" make -f Makefile.prow lint - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.4 org: openshift diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.5.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.5.yaml index c34d69e4ecab0..e08e1fbc0b978 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.5.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.5.yaml @@ -28,30 +28,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: PATH="/go/bin:$PATH" make -f Makefile.prow ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: lint - run_if_changed: .*\.go$ - steps: - test: - - as: lint - commands: | - PATH="/go/bin:$PATH" make -f Makefile.prow lint - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.5 org: openshift diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.6.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.6.yaml index 998c48131ef7e..e6f2212c783d3 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.6.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.6.yaml @@ -28,29 +28,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - optional: true - steps: - test: - - as: unit - commands: PATH="/go/bin:$PATH" make -f Makefile.prow ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: lint - run_if_changed: .*\.go$ - steps: - test: - - as: lint - commands: PATH="/go/bin:$PATH" make -f Makefile.prow lint - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-1.6 org: openshift diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-dev.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-dev.yaml index d10d15610e6ce..6640ef2ab8342 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-dev.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-dev.yaml @@ -27,30 +27,6 @@ resources: requests: cpu: 100m memory: 200Mi -tests: -- as: unit-test - run_if_changed: (\.sh|\.go|config/.*|cmd/.*|assets/.*|internal/.*|Dockerfile.*|Makefile.*)$ - steps: - test: - - as: unit - commands: PATH="/go/bin:$PATH" make -f Makefile.prow ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: lint - run_if_changed: .*\.go$ - steps: - test: - - as: lint - commands: | - PATH="/go/bin:$PATH" make -f Makefile.prow lint - from: src - resources: - requests: - cpu: 100m - memory: 200Mi zz_generated_metadata: branch: oadp-dev org: openshift diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml index 2b2989a7713f4..e5c856f76ea24 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml @@ -56,85 +56,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.0-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml index 7dcdfff609513..f49c5dbdef41a 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml @@ -56,85 +56,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.3$ - - ^oadp-1\.3- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.3-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml index 224df17194297..2cca4b26a945a 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml @@ -57,85 +57,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.4$ - - ^oadp-1\.4- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.4-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5-presubmits.yaml index 4309f1bff5da9..d06e1fded7f9e 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.5-presubmits.yaml @@ -58,86 +58,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.5$ - - ^oadp-1\.5- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.19" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.5-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6-presubmits.yaml index f471e5d5b5911..25ca98d6a6037 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.6-presubmits.yaml @@ -58,86 +58,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.6$ - - ^oadp-1\.6- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.21" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.6-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev-presubmits.yaml index d6c70f0e846a7..cabd04646ed6a 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-dev-presubmits.yaml @@ -57,85 +57,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-dev$ - - ^oadp-dev- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-aws-oadp-dev-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml index 0daeffb593409..c1f793bff9d19 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml @@ -56,85 +56,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.0-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml index aac2a4fd27a29..927ba3ad7ffae 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml @@ -56,85 +56,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.3$ - - ^oadp-1\.3- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.3-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml index 92227dc2e5f94..243e9c9f6232e 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml @@ -57,85 +57,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.4$ - - ^oadp-1\.4- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.4-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5-presubmits.yaml index 9806746126d4e..135e451fc20d2 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.5-presubmits.yaml @@ -58,86 +58,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.5$ - - ^oadp-1\.5- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.19" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.5-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6-presubmits.yaml index a7a7be5a437c5..24b044ed1f570 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.6-presubmits.yaml @@ -58,86 +58,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.6$ - - ^oadp-1\.6- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.21" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.6-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev-presubmits.yaml index 56daafa72c0c6..3c1c427f103a4 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-dev-presubmits.yaml @@ -57,85 +57,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-dev$ - - ^oadp-dev- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-gcp-oadp-dev-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml index 85fa8fdffa4bf..4754be00ea50f 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml @@ -56,85 +56,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.0-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml index 9563ee8a78a8e..ecac9d38985e9 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml @@ -56,85 +56,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.3$ - - ^oadp-1\.3- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.3-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml index b09a0fe40fc61..243f3bc440104 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml @@ -57,85 +57,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.4$ - - ^oadp-1\.4- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.4-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5-presubmits.yaml index 3adf518ee22fa..ca56e5e6683de 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.5-presubmits.yaml @@ -58,86 +58,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.5$ - - ^oadp-1\.5- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.19" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.5-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6-presubmits.yaml index ffc93fa92ca04..592097a1d6b77 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.6-presubmits.yaml @@ -58,86 +58,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.6$ - - ^oadp-1\.6- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.21" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.6-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev-presubmits.yaml index d833649b066cf..a5c6675e90a55 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-dev-presubmits.yaml @@ -57,85 +57,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-dev$ - - ^oadp-dev- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-dev-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml index 48de1b3b9912a..96dba9480114a 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml @@ -59,86 +59,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile-velero-restic-restore-helper.ubi - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.0-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml index 50ee772860f9f..717fb622734d4 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml @@ -59,86 +59,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.3$ - - ^oadp-1\.3- - cluster: build04 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile-velero-restore-helper.ubi - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.3-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml index 1a15af22d880b..5c3e4eab3f521 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml @@ -60,169 +60,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^oadp-1\.4$ - - ^oadp-1\.4- - cluster: build06 - context: ci/prow/lint - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile-velero-restore-helper.ubi - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.4-lint - rerun_command: /test lint - run_if_changed: .*\.go$ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=lint - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )lint,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.4$ - - ^oadp-1\.4- - cluster: build06 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile-velero-restore-helper.ubi - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.4-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.5-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.5-presubmits.yaml index 964bcab60d944..fb5a6ff76b7ee 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.5-presubmits.yaml @@ -59,169 +59,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^oadp-1\.5$ - - ^oadp-1\.5- - cluster: build08 - context: ci/prow/lint - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.19" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.5-lint - rerun_command: /test lint - run_if_changed: .*\.go$ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=lint - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )lint,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.5$ - - ^oadp-1\.5- - cluster: build08 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.19" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.5-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.6-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.6-presubmits.yaml index e47eca1665ed0..f29a8210e9a09 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.6-presubmits.yaml @@ -59,169 +59,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^oadp-1\.6$ - - ^oadp-1\.6- - cluster: build08 - context: ci/prow/lint - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.21" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.6-lint - rerun_command: /test lint - run_if_changed: .*\.go$ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=lint - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )lint,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.6$ - - ^oadp-1\.6- - cluster: build08 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - job-release: "4.21" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-1.6-unit-test - optional: true - rerun_command: /test unit-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-dev-presubmits.yaml index 18549bce30f17..87aa0300b84f3 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-dev-presubmits.yaml @@ -58,167 +58,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^oadp-dev$ - - ^oadp-dev- - cluster: build08 - context: ci/prow/lint - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-dev-lint - rerun_command: /test lint - run_if_changed: .*\.go$ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=lint - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )lint,?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^oadp-dev$ - - ^oadp-dev- - cluster: build08 - context: ci/prow/unit-test - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile.ubi - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-velero-oadp-dev-unit-test - rerun_command: /test unit-test - run_if_changed: (\.sh|\.go|config/.*|cmd/.*|assets/.*|internal/.*|Dockerfile.*|Makefile.*)$ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=unit-test - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/core-services/prow/02_config/openshift/velero/_prowconfig.yaml b/core-services/prow/02_config/openshift/velero/_prowconfig.yaml index 75e0846528bf4..956c02d4ace27 100644 --- a/core-services/prow/02_config/openshift/velero/_prowconfig.yaml +++ b/core-services/prow/02_config/openshift/velero/_prowconfig.yaml @@ -10,7 +10,6 @@ branch-protection: protect: true required_status_checks: contexts: - - ci/prow/lint - ci/prow/images - Run CI - Run Linter Check