diff --git a/ci-operator/config/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master.yaml b/ci-operator/config/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master.yaml index 8f1f1b9c643f4..7f3d7c77638d8 100644 --- a/ci-operator/config/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master.yaml +++ b/ci-operator/config/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master.yaml @@ -21,11 +21,6 @@ images: to: stable - dockerfile_path: graph-data.rs/Dockerfile to: graphdata-unittests -promotion: - excluded_images: - - graphdata-unittests - name: cincinnati-graph-data - namespace: cincinnati-ci-public raw_steps: - pipeline_image_cache_step: commands: | @@ -45,16 +40,6 @@ raw_steps: - destination_dir: . source_path: /tmp/Dockerfile to: webhook-unittests -releases: - initial: - integration: - name: "4.10" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.10" - namespace: ocp resources: '*': requests: @@ -102,6 +87,7 @@ tests: requests: cpu: 100m memory: 200Mi + workflow: generic-claim - as: errata-webhook-unittests commands: python3 -m unittest container: diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-master.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-master.yaml index e981375a49e4d..f04c3a3a0d412 100644 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-master.yaml +++ b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-master.yaml @@ -23,21 +23,6 @@ images: - dockerfile_path: dev/Dockerfile from: base to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.12" - namespace: ocp -releases: - initial: - integration: - name: "4.12" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.12" - namespace: ocp resources: '*': limits: @@ -51,40 +36,52 @@ tests: container: from: src - as: operator-e2e + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" steps: - cluster_profile: gcp test: - as: e2e-test - cli: initial + cli: latest commands: | make func-test \ RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:921b7a2e579d4cfe0e58ecf3abcc2262b321b6d0f8be7f6ebcb700acfca5ba55 \ OPENSHIFT_BUILD_NAMESPACE= dependencies: - env: OPERATOR_IMAGE - name: stable:cincinnati-operator + name: pipeline:cincinnati-operator - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator + name: pipeline:cincinnati-operator - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container + name: pipeline:cincinnati-graph-data-container from: src resources: requests: cpu: 100m memory: 200Mi - workflow: openshift-e2e-gcp + workflow: generic-claim - as: operator-e2e-latest-osus + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" steps: - cluster_profile: gcp test: - as: e2e-test - cli: initial + cli: latest commands: make func-test OPENSHIFT_BUILD_NAMESPACE= dependencies: - env: OPERATOR_IMAGE - name: stable:cincinnati-operator + name: pipeline:cincinnati-operator - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator + name: pipeline:cincinnati-operator - env: GRAPH_DATA_IMAGE name: graphdata - env: RELATED_IMAGE_OPERAND @@ -94,7 +91,7 @@ tests: requests: cpu: 100m memory: 200Mi - workflow: openshift-e2e-gcp + workflow: generic-claim zz_generated_metadata: branch: master org: openshift diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10.yaml deleted file mode 100644 index 2191891bf7a0f..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10.yaml +++ /dev/null @@ -1,101 +0,0 @@ -base_images: - base: - name: "4.10" - namespace: ocp - tag: base - cincinnati_operand_latest: - name: cincinnati-build-root - namespace: cincinnati-ci - tag: deploy - graphdata: - name: cincinnati-graph-data - namespace: cincinnati-ci-public - tag: stable -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.16 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.10" - namespace: ocp -releases: - initial: - integration: - name: "4.10" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.10" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: | - make func-test \ - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:921b7a2e579d4cfe0e58ecf3abcc2262b321b6d0f8be7f6ebcb700acfca5ba55 \ - OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -- as: operator-e2e-latest-osus - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: graphdata - - env: RELATED_IMAGE_OPERAND - name: cincinnati_operand_latest - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.10 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11.yaml deleted file mode 100644 index 8de4e58d2274a..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11.yaml +++ /dev/null @@ -1,101 +0,0 @@ -base_images: - base: - name: "4.11" - namespace: ocp - tag: base - cincinnati_operand_latest: - name: cincinnati-build-root - namespace: cincinnati-ci - tag: deploy - graphdata: - name: cincinnati-graph-data - namespace: cincinnati-ci-public - tag: stable -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.16 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.11" - namespace: ocp -releases: - initial: - integration: - name: "4.11" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.11" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: | - make func-test \ - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:921b7a2e579d4cfe0e58ecf3abcc2262b321b6d0f8be7f6ebcb700acfca5ba55 \ - OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -- as: operator-e2e-latest-osus - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: graphdata - - env: RELATED_IMAGE_OPERAND - name: cincinnati_operand_latest - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.11 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12.yaml deleted file mode 100644 index 09e64c3c16e26..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12.yaml +++ /dev/null @@ -1,102 +0,0 @@ -base_images: - base: - name: "4.12" - namespace: ocp - tag: base - cincinnati_operand_latest: - name: cincinnati-build-root - namespace: cincinnati-ci - tag: deploy - graphdata: - name: cincinnati-graph-data - namespace: cincinnati-ci-public - tag: stable -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.16 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - disabled: true - excluded_images: - - cincinnati-operator - name: "4.12" - namespace: ocp -releases: - initial: - integration: - name: "4.12" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.12" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: | - make func-test \ - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:921b7a2e579d4cfe0e58ecf3abcc2262b321b6d0f8be7f6ebcb700acfca5ba55 \ - OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -- as: operator-e2e-latest-osus - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: graphdata - - env: RELATED_IMAGE_OPERAND - name: cincinnati_operand_latest - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.12 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13.yaml deleted file mode 100644 index bf0a8f2b24db5..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13.yaml +++ /dev/null @@ -1,101 +0,0 @@ -base_images: - base: - name: "4.13" - namespace: ocp - tag: base - cincinnati_operand_latest: - name: cincinnati-build-root - namespace: cincinnati-ci - tag: deploy - graphdata: - name: cincinnati-graph-data - namespace: cincinnati-ci-public - tag: stable -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.16 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.13" - namespace: ocp -releases: - initial: - integration: - name: "4.13" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.13" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: | - make func-test \ - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:921b7a2e579d4cfe0e58ecf3abcc2262b321b6d0f8be7f6ebcb700acfca5ba55 \ - OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -- as: operator-e2e-latest-osus - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: graphdata - - env: RELATED_IMAGE_OPERAND - name: cincinnati_operand_latest - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.13 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5.yaml deleted file mode 100644 index 610d95e4f08d8..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5.yaml +++ /dev/null @@ -1,67 +0,0 @@ -base_images: - base: - name: "4.5" - namespace: ocp - tag: base -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.13 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.5" - namespace: ocp -releases: - initial: - integration: - name: "4.5" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.5" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: OPENSHIFT_BUILD_NAMESPACE= OPERATOR_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - make func-test - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.5 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6.yaml deleted file mode 100644 index 3c02a6214ac01..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6.yaml +++ /dev/null @@ -1,70 +0,0 @@ -base_images: - base: - name: "4.6" - namespace: ocp - tag: base -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.13 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.6" - namespace: ocp -releases: - initial: - integration: - name: "4.6" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.6" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: OPENSHIFT_BUILD_NAMESPACE= OPERAND_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - make func-test - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.6 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7.yaml deleted file mode 100644 index deb5aeb072eab..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7.yaml +++ /dev/null @@ -1,70 +0,0 @@ -base_images: - base: - name: "4.7" - namespace: ocp - tag: base -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.13 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.7" - namespace: ocp -releases: - initial: - integration: - name: "4.7" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.7" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: OPENSHIFT_BUILD_NAMESPACE= OPERAND_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - make func-test - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.7 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8.yaml deleted file mode 100644 index 9c86fe590b7d1..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8.yaml +++ /dev/null @@ -1,70 +0,0 @@ -base_images: - base: - name: "4.8" - namespace: ocp - tag: base -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.13 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.8" - namespace: ocp -releases: - initial: - integration: - name: "4.8" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.8" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: OPENSHIFT_BUILD_NAMESPACE= OPERAND_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - make func-test - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.8 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9.yaml b/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9.yaml deleted file mode 100644 index 049e35edee9d6..0000000000000 --- a/ci-operator/config/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9.yaml +++ /dev/null @@ -1,70 +0,0 @@ -base_images: - base: - name: "4.9" - namespace: ocp - tag: base -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.16 -images: -- dockerfile_path: build/Dockerfile - from: base - to: cincinnati-operator -- dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container -promotion: - excluded_images: - - cincinnati-operator - name: "4.9" - namespace: ocp -releases: - initial: - integration: - name: "4.9" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.9" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: unit - commands: make unit-test - container: - from: src -- as: operator-e2e - steps: - cluster_profile: gcp - test: - - as: e2e-test - cli: initial - commands: OPENSHIFT_BUILD_NAMESPACE= OPERAND_IMAGE=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:d1d2f881bce1a1375ec8470133ee0a912164b8a7ecce19aac24d24e623aef59b - make func-test - dependencies: - - env: OPERATOR_IMAGE - name: stable:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: stable:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: stable:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp -zz_generated_metadata: - branch: release-4.9 - org: openshift - repo: cincinnati-operator diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml index 8f0cc61bfae33..ebfb12d7f8ff9 100644 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml +++ b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml @@ -56,23 +56,6 @@ images: as: - registry.access.redhat.com/ubi8/ubi:latest to: e2e-test -promotion: - excluded_images: - - deploy - - e2e-test - - src-rust - name: "4.12" - namespace: ocp -releases: - initial: - integration: - name: "4.12" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.12" - namespace: ocp resources: '*': requests: @@ -150,8 +133,14 @@ tests: container: from: src-rust - as: e2e + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" steps: - cluster_profile: aws test: - as: openshift-e2e-test commands: bash ./hack/e2e.sh @@ -163,7 +152,7 @@ tests: requests: cpu: 100m memory: 200Mi - workflow: openshift-e2e-aws + workflow: generic-claim zz_generated_metadata: branch: master org: openshift diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master__customrust.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master__customrust.yaml index b46ced38b1865..f70dd03548674 100644 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master__customrust.yaml +++ b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master__customrust.yaml @@ -170,8 +170,14 @@ tests: container: from: src-rust - as: e2e + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" steps: - cluster_profile: aws test: - as: openshift-e2e-test commands: bash ./hack/e2e.sh @@ -183,7 +189,7 @@ tests: requests: cpu: 100m memory: 200Mi - workflow: openshift-e2e-aws + workflow: generic-claim zz_generated_metadata: branch: master org: openshift diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.10.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.10.yaml deleted file mode 100644 index 1997bdf4f9b9c..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.10.yaml +++ /dev/null @@ -1,170 +0,0 @@ -base_images: - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 - ubi: - name: ubi - namespace: ocp - tag: "8" -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.15 -images: -- dockerfile_literal: | - FROM ubi - COPY . /opt/app-root/src/ - WORKDIR /opt/app-root/src/cincinnati - USER 0 - ENV HOME="/root" - ENV PATH="${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" - RUN chgrp root /opt/app-root/src/cincinnati && \ - chmod g+w /opt/app-root/src/cincinnati && \ - dnf install -y jq python38 && \ - dnf clean all - # build: Rust stable toolchain - RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.58.0 -y && \ - rustup install 1.54.0 - # install yamllint - RUN pip3 install --user yamllint - RUN \ - mkdir -p $HOME/.cargo/git/ && \ - find $HOME/. -type d -exec chmod 777 {} \; && \ - find $HOME/. -type f -exec chmod ugo+rw {} \; - USER 1001 - from: ubi - inputs: - src: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift/cincinnati - to: src-rust -- dockerfile_path: dist/Dockerfile.rust-toolset/Dockerfile - inputs: - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: deploy -- dockerfile_path: dist/Dockerfile.e2e-ubi8/Dockerfile - inputs: - openshift_release_golang-1.13: - as: - - registry.ci.openshift.org/openshift/release:golang-1.13 - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: e2e-test -promotion: - excluded_images: - - deploy - - e2e-test - - src-rust - name: "4.10" - namespace: ocp -releases: - initial: - integration: - name: "4.10" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.10" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src-rust -- as: rustfmt-1.58.0 - commands: dist/prow_rustfmt.sh 1.58.0 - container: - from: src-rust -- as: rustfmt-1.54.0 - commands: dist/prow_rustfmt.sh 1.54.0 - container: - from: src-rust -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash ./hack/e2e.sh - dependencies: - - env: CINCINNATI_IMAGE - name: deploy - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.10 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.11.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.11.yaml deleted file mode 100644 index 99360726fc70e..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.11.yaml +++ /dev/null @@ -1,170 +0,0 @@ -base_images: - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 - ubi: - name: ubi - namespace: ocp - tag: "8" -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.15 -images: -- dockerfile_literal: | - FROM ubi - COPY . /opt/app-root/src/ - WORKDIR /opt/app-root/src/cincinnati - USER 0 - ENV HOME="/root" - ENV PATH="${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" - RUN chgrp root /opt/app-root/src/cincinnati && \ - chmod g+w /opt/app-root/src/cincinnati && \ - dnf install -y jq python38 && \ - dnf clean all - # build: Rust stable toolchain - RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.58.0 -y && \ - rustup install 1.54.0 - # install yamllint - RUN pip3 install --user yamllint - RUN \ - mkdir -p $HOME/.cargo/git/ && \ - find $HOME/. -type d -exec chmod 777 {} \; && \ - find $HOME/. -type f -exec chmod ugo+rw {} \; - USER 1001 - from: ubi - inputs: - src: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift/cincinnati - to: src-rust -- dockerfile_path: dist/Dockerfile.rust-toolset/Dockerfile - inputs: - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: deploy -- dockerfile_path: dist/Dockerfile.e2e-ubi8/Dockerfile - inputs: - openshift_release_golang-1.13: - as: - - registry.ci.openshift.org/openshift/release:golang-1.13 - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: e2e-test -promotion: - excluded_images: - - deploy - - e2e-test - - src-rust - name: "4.11" - namespace: ocp -releases: - initial: - integration: - name: "4.11" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.11" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src-rust -- as: rustfmt-1.58.0 - commands: dist/prow_rustfmt.sh 1.58.0 - container: - from: src-rust -- as: rustfmt-1.54.0 - commands: dist/prow_rustfmt.sh 1.54.0 - container: - from: src-rust -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash ./hack/e2e.sh - dependencies: - - env: CINCINNATI_IMAGE - name: deploy - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.11 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.12.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.12.yaml deleted file mode 100644 index d7919bb769d47..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.12.yaml +++ /dev/null @@ -1,171 +0,0 @@ -base_images: - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 - ubi: - name: ubi - namespace: ocp - tag: "8" -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.15 -images: -- dockerfile_literal: | - FROM ubi - COPY . /opt/app-root/src/ - WORKDIR /opt/app-root/src/cincinnati - USER 0 - ENV HOME="/root" - ENV PATH="${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" - RUN chgrp root /opt/app-root/src/cincinnati && \ - chmod g+w /opt/app-root/src/cincinnati && \ - dnf install -y jq python38 && \ - dnf clean all - # build: Rust stable toolchain - RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.58.0 -y && \ - rustup install 1.54.0 - # install yamllint - RUN pip3 install --user yamllint - RUN \ - mkdir -p $HOME/.cargo/git/ && \ - find $HOME/. -type d -exec chmod 777 {} \; && \ - find $HOME/. -type f -exec chmod ugo+rw {} \; - USER 1001 - from: ubi - inputs: - src: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift/cincinnati - to: src-rust -- dockerfile_path: dist/Dockerfile.rust-toolset/Dockerfile - inputs: - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: deploy -- dockerfile_path: dist/Dockerfile.e2e-ubi8/Dockerfile - inputs: - openshift_release_golang-1.13: - as: - - registry.ci.openshift.org/openshift/release:golang-1.13 - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: e2e-test -promotion: - disabled: true - excluded_images: - - deploy - - e2e-test - - src-rust - name: "4.12" - namespace: ocp -releases: - initial: - integration: - name: "4.12" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.12" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src-rust -- as: rustfmt-1.58.0 - commands: dist/prow_rustfmt.sh 1.58.0 - container: - from: src-rust -- as: rustfmt-1.54.0 - commands: dist/prow_rustfmt.sh 1.54.0 - container: - from: src-rust -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash ./hack/e2e.sh - dependencies: - - env: CINCINNATI_IMAGE - name: deploy - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.12 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.13.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.13.yaml deleted file mode 100644 index 7d7b2dbd5ed3e..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.13.yaml +++ /dev/null @@ -1,170 +0,0 @@ -base_images: - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 - ubi: - name: ubi - namespace: ocp - tag: "8" -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.15 -images: -- dockerfile_literal: | - FROM ubi - COPY . /opt/app-root/src/ - WORKDIR /opt/app-root/src/cincinnati - USER 0 - ENV HOME="/root" - ENV PATH="${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" - RUN chgrp root /opt/app-root/src/cincinnati && \ - chmod g+w /opt/app-root/src/cincinnati && \ - dnf install -y jq python38 && \ - dnf clean all - # build: Rust stable toolchain - RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.58.0 -y && \ - rustup install 1.54.0 - # install yamllint - RUN pip3 install --user yamllint - RUN \ - mkdir -p $HOME/.cargo/git/ && \ - find $HOME/. -type d -exec chmod 777 {} \; && \ - find $HOME/. -type f -exec chmod ugo+rw {} \; - USER 1001 - from: ubi - inputs: - src: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift/cincinnati - to: src-rust -- dockerfile_path: dist/Dockerfile.rust-toolset/Dockerfile - inputs: - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: deploy -- dockerfile_path: dist/Dockerfile.e2e-ubi8/Dockerfile - inputs: - openshift_release_golang-1.13: - as: - - registry.ci.openshift.org/openshift/release:golang-1.13 - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: e2e-test -promotion: - excluded_images: - - deploy - - e2e-test - - src-rust - name: "4.13" - namespace: ocp -releases: - initial: - integration: - name: "4.13" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.13" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src-rust -- as: rustfmt-1.58.0 - commands: dist/prow_rustfmt.sh 1.58.0 - container: - from: src-rust -- as: rustfmt-1.54.0 - commands: dist/prow_rustfmt.sh 1.54.0 - container: - from: src-rust -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash ./hack/e2e.sh - dependencies: - - env: CINCINNATI_IMAGE - name: deploy - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.13 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.4.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.4.yaml deleted file mode 100644 index bc26572c6992f..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.4.yaml +++ /dev/null @@ -1,145 +0,0 @@ -base_images: - centos: - name: centos - namespace: ci - tag: "7" - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 -build_root: - image_stream_tag: - name: cincinnati-build-root-release-4.4 - namespace: cincinnati-ci - tag: buildroot -images: -- dockerfile_path: dist/Dockerfile.build/Dockerfile - from: centos - to: buildroot -- dockerfile_path: dist/Dockerfile.deploy/Dockerfile - from: centos - inputs: - buildroot: - as: - - quay.io/app-sre/cincinnati:builder - to: deploy -- dockerfile_path: dist/Dockerfile.e2e/Dockerfile - from: centos - inputs: - buildroot: - as: - - quay.io/app-sre/cincinnati:builder - openshift_release_golang-1.13: - as: - - registry.svc.ci.openshift.org/openshift/release:golang-1.13 - to: e2e-test -promotion: - name: cincinnati-build-root-release-4.4 - namespace: cincinnati-ci -releases: - initial: - integration: - name: "4.5" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.5" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: ensure-vendoring - commands: dist/vendor.sh && git diff --quiet - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - - as: prepare-credentials - commands: env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" - CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" - dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" - CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" - dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src -- as: rustfmt-1.46.0 - commands: dist/prow_rustfmt.sh 1.46.0 - container: - from: src -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash hack/e2e.sh - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.4 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.5.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.5.yaml deleted file mode 100644 index 2101834b0db84..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.5.yaml +++ /dev/null @@ -1,138 +0,0 @@ -base_images: - centos: - name: centos - namespace: ci - tag: "7" - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.13 -images: -- dockerfile_path: dist/Dockerfile.build/Dockerfile - from: centos - to: buildroot -- dockerfile_path: dist/Dockerfile.deploy/Dockerfile - from: centos - inputs: - buildroot: - as: - - quay.io/app-sre/cincinnati:builder - to: deploy -- dockerfile_path: dist/Dockerfile.e2e/Dockerfile - from: centos - inputs: - buildroot: - as: - - quay.io/app-sre/cincinnati:builder - openshift_release_golang-1.13: - as: - - registry.svc.ci.openshift.org/openshift/release:golang-1.13 - to: e2e-test -promotion: - name: cincinnati-build-root-release-4.5 - namespace: cincinnati-ci -releases: - initial: - integration: - name: "4.5" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.5" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" - CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" - dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" - CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" - dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src -- as: rustfmt-1.46.0 - commands: dist/prow_rustfmt.sh 1.46.0 - container: - from: src -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash hack/e2e.sh - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.5 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.6.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.6.yaml deleted file mode 100644 index 36c2c87d60599..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.6.yaml +++ /dev/null @@ -1,138 +0,0 @@ -base_images: - centos: - name: centos - namespace: ci - tag: "7" - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.13 -images: -- dockerfile_path: dist/Dockerfile.build/Dockerfile - from: centos - to: buildroot -- dockerfile_path: dist/Dockerfile.deploy/Dockerfile - from: centos - inputs: - buildroot: - as: - - quay.io/app-sre/cincinnati:builder - to: deploy -- dockerfile_path: dist/Dockerfile.e2e/Dockerfile - from: centos - inputs: - buildroot: - as: - - quay.io/app-sre/cincinnati:builder - openshift_release_golang-1.13: - as: - - registry.svc.ci.openshift.org/openshift/release:golang-1.13 - to: e2e-test -promotion: - name: cincinnati-build-root-release-4.6 - namespace: cincinnati-ci -releases: - initial: - integration: - name: "4.6" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.6" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" - CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" - dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" - CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" - dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: e2e-test -- as: rustfmt-1.46.0 - commands: dist/prow_rustfmt.sh 1.46.0 - container: - from: e2e-test -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash hack/e2e.sh - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.6 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.7.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.7.yaml deleted file mode 100644 index 8cf9d7c40b915..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.7.yaml +++ /dev/null @@ -1,156 +0,0 @@ -base_images: - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 - ubi: - name: ubi - namespace: ocp - tag: "8" -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.15 -images: -- dockerfile_literal: | - FROM ubi - COPY . /opt/app-root/src/ - WORKDIR /opt/app-root/src/cincinnati - USER 0 - ENV HOME="/root" - ENV PATH="${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" - RUN chgrp root /opt/app-root/src/cincinnati && \ - chmod g+w /opt/app-root/src/cincinnati && \ - dnf install -y jq python38 && \ - dnf clean all - # build: Rust stable toolchain - RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.50.0 -y && \ - rustup install 1.46.0 - # install yamllint - RUN pip3 install --user yamllint - RUN \ - mkdir -p $HOME/.cargo/git/ && \ - find $HOME/. -type d -exec chmod 777 {} \; && \ - find $HOME/. -type f -exec chmod ugo+rw {} \; - USER 1001 - from: ubi - inputs: - src: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift/cincinnati - to: src-rust -- dockerfile_path: dist/Dockerfile.rust-toolset/Dockerfile - to: deploy -- dockerfile_path: dist/Dockerfile.e2e-ubi8/Dockerfile - inputs: - openshift_release_golang-1.13: - as: - - registry.ci.openshift.org/openshift/release:golang-1.13 - to: e2e-test -promotion: - name: cincinnati-build-root-release-4.7 - namespace: cincinnati-ci -releases: - initial: - integration: - name: "4.7" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.7" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src-rust -- as: rustfmt-1.50.0 - commands: dist/prow_rustfmt.sh 1.50.0 - container: - from: src-rust -- as: rustfmt-1.46.0 - commands: dist/prow_rustfmt.sh 1.46.0 - container: - from: src-rust -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash ./hack/e2e.sh - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.7 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.8.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.8.yaml deleted file mode 100644 index 1d54dcdfe1901..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.8.yaml +++ /dev/null @@ -1,156 +0,0 @@ -base_images: - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 - ubi: - name: ubi - namespace: ocp - tag: "8" -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.15 -images: -- dockerfile_literal: | - FROM ubi - COPY . /opt/app-root/src/ - WORKDIR /opt/app-root/src/cincinnati - USER 0 - ENV HOME="/root" - ENV PATH="${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" - RUN chgrp root /opt/app-root/src/cincinnati && \ - chmod g+w /opt/app-root/src/cincinnati && \ - dnf install -y jq python38 && \ - dnf clean all - # build: Rust stable toolchain - RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.50.0 -y && \ - rustup install 1.46.0 - # install yamllint - RUN pip3 install --user yamllint - RUN \ - mkdir -p $HOME/.cargo/git/ && \ - find $HOME/. -type d -exec chmod 777 {} \; && \ - find $HOME/. -type f -exec chmod ugo+rw {} \; - USER 1001 - from: ubi - inputs: - src: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift/cincinnati - to: src-rust -- dockerfile_path: dist/Dockerfile.rust-toolset/Dockerfile - to: deploy -- dockerfile_path: dist/Dockerfile.e2e-ubi8/Dockerfile - inputs: - openshift_release_golang-1.13: - as: - - registry.ci.openshift.org/openshift/release:golang-1.13 - to: e2e-test -promotion: - name: cincinnati-build-root-release-4.8 - namespace: cincinnati-ci -releases: - initial: - integration: - name: "4.8" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.8" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src-rust -- as: rustfmt-1.50.0 - commands: dist/prow_rustfmt.sh 1.50.0 - container: - from: src-rust -- as: rustfmt-1.46.0 - commands: dist/prow_rustfmt.sh 1.46.0 - container: - from: src-rust -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash ./hack/e2e.sh - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.8 - org: openshift - repo: cincinnati diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.9.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.9.yaml deleted file mode 100644 index 646ee9a246c67..0000000000000 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-release-4.9.yaml +++ /dev/null @@ -1,171 +0,0 @@ -base_images: - openshift_release_golang-1.13: - name: release - namespace: openshift - tag: golang-1.13 - ubi: - name: ubi - namespace: ocp - tag: "8" -build_root: - image_stream_tag: - name: release - namespace: openshift - tag: golang-1.15 -images: -- dockerfile_literal: | - FROM ubi - COPY . /opt/app-root/src/ - WORKDIR /opt/app-root/src/cincinnati - USER 0 - ENV HOME="/root" - ENV PATH="${HOME}/.cargo/bin:${HOME}/.local/bin:${PATH}" - RUN chgrp root /opt/app-root/src/cincinnati && \ - chmod g+w /opt/app-root/src/cincinnati && \ - dnf install -y jq python38 && \ - dnf clean all - # build: Rust stable toolchain - RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.58.0 -y && \ - rustup install 1.54.0 - # install yamllint - RUN pip3 install --user yamllint - RUN \ - mkdir -p $HOME/.cargo/git/ && \ - find $HOME/. -type d -exec chmod 777 {} \; && \ - find $HOME/. -type f -exec chmod ugo+rw {} \; - USER 1001 - from: ubi - inputs: - src: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift/cincinnati - to: src-rust -- dockerfile_path: dist/Dockerfile.rust-toolset/Dockerfile - inputs: - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: deploy -- dockerfile_path: dist/Dockerfile.e2e-ubi8/Dockerfile - inputs: - openshift_release_golang-1.13: - as: - - registry.ci.openshift.org/openshift/release:golang-1.13 - ubi: - as: - - registry.access.redhat.com/ubi8/ubi:latest - to: e2e-test -promotion: - disabled: true - excluded_images: - - deploy - - e2e-test - - src-rust - name: "4.9" - namespace: ocp -releases: - initial: - integration: - name: "4.9" - namespace: ocp - latest: - integration: - include_built_images: true - name: "4.9" - namespace: ocp -resources: - '*': - requests: - cpu: 1000m - memory: 1Gi - cargo-test: - requests: - cpu: "3" - memory: 5Gi -tests: -- as: cargo-test - steps: - pre: - - as: prepare-credentials - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_CI_PUBLIC_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE}" dist/prepare_ci_credentials.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-private-dockercfg - name: cincy-private-dockercfg - namespace: test-credentials - - mount_path: /usr/local/ci-secrets/cincy-public-dockercfg - name: cincy-public-dockercfg - namespace: test-credentials - env: - - default: /usr/local/ci-secrets/cincy-credentials/registry_credentials_docker.json - name: CINCINNATI_TEST_CREDENTIALS_PATH - - default: /usr/local/ci-secrets/cincy-private-dockercfg/.dockercfg - name: CINCINNATI_CI_DOCKERCFG_PATH - - default: /usr/local/ci-secrets/cincy-public-dockercfg/.dockercfg - name: CINCINNATI_CI_PUBLIC_DOCKERCFG_PATH - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: public-ci-image-sa-dockerjson - name: CINCINNATI_CI_PUBLIC_DOCKERJSON_FILE - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi - test: - - as: cargo-test - commands: | - env CINCINNATI_CI_DOCKERJSON_PATH="${SHARED_DIR}/${CINCINNATI_CI_DOCKERJSON_FILE}" CINCINNATI_TEST_CREDENTIALS_PATH="${SHARED_DIR}/${CINCINNATI_TEST_CREDENTIALS_FILE}" dist/cargo_test.sh - credentials: - - mount_path: /usr/local/ci-secrets/cincy-credentials - name: cincy-credentials - namespace: test-credentials - env: - - default: ci-image-sa-dockerjson - name: CINCINNATI_CI_DOCKERJSON_FILE - - default: ci-image-sa-dockerjson - name: CINCINNATI_TEST_CREDENTIALS_FILE - - default: /usr/local/ci-secrets/cincy-credentials/quay_api_access_token.key - name: CINCINNATI_TEST_QUAY_API_TOKEN_PATH - - default: /usr/local/ci-secrets/cincy-credentials/github_token.key - name: CINCINNATI_GITHUB_SCRAPER_OAUTH_TOKEN_PATH - from: src-rust - resources: - requests: - cpu: 100m - memory: 200Mi -- as: yaml-lint - commands: dist/prow_yaml_lint.sh - container: - from: src-rust -- as: rustfmt-1.58.0 - commands: dist/prow_rustfmt.sh 1.58.0 - container: - from: src-rust -- as: rustfmt-1.54.0 - commands: dist/prow_rustfmt.sh 1.54.0 - container: - from: src-rust -- as: e2e - steps: - cluster_profile: aws - test: - - as: openshift-e2e-test - commands: bash ./hack/e2e.sh - dependencies: - - env: CINCINNATI_IMAGE - name: deploy - from: e2e-test - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-aws -zz_generated_metadata: - branch: release-4.9 - org: openshift - repo: cincinnati diff --git a/ci-operator/jobs/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master-postsubmits.yaml deleted file mode 100644 index 3ea20973beadf..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-graph-data: - - agent: kubernetes - always_run: true - branches: - - ^master$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-graph-data-master-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-postsubmits.yaml deleted file mode 100644 index 94e892e6429ec..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^master$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-master-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml index 05c7f52e84b8d..1f12ce78085ec 100644 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml @@ -22,7 +22,6 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --target=[images] - - --target=[release:latest] command: - ci-operator image: ci-operator:latest @@ -61,8 +60,6 @@ presubmits: decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-cincinnati-operator-master-operator-e2e @@ -71,11 +68,10 @@ presubmits: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - --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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - --target=operator-e2e command: - ci-operator @@ -86,17 +82,15 @@ presubmits: requests: cpu: 10m volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true - mountPath: /etc/pull-secret name: pull-secret readOnly: true @@ -105,22 +99,12 @@ presubmits: 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials - name: pull-secret secret: secretName: registry-pull-credentials @@ -139,8 +123,6 @@ presubmits: decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-latest-osus @@ -149,11 +131,10 @@ presubmits: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - --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 - - --secret-dir=/usr/local/operator-e2e-latest-osus-cluster-profile - --target=operator-e2e-latest-osus command: - ci-operator @@ -164,17 +145,15 @@ presubmits: requests: cpu: 10m volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/operator-e2e-latest-osus-cluster-profile - name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true - mountPath: /etc/pull-secret name: pull-secret readOnly: true @@ -183,22 +162,12 @@ presubmits: 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials - name: pull-secret secret: secretName: registry-pull-credentials diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10-postsubmits.yaml deleted file mode 100644 index 39821be4b3639..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.10-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10-presubmits.yaml deleted file mode 100644 index f26491a832238..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.10-presubmits.yaml +++ /dev/null @@ -1,257 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.10-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.10-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build02 - context: ci/prow/operator-e2e-latest-osus - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.10-operator-e2e-latest-osus - rerun_command: /test operator-e2e-latest-osus - 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 - - --secret-dir=/usr/local/operator-e2e-latest-osus-cluster-profile - - --target=operator-e2e-latest-osus - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-latest-osus-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.10-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11-postsubmits.yaml deleted file mode 100644 index 61b7368fce427..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.11-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11-presubmits.yaml deleted file mode 100644 index 24767aeeec923..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.11-presubmits.yaml +++ /dev/null @@ -1,257 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.11-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.11-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build02 - context: ci/prow/operator-e2e-latest-osus - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.11-operator-e2e-latest-osus - rerun_command: /test operator-e2e-latest-osus - 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 - - --secret-dir=/usr/local/operator-e2e-latest-osus-cluster-profile - - --target=operator-e2e-latest-osus - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-latest-osus-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.11-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12-postsubmits.yaml deleted file mode 100644 index a326e8d598e8b..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.12-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12-presubmits.yaml deleted file mode 100644 index ddf8614850241..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.12-presubmits.yaml +++ /dev/null @@ -1,256 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.12-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.12-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build02 - context: ci/prow/operator-e2e-latest-osus - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.12-operator-e2e-latest-osus - rerun_command: /test operator-e2e-latest-osus - 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 - - --secret-dir=/usr/local/operator-e2e-latest-osus-cluster-profile - - --target=operator-e2e-latest-osus - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-latest-osus-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.12-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13-postsubmits.yaml deleted file mode 100644 index 4770e93816a19..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - cluster: build01 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.13-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13-presubmits.yaml deleted file mode 100644 index f503f2f11760e..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.13-presubmits.yaml +++ /dev/null @@ -1,257 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.13-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.13-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/operator-e2e-latest-osus - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.13-operator-e2e-latest-osus - rerun_command: /test operator-e2e-latest-osus - 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 - - --secret-dir=/usr/local/operator-e2e-latest-osus-cluster-profile - - --target=operator-e2e-latest-osus - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-latest-osus-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.13-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-postsubmits.yaml deleted file mode 100644 index a485825a3f8cd..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.5-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-presubmits.yaml deleted file mode 100644 index 61c833506958f..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-presubmits.yaml +++ /dev/null @@ -1,179 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.5-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.5-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.5-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-postsubmits.yaml deleted file mode 100644 index 5b35cd5eed8f2..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.6-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-presubmits.yaml deleted file mode 100644 index d98cef750dce3..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-presubmits.yaml +++ /dev/null @@ -1,179 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.6-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.6-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.6-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7-postsubmits.yaml deleted file mode 100644 index 31322ff19081b..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.7-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7-presubmits.yaml deleted file mode 100644 index 23388342b0a50..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.7-presubmits.yaml +++ /dev/null @@ -1,179 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.7-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.7-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.7-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8-postsubmits.yaml deleted file mode 100644 index 1e672b1c1eaeb..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.8-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8-presubmits.yaml deleted file mode 100644 index ca5751438e874..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.8-presubmits.yaml +++ /dev/null @@ -1,179 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.8-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.8-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.8-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9-postsubmits.yaml deleted file mode 100644 index b857327c8735d..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - cluster: build02 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-operator-release-4.9-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9-presubmits.yaml deleted file mode 100644 index 40bbce43d2b80..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.9-presubmits.yaml +++ /dev/null @@ -1,179 +0,0 @@ -presubmits: - openshift/cincinnati-operator: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build02 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.9-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build02 - context: ci/prow/operator-e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.9-operator-e2e - rerun_command: /test operator-e2e - 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 - - --secret-dir=/usr/local/operator-e2e-cluster-profile - - --target=operator-e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/operator-e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build02 - context: ci/prow/unit - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-release-4.9-unit - rerun_command: /test unit - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=unit - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-postsubmits.yaml index ab327b2ad26dd..3e00107aaa929 100644 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-postsubmits.yaml @@ -56,57 +56,3 @@ postsubmits: - name: result-aggregator secret: secretName: result-aggregator - - agent: kubernetes - always_run: true - branches: - - ^master$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-master-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml index a3c6a5dc5233c..8eed61aa926c9 100644 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml @@ -21,7 +21,6 @@ presubmits: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - --target=cargo-test command: - ci-operator @@ -32,9 +31,6 @@ presubmits: requests: cpu: 10m volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true @@ -46,9 +42,6 @@ presubmits: readOnly: true serviceAccountName: ci-operator volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - name: pull-secret secret: secretName: registry-pull-credentials @@ -125,8 +118,6 @@ presubmits: decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws ci-operator.openshift.io/variant: customrust ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" @@ -136,11 +127,10 @@ presubmits: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - --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 - - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --variant=customrust command: @@ -152,17 +142,15 @@ presubmits: requests: cpu: 10m volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true - mountPath: /etc/pull-secret name: pull-secret readOnly: true @@ -171,18 +159,12 @@ presubmits: 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: cluster-profile + - name: hive-hive-credentials secret: - secretName: cluster-secrets-aws + secretName: hive-hive-credentials - name: pull-secret secret: secretName: registry-pull-credentials @@ -405,8 +387,6 @@ presubmits: decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-cincinnati-master-e2e @@ -415,11 +395,10 @@ presubmits: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - --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 - - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e command: - ci-operator @@ -430,17 +409,15 @@ presubmits: requests: cpu: 10m volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true - mountPath: /etc/pull-secret name: pull-secret readOnly: true @@ -449,18 +426,12 @@ presubmits: 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: cluster-profile + - name: hive-hive-credentials secret: - secretName: cluster-secrets-aws + secretName: hive-hive-credentials - name: pull-secret secret: secretName: registry-pull-credentials @@ -490,7 +461,6 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --target=[images] - - --target=[release:latest] command: - ci-operator image: ci-operator:latest diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.10-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.10-postsubmits.yaml deleted file mode 100644 index 7c7e591e49d2a..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.10-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.10-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.10-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.10-presubmits.yaml deleted file mode 100644 index 61b3f6ee9fb11..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.10-presubmits.yaml +++ /dev/null @@ -1,329 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.10-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.10-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.10-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build03 - context: ci/prow/rustfmt-1.54.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.10-rustfmt-1.54.0 - rerun_command: /test rustfmt-1.54.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.54.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.54.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build03 - context: ci/prow/rustfmt-1.58.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.10-rustfmt-1.58.0 - rerun_command: /test rustfmt-1.58.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.58.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.58.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.10$ - - ^release-4\.10- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.10-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.11-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.11-postsubmits.yaml deleted file mode 100644 index f208172503fbe..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.11-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.11-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.11-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.11-presubmits.yaml deleted file mode 100644 index b97d6184697b4..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.11-presubmits.yaml +++ /dev/null @@ -1,329 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.11-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.11-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.11-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build03 - context: ci/prow/rustfmt-1.54.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.11-rustfmt-1.54.0 - rerun_command: /test rustfmt-1.54.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.54.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.54.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build03 - context: ci/prow/rustfmt-1.58.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.11-rustfmt-1.58.0 - rerun_command: /test rustfmt-1.58.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.58.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.58.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.11$ - - ^release-4\.11- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.11-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.12-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.12-postsubmits.yaml deleted file mode 100644 index c0b995d559e5e..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.12-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.12-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.12-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.12-presubmits.yaml deleted file mode 100644 index cdd58886ab41e..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.12-presubmits.yaml +++ /dev/null @@ -1,328 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.12-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.12-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.12-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build03 - context: ci/prow/rustfmt-1.54.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.12-rustfmt-1.54.0 - rerun_command: /test rustfmt-1.54.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.54.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.54.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build03 - context: ci/prow/rustfmt-1.58.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.12-rustfmt-1.58.0 - rerun_command: /test rustfmt-1.58.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.58.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.58.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.12$ - - ^release-4\.12- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.12-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.13-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.13-postsubmits.yaml deleted file mode 100644 index a27ba39b2d8b1..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.13-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - cluster: build01 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.13-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.13-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.13-presubmits.yaml deleted file mode 100644 index 2f7e2ecd5df5f..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.13-presubmits.yaml +++ /dev/null @@ -1,329 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.13-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.13-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.13-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=[release:latest] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/rustfmt-1.54.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.13-rustfmt-1.54.0 - rerun_command: /test rustfmt-1.54.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.54.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.54.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/rustfmt-1.58.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.13-rustfmt-1.58.0 - rerun_command: /test rustfmt-1.58.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.58.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.58.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.13$ - - ^release-4\.13- - cluster: build01 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.13-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.4-postsubmits.yaml deleted file mode 100644 index 10160309f0817..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.4-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.4$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.4-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.4-presubmits.yaml deleted file mode 100644 index b9bd8193a4605..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.4-presubmits.yaml +++ /dev/null @@ -1,279 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.4$ - - ^release-4\.4- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.4-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.4$ - - ^release-4\.4- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.4-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.4$ - - ^release-4\.4- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.4-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.4$ - - ^release-4\.4- - cluster: build03 - context: ci/prow/rustfmt-1.46.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.4-rustfmt-1.46.0 - rerun_command: /test rustfmt-1.46.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.46.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.46.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.4$ - - ^release-4\.4- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.4-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.5-postsubmits.yaml deleted file mode 100644 index dd413282b06db..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.5-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.5-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.5-presubmits.yaml deleted file mode 100644 index 0cffb2f7865ce..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.5-presubmits.yaml +++ /dev/null @@ -1,279 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.5-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.5-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.5-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build03 - context: ci/prow/rustfmt-1.46.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.5-rustfmt-1.46.0 - rerun_command: /test rustfmt-1.46.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.46.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.46.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.5$ - - ^release-4\.5- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.5-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.6-postsubmits.yaml deleted file mode 100644 index 9a745b5125e40..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.6-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.6-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.6-presubmits.yaml deleted file mode 100644 index aaa68f6fa1892..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.6-presubmits.yaml +++ /dev/null @@ -1,279 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.6-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.6-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.6-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build03 - context: ci/prow/rustfmt-1.46.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.6-rustfmt-1.46.0 - rerun_command: /test rustfmt-1.46.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.46.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.46.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.6$ - - ^release-4\.6- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.6-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.7-postsubmits.yaml deleted file mode 100644 index 8dfe9738c72c7..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.7-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.7-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.7-presubmits.yaml deleted file mode 100644 index 93a18165944e0..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.7-presubmits.yaml +++ /dev/null @@ -1,328 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.7-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.7-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.7-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build03 - context: ci/prow/rustfmt-1.46.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.7-rustfmt-1.46.0 - rerun_command: /test rustfmt-1.46.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.46.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.46.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build03 - context: ci/prow/rustfmt-1.50.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.7-rustfmt-1.50.0 - rerun_command: /test rustfmt-1.50.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.50.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.50.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.7$ - - ^release-4\.7- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.7-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.8-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.8-postsubmits.yaml deleted file mode 100644 index 460c41a0309e6..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.8-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.8-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.8-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.8-presubmits.yaml deleted file mode 100644 index 950faa75a65e2..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.8-presubmits.yaml +++ /dev/null @@ -1,328 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.8-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.8-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.8-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build03 - context: ci/prow/rustfmt-1.46.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.8-rustfmt-1.46.0 - rerun_command: /test rustfmt-1.46.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.46.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.46.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build03 - context: ci/prow/rustfmt-1.50.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.8-rustfmt-1.50.0 - rerun_command: /test rustfmt-1.50.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.50.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.50.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.8$ - - ^release-4\.8- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.8-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.9-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.9-postsubmits.yaml deleted file mode 100644 index 5c56b25cbd593..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.9-postsubmits.yaml +++ /dev/null @@ -1,56 +0,0 @@ -postsubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - cluster: build04 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-cincinnati-release-4.9-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.9-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.9-presubmits.yaml deleted file mode 100644 index d4c1c499f6561..0000000000000 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-release-4.9-presubmits.yaml +++ /dev/null @@ -1,328 +0,0 @@ -presubmits: - openshift/cincinnati: - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build03 - context: ci/prow/cargo-test - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.9-cargo-test - rerun_command: /test cargo-test - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=cargo-test - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build03 - context: ci/prow/e2e - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.9-e2e - rerun_command: /test e2e - 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 - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - 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: cluster-profile - secret: - secretName: cluster-secrets-aws - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build03 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.9-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build03 - context: ci/prow/rustfmt-1.54.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.9-rustfmt-1.54.0 - rerun_command: /test rustfmt-1.54.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.54.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.54.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build03 - context: ci/prow/rustfmt-1.58.0 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.9-rustfmt-1.58.0 - rerun_command: /test rustfmt-1.58.0 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=rustfmt-1.58.0 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )rustfmt-1.58.0,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.9$ - - ^release-4\.9- - cluster: build03 - context: ci/prow/yaml-lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-release-4.9-yaml-lint - rerun_command: /test yaml-lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=yaml-lint - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/core-services/image-mirroring/openshift/mapping_origin_4_10 b/core-services/image-mirroring/openshift/mapping_origin_4_10 index 77abe50f3f913..6b4e963d60d9c 100644 --- a/core-services/image-mirroring/openshift/mapping_origin_4_10 +++ b/core-services/image-mirroring/openshift/mapping_origin_4_10 @@ -37,7 +37,6 @@ registry.ci.openshift.org/origin/4.10:baremetal-runtimecfg quay.io/openshift/ori registry.ci.openshift.org/origin/4.10:base quay.io/openshift/origin-base:4.10 quay.io/openshift/origin-base:4.10.0 registry.ci.openshift.org/origin/4.10:build-test-qemu-img quay.io/openshift/origin-build-test-qemu-img:4.10 quay.io/openshift/origin-build-test-qemu-img:4.10.0 registry.ci.openshift.org/origin/4.10:cert-manager-operator quay.io/openshift/origin-cert-manager-operator:4.10 quay.io/openshift/origin-cert-manager-operator:4.10.0 -registry.ci.openshift.org/origin/4.10:cincinnati-graph-data-container quay.io/openshift/origin-cincinnati-graph-data-container:4.10 quay.io/openshift/origin-cincinnati-graph-data-container:4.10.0 registry.ci.openshift.org/origin/4.10:cli quay.io/openshift/origin-cli:4.10 quay.io/openshift/origin-cli:4.10.0 registry.ci.openshift.org/origin/4.10:cli-artifacts quay.io/openshift/origin-cli-artifacts:4.10 quay.io/openshift/origin-cli-artifacts:4.10.0 registry.ci.openshift.org/origin/4.10:cloud-credential-operator quay.io/openshift/origin-cloud-credential-operator:4.10 quay.io/openshift/origin-cloud-credential-operator:4.10.0 diff --git a/core-services/image-mirroring/openshift/mapping_origin_4_11 b/core-services/image-mirroring/openshift/mapping_origin_4_11 index 2792481baf67e..982cdcb512f5e 100644 --- a/core-services/image-mirroring/openshift/mapping_origin_4_11 +++ b/core-services/image-mirroring/openshift/mapping_origin_4_11 @@ -43,7 +43,6 @@ registry.ci.openshift.org/origin/4.11:baremetal-operator quay.io/openshift/origi registry.ci.openshift.org/origin/4.11:baremetal-runtimecfg quay.io/openshift/origin-baremetal-runtimecfg:4.11 quay.io/openshift/origin-baremetal-runtimecfg:4.11.0 registry.ci.openshift.org/origin/4.11:base quay.io/openshift/origin-base:4.11 quay.io/openshift/origin-base:4.11.0 registry.ci.openshift.org/origin/4.11:cert-manager-operator quay.io/openshift/origin-cert-manager-operator:4.11 quay.io/openshift/origin-cert-manager-operator:4.11.0 -registry.ci.openshift.org/origin/4.11:cincinnati-graph-data-container quay.io/openshift/origin-cincinnati-graph-data-container:4.11 quay.io/openshift/origin-cincinnati-graph-data-container:4.11.0 registry.ci.openshift.org/origin/4.11:cli quay.io/openshift/origin-cli:4.11 quay.io/openshift/origin-cli:4.11.0 registry.ci.openshift.org/origin/4.11:cli-artifacts quay.io/openshift/origin-cli-artifacts:4.11 quay.io/openshift/origin-cli-artifacts:4.11.0 registry.ci.openshift.org/origin/4.11:cloud-credential-operator quay.io/openshift/origin-cloud-credential-operator:4.11 quay.io/openshift/origin-cloud-credential-operator:4.11.0 diff --git a/core-services/image-mirroring/openshift/mapping_origin_4_12 b/core-services/image-mirroring/openshift/mapping_origin_4_12 index 3f2fa9cea8c9a..33bc3856b93a6 100644 --- a/core-services/image-mirroring/openshift/mapping_origin_4_12 +++ b/core-services/image-mirroring/openshift/mapping_origin_4_12 @@ -43,7 +43,6 @@ registry.ci.openshift.org/origin/4.12:baremetal-operator quay.io/openshift/origi registry.ci.openshift.org/origin/4.12:baremetal-runtimecfg quay.io/openshift/origin-baremetal-runtimecfg:4.12 quay.io/openshift/origin-baremetal-runtimecfg:4.12.0 quay.io/openshift/origin-baremetal-runtimecfg:latest registry.ci.openshift.org/origin/4.12:base quay.io/openshift/origin-base:4.12 quay.io/openshift/origin-base:4.12.0 quay.io/openshift/origin-base:latest registry.ci.openshift.org/origin/4.12:cert-manager-operator quay.io/openshift/origin-cert-manager-operator:4.12 quay.io/openshift/origin-cert-manager-operator:4.12.0 quay.io/openshift/origin-cert-manager-operator:latest -registry.ci.openshift.org/origin/4.12:cincinnati-graph-data-container quay.io/openshift/origin-cincinnati-graph-data-container:4.12 quay.io/openshift/origin-cincinnati-graph-data-container:4.12.0 quay.io/openshift/origin-cincinnati-graph-data-container:latest registry.ci.openshift.org/origin/4.12:cli quay.io/openshift/origin-cli:4.12 quay.io/openshift/origin-cli:4.12.0 quay.io/openshift/origin-cli:latest registry.ci.openshift.org/origin/4.12:cli-artifacts quay.io/openshift/origin-cli-artifacts:4.12 quay.io/openshift/origin-cli-artifacts:4.12.0 quay.io/openshift/origin-cli-artifacts:latest registry.ci.openshift.org/origin/4.12:cloud-credential-operator quay.io/openshift/origin-cloud-credential-operator:4.12 quay.io/openshift/origin-cloud-credential-operator:4.12.0 quay.io/openshift/origin-cloud-credential-operator:latest diff --git a/core-services/image-mirroring/openshift/mapping_origin_4_6 b/core-services/image-mirroring/openshift/mapping_origin_4_6 index 3a0e56c76cf3e..ceb9ad4907e6f 100644 --- a/core-services/image-mirroring/openshift/mapping_origin_4_6 +++ b/core-services/image-mirroring/openshift/mapping_origin_4_6 @@ -15,7 +15,6 @@ registry.ci.openshift.org/origin/4.6:base quay.io/openshift/origin-base:4.6 quay registry.ci.openshift.org/origin/4.6:base-7 quay.io/openshift/origin-base-7:4.6 quay.io/openshift/origin-base-7:4.6.0 registry.ci.openshift.org/origin/4.6:base-8 quay.io/openshift/origin-base-8:4.6 quay.io/openshift/origin-base-8:4.6.0 registry.ci.openshift.org/origin/4.6:branding quay.io/openshift/origin-branding:4.6 quay.io/openshift/origin-branding:4.6.0 -registry.ci.openshift.org/origin/4.6:cincinnati-graph-data-container quay.io/openshift/origin-cincinnati-graph-data-container:4.6 quay.io/openshift/origin-cincinnati-graph-data-container:4.6.0 registry.ci.openshift.org/origin/4.6:cli quay.io/openshift/origin-cli:4.6 quay.io/openshift/origin-cli:4.6.0 registry.ci.openshift.org/origin/4.6:cli-artifacts quay.io/openshift/origin-cli-artifacts:4.6 quay.io/openshift/origin-cli-artifacts:4.6.0 registry.ci.openshift.org/origin/4.6:cloud-credential-operator quay.io/openshift/origin-cloud-credential-operator:4.6 quay.io/openshift/origin-cloud-credential-operator:4.6.0 diff --git a/core-services/image-mirroring/openshift/mapping_origin_4_7 b/core-services/image-mirroring/openshift/mapping_origin_4_7 index 09c00dd7f47f9..b12249b4d8695 100644 --- a/core-services/image-mirroring/openshift/mapping_origin_4_7 +++ b/core-services/image-mirroring/openshift/mapping_origin_4_7 @@ -14,7 +14,6 @@ registry.ci.openshift.org/origin/4.7:baremetal-operator quay.io/openshift/origin registry.ci.openshift.org/origin/4.7:baremetal-runtimecfg quay.io/openshift/origin-baremetal-runtimecfg:4.7 quay.io/openshift/origin-baremetal-runtimecfg:4.7.0 registry.ci.openshift.org/origin/4.7:base quay.io/openshift/origin-base:4.7 quay.io/openshift/origin-base:4.7.0 registry.ci.openshift.org/origin/4.7:branding quay.io/openshift/origin-branding:4.7 quay.io/openshift/origin-branding:4.7.0 -registry.ci.openshift.org/origin/4.7:cincinnati-graph-data-container quay.io/openshift/origin-cincinnati-graph-data-container:4.7 quay.io/openshift/origin-cincinnati-graph-data-container:4.7.0 registry.ci.openshift.org/origin/4.7:cli quay.io/openshift/origin-cli:4.7 quay.io/openshift/origin-cli:4.7.0 registry.ci.openshift.org/origin/4.7:cli-artifacts quay.io/openshift/origin-cli-artifacts:4.7 quay.io/openshift/origin-cli-artifacts:4.7.0 registry.ci.openshift.org/origin/4.7:cloud-credential-operator quay.io/openshift/origin-cloud-credential-operator:4.7 quay.io/openshift/origin-cloud-credential-operator:4.7.0 diff --git a/core-services/image-mirroring/openshift/mapping_origin_4_8 b/core-services/image-mirroring/openshift/mapping_origin_4_8 index 3bd839218bba2..1dde1763b5f54 100644 --- a/core-services/image-mirroring/openshift/mapping_origin_4_8 +++ b/core-services/image-mirroring/openshift/mapping_origin_4_8 @@ -20,7 +20,6 @@ registry.ci.openshift.org/origin/4.8:baremetal-operator quay.io/openshift/origin registry.ci.openshift.org/origin/4.8:baremetal-runtimecfg quay.io/openshift/origin-baremetal-runtimecfg:4.8 quay.io/openshift/origin-baremetal-runtimecfg:4.8.0 registry.ci.openshift.org/origin/4.8:base quay.io/openshift/origin-base:4.8 quay.io/openshift/origin-base:4.8.0 registry.ci.openshift.org/origin/4.8:branding quay.io/openshift/origin-branding:4.8 quay.io/openshift/origin-branding:4.8.0 -registry.ci.openshift.org/origin/4.8:cincinnati-graph-data-container quay.io/openshift/origin-cincinnati-graph-data-container:4.8 quay.io/openshift/origin-cincinnati-graph-data-container:4.8.0 registry.ci.openshift.org/origin/4.8:cli quay.io/openshift/origin-cli:4.8 quay.io/openshift/origin-cli:4.8.0 registry.ci.openshift.org/origin/4.8:cli-artifacts quay.io/openshift/origin-cli-artifacts:4.8 quay.io/openshift/origin-cli-artifacts:4.8.0 registry.ci.openshift.org/origin/4.8:cloud-credential-operator quay.io/openshift/origin-cloud-credential-operator:4.8 quay.io/openshift/origin-cloud-credential-operator:4.8.0 diff --git a/core-services/image-mirroring/openshift/mapping_origin_4_9 b/core-services/image-mirroring/openshift/mapping_origin_4_9 index ab4715bcbc3ed..30b7f57d425c1 100644 --- a/core-services/image-mirroring/openshift/mapping_origin_4_9 +++ b/core-services/image-mirroring/openshift/mapping_origin_4_9 @@ -27,7 +27,6 @@ registry.ci.openshift.org/origin/4.9:baremetal-runtimecfg quay.io/openshift/orig registry.ci.openshift.org/origin/4.9:base quay.io/openshift/origin-base:4.9 quay.io/openshift/origin-base:4.9.0 registry.ci.openshift.org/origin/4.9:build-test-qemu-img quay.io/openshift/origin-build-test-qemu-img:4.9 quay.io/openshift/origin-build-test-qemu-img:4.9.0 registry.ci.openshift.org/origin/4.9:cert-manager-operator quay.io/openshift/origin-cert-manager-operator:4.9 quay.io/openshift/origin-cert-manager-operator:4.9.0 -registry.ci.openshift.org/origin/4.9:cincinnati-graph-data-container quay.io/openshift/origin-cincinnati-graph-data-container:4.9 quay.io/openshift/origin-cincinnati-graph-data-container:4.9.0 registry.ci.openshift.org/origin/4.9:cli quay.io/openshift/origin-cli:4.9 quay.io/openshift/origin-cli:4.9.0 registry.ci.openshift.org/origin/4.9:cli-artifacts quay.io/openshift/origin-cli-artifacts:4.9 quay.io/openshift/origin-cli-artifacts:4.9.0 registry.ci.openshift.org/origin/4.9:cloud-credential-operator quay.io/openshift/origin-cloud-credential-operator:4.9 quay.io/openshift/origin-cloud-credential-operator:4.9.0