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 247b5e7c964f6..5ac90040c037d 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 @@ -1,32 +1,40 @@ base_images: - base: - name: "4.12" - namespace: ocp - tag: base - cincinnati_operand_latest: + cincinnati-operand: name: cincinnati-build-root namespace: cincinnati-ci tag: deploy - graphdata: - name: cincinnati-graph-data - namespace: cincinnati-ci-public - tag: stable + golang: + name: builder + namespace: ocp + tag: rhel-9-golang-1.20-openshift-4.14 operator-sdk: - name: "4.13" + name: "4.14" namespace: origin tag: operator-sdk + published-cincinnati-graph-data: + name: cincinnati-graph-data + namespace: cincinnati-ci-public + tag: stable + ubi: + name: ubi + namespace: ocp + tag: "9" build_root: image_stream_tag: - name: release - namespace: openshift - tag: golang-1.18 + name: builder + namespace: ocp + tag: rhel-9-golang-1.20-openshift-4.14 images: - dockerfile_path: build/Dockerfile - from: base + from: ubi + inputs: + golang: + as: + - registry.ci.openshift.org/openshift/release:golang-1.18 to: cincinnati-operator - dockerfile_path: dev/Dockerfile - from: base - to: cincinnati-graph-data-container + from: ubi + to: local-cincinnati-graph-data operator: bundles: - as: cincinnati-bundle @@ -34,22 +42,14 @@ operator: skip_building_index: true substitutions: - pullspec: quay.io/cincinnati/cincinnati:latest - with: pipeline:cincinnati_operand_latest + with: pipeline:cincinnati-operand - pullspec: controller:latest with: pipeline:cincinnati-operator releases: latest: - release: - channel: candidate - version: "4.14" - thirteen: release: channel: candidate version: "4.13" - twelve: - release: - channel: candidate - version: "4.12" resources: '*': limits: @@ -74,7 +74,7 @@ tests: owner: openshift-ci product: ocp timeout: 1h0m0s - version: "4.13" + version: "4.14" steps: test: - as: install @@ -92,64 +92,7 @@ tests: cpu: 500m memory: 1000Mi workflow: generic-claim -- as: operator-e2e-410 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.10" - steps: - test: - - as: e2e-test - cli: latest - commands: | - make func-test \ - RELATED_IMAGE_OPERAND=registry.redhat.io/openshift-update-service/openshift-update-service-rhel8@sha256:0e67daa2313ac7695b53de468ca0a540988befe1dfa5c9036eb05e21fd9f107a \ - OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: pipeline:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: pipeline:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: generic-claim -- as: operator-e2e-latest-osus-410 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.10" - steps: - test: - - as: e2e-test - cli: latest - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: pipeline: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: generic-claim -- as: operator-e2e-411 +- as: operator-e2e-old-ocp-published-graph-data cluster_claim: architecture: amd64 cloud: aws @@ -163,152 +106,49 @@ tests: cli: latest commands: | make func-test \ - RELATED_IMAGE_OPERAND=registry.redhat.io/openshift-update-service/openshift-update-service-rhel8@sha256:0e67daa2313ac7695b53de468ca0a540988befe1dfa5c9036eb05e21fd9f107a \ OPENSHIFT_BUILD_NAMESPACE= dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - env: RELATED_IMAGE_OPERATOR name: pipeline:cincinnati-operator + - env: RELATED_IMAGE_OPERAND + name: pipeline:cincinnati-operand - env: GRAPH_DATA_IMAGE - name: pipeline:cincinnati-graph-data-container + name: pipeline:published-cincinnati-graph-data from: src resources: requests: cpu: 100m memory: 200Mi workflow: generic-claim -- as: operator-e2e-latest-osus-411 +- as: operator-e2e-new-ocp-published-graph-data cluster_claim: architecture: amd64 cloud: aws owner: openshift-ci product: ocp timeout: 1h0m0s - version: "4.11" - steps: - test: - - as: e2e-test - cli: latest - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: pipeline: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: generic-claim -- as: operator-e2e-412 + version: "4.14" steps: - allow_best_effort_post_steps: true - cluster_profile: aws-2 - dependencies: - RELEASE_IMAGE_LATEST: release:twelve test: - as: e2e-test cli: latest commands: | make func-test \ - RELATED_IMAGE_OPERAND=registry.redhat.io/openshift-update-service/openshift-update-service-rhel8@sha256:0e67daa2313ac7695b53de468ca0a540988befe1dfa5c9036eb05e21fd9f107a \ OPENSHIFT_BUILD_NAMESPACE= dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: pipeline:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: pipeline:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: hypershift-hostedcluster-workflow -- as: operator-e2e-latest-osus-412 - steps: - allow_best_effort_post_steps: true - cluster_profile: aws-2 - dependencies: - RELEASE_IMAGE_LATEST: release:twelve - test: - - as: e2e-test - cli: latest - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - env: RELATED_IMAGE_OPERATOR name: pipeline: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: hypershift-hostedcluster-workflow -- as: operator-e2e-413 - steps: - allow_best_effort_post_steps: true - cluster_profile: aws-2 - dependencies: - RELEASE_IMAGE_LATEST: release:thirteen - test: - - as: e2e-test - cli: latest - commands: | - make func-test \ - RELATED_IMAGE_OPERAND=registry.redhat.io/openshift-update-service/openshift-update-service-rhel8@sha256:0e67daa2313ac7695b53de468ca0a540988befe1dfa5c9036eb05e21fd9f107a \ - OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: pipeline:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: pipeline:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: hypershift-hostedcluster-workflow -- as: operator-e2e-latest-osus-413 - steps: - allow_best_effort_post_steps: true - cluster_profile: aws-2 - dependencies: - RELEASE_IMAGE_LATEST: release:thirteen - test: - - as: e2e-test - cli: latest - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: pipeline:cincinnati-operator + name: pipeline:cincinnati-operand - env: GRAPH_DATA_IMAGE - name: graphdata - - env: RELATED_IMAGE_OPERAND - name: cincinnati_operand_latest + name: pipeline:published-cincinnati-graph-data from: src resources: requests: cpu: 100m memory: 200Mi - workflow: hypershift-hostedcluster-workflow -- as: operator-e2e-414 + workflow: generic-claim +- as: operator-e2e-hypershift-local-graph-data steps: allow_best_effort_post_steps: true cluster_profile: aws-2 @@ -317,38 +157,19 @@ tests: cli: latest commands: | make func-test \ - RELATED_IMAGE_OPERAND=registry.redhat.io/openshift-update-service/openshift-update-service-rhel8@sha256:0e67daa2313ac7695b53de468ca0a540988befe1dfa5c9036eb05e21fd9f107a \ - OPENSHIFT_BUILD_NAMESPACE= + OPENSHIFT_BUILD_NAMESPACE= \ dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - - env: RELATED_IMAGE_OPERATOR - name: pipeline:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: pipeline:cincinnati-graph-data-container - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: hypershift-hostedcluster-workflow -- as: operator-e2e-latest-osus-414 - steps: - allow_best_effort_post_steps: true - cluster_profile: aws-2 - test: - - as: e2e-test - cli: latest - commands: make func-test OPENSHIFT_BUILD_NAMESPACE= - dependencies: - - env: OPERATOR_IMAGE - name: pipeline:cincinnati-operator - env: RELATED_IMAGE_OPERATOR name: pipeline:cincinnati-operator - - env: GRAPH_DATA_IMAGE - name: graphdata - env: RELATED_IMAGE_OPERAND - name: cincinnati_operand_latest + name: pipeline:cincinnati-operand + - env: GRAPH_DATA_IMAGE + name: pipeline:local-cincinnati-graph-data + env: + - default: local + documentation: Let the test suite know it has a locally-built graph-data image, + so it can enable custom testing. + name: GRAPH_DATA from: src resources: requests: 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 6a045db304e7d..44bc2984b0db5 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 @@ -235,151 +235,13 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )install-bundle,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build01 - context: ci/prow/operator-e2e-410 - 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-master-operator-e2e-410 - rerun_command: /test operator-e2e-410 - spec: - 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 - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=operator-e2e-410 - 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: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-410,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build01 - context: ci/prow/operator-e2e-411 - 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-master-operator-e2e-411 - rerun_command: /test operator-e2e-411 - spec: - 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 - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=operator-e2e-411 - 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: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-411,?($|\s.*) - agent: kubernetes always_run: true branches: - ^master$ - ^master- cluster: build03 - context: ci/prow/operator-e2e-412 + context: ci/prow/operator-e2e-hypershift-local-graph-data decorate: true decoration_config: skip_cloning: true @@ -388,8 +250,8 @@ presubmits: ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-412 - rerun_command: /test operator-e2e-412 + name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-hypershift-local-graph-data + rerun_command: /test operator-e2e-hypershift-local-graph-data spec: containers: - args: @@ -398,8 +260,8 @@ presubmits: - --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-412-cluster-profile - - --target=operator-e2e-412 + - --secret-dir=/usr/local/operator-e2e-hypershift-local-graph-data-cluster-profile + - --target=operator-e2e-hypershift-local-graph-data command: - ci-operator image: ci-operator:latest @@ -415,7 +277,7 @@ presubmits: - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/operator-e2e-412-cluster-profile + - mountPath: /usr/local/operator-e2e-hypershift-local-graph-data-cluster-profile name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials @@ -452,182 +314,22 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-412,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build03 - context: ci/prow/operator-e2e-413 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-413 - rerun_command: /test operator-e2e-413 - 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-413-cluster-profile - - --target=operator-e2e-413 - 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-413-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: cluster-profile - secret: - secretName: cluster-secrets-aws-2 - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-413,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build03 - context: ci/prow/operator-e2e-414 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-414 - rerun_command: /test operator-e2e-414 - 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-414-cluster-profile - - --target=operator-e2e-414 - 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-414-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: cluster-profile - secret: - secretName: cluster-secrets-aws-2 - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-414,?($|\s.*) + trigger: (?m)^/test( | .* )operator-e2e-hypershift-local-graph-data,?($|\s.*) - agent: kubernetes always_run: true branches: - ^master$ - ^master- cluster: build01 - context: ci/prow/operator-e2e-latest-osus-410 + context: ci/prow/operator-e2e-new-ocp-published-graph-data 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-master-operator-e2e-latest-osus-410 - rerun_command: /test operator-e2e-latest-osus-410 + name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-new-ocp-published-graph-data + rerun_command: /test operator-e2e-new-ocp-published-graph-data spec: containers: - args: @@ -636,7 +338,7 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=operator-e2e-latest-osus-410 + - --target=operator-e2e-new-ocp-published-graph-data command: - ci-operator image: ci-operator:latest @@ -681,22 +383,22 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus-410,?($|\s.*) + trigger: (?m)^/test( | .* )operator-e2e-new-ocp-published-graph-data,?($|\s.*) - agent: kubernetes always_run: true branches: - ^master$ - ^master- cluster: build01 - context: ci/prow/operator-e2e-latest-osus-411 + context: ci/prow/operator-e2e-old-ocp-published-graph-data 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-master-operator-e2e-latest-osus-411 - rerun_command: /test operator-e2e-latest-osus-411 + name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-old-ocp-published-graph-data + rerun_command: /test operator-e2e-old-ocp-published-graph-data spec: containers: - args: @@ -705,7 +407,7 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=operator-e2e-latest-osus-411 + - --target=operator-e2e-old-ocp-published-graph-data command: - ci-operator image: ci-operator:latest @@ -750,247 +452,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus-411,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build03 - context: ci/prow/operator-e2e-latest-osus-412 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-latest-osus-412 - rerun_command: /test operator-e2e-latest-osus-412 - 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-412-cluster-profile - - --target=operator-e2e-latest-osus-412 - 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-412-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: cluster-profile - secret: - secretName: cluster-secrets-aws-2 - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus-412,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build03 - context: ci/prow/operator-e2e-latest-osus-413 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-latest-osus-413 - rerun_command: /test operator-e2e-latest-osus-413 - 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-413-cluster-profile - - --target=operator-e2e-latest-osus-413 - 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-413-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: cluster-profile - secret: - secretName: cluster-secrets-aws-2 - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus-413,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build03 - context: ci/prow/operator-e2e-latest-osus-414 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cincinnati-operator-master-operator-e2e-latest-osus-414 - rerun_command: /test operator-e2e-latest-osus-414 - 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-414-cluster-profile - - --target=operator-e2e-latest-osus-414 - 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-414-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: cluster-profile - secret: - secretName: cluster-secrets-aws-2 - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )operator-e2e-latest-osus-414,?($|\s.*) + trigger: (?m)^/test( | .* )operator-e2e-old-ocp-published-graph-data,?($|\s.*) - agent: kubernetes always_run: true branches: