From 4168c996c8761118c58db4d1fca4af4aa4d641c8 Mon Sep 17 00:00:00 2001 From: lihongan Date: Thu, 1 Sep 2022 18:18:30 +0800 Subject: [PATCH] add 4.12 e2e test for vsphere-upi-disconnected-sdn-workers-rhcos-rhel8 --- ...s-private-release-4.12__amd64-nightly.yaml | 16 +++- ...-tests-private-release-4.12-periodics.yaml | 82 +++++++++++++++++++ 2 files changed, 96 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12__amd64-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12__amd64-nightly.yaml index 081ffff6ede65..98aad383fcd71 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12__amd64-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12__amd64-nightly.yaml @@ -249,7 +249,8 @@ tests: cluster_profile: aws-qe env: BASE_DOMAIN: qe.devcluster.openshift.com - E2E_RUN_TAGS: '@aws-ipi and @network-openshiftsdn and not @fips' + E2E_RUN_TAGS: '@aws-ipi and @disconnected and @network-openshiftsdn and not + @fips' TAG_VERSION: '@4.12' test: - chain: openshift-e2e-test-qe @@ -260,7 +261,7 @@ tests: cluster_profile: aws-qe env: BASE_DOMAIN: qe.devcluster.openshift.com - E2E_RUN_TAGS: '@aws-ipi and @network-openshiftsdn and not @fips' + E2E_RUN_TAGS: '@aws-ipi and @proxy and @network-openshiftsdn and not @fips' TAG_VERSION: '@4.12' test: - chain: openshift-e2e-test-qe @@ -638,6 +639,17 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-vsphere-upi-proxy-https +- as: e2e-vsphere-upi-disconnected-sdn-workers-rhcos-rhel8-p2 + cron: 0 0 * * 0 + steps: + cluster_profile: vsphere-discon + env: + E2E_RUN_TAGS: '@vsphere-ipi and @disconnected and @network-openshiftsdn and + not @fips' + TAG_VERSION: '@4.12' + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-vsphere-upi-disconnected-sdn-workers-rhcos-rhel8 zz_generated_metadata: branch: release-4.12 org: openshift diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12-periodics.yaml index 98670610e9039..24d2a039ca65b 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.12-periodics.yaml @@ -4181,6 +4181,88 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: vsphere + cron: 0 0 * * 0 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.12 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-discon + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.12" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-e2e-vsphere-upi-disconnected-sdn-workers-rhcos-rhel8-p2 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/e2e-vsphere-upi-disconnected-sdn-workers-rhcos-rhel8-p2-cluster-profile + - --target=e2e-vsphere-upi-disconnected-sdn-workers-rhcos-rhel8-p2 + - --variant=amd64-nightly + 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-vsphere-upi-disconnected-sdn-workers-rhcos-rhel8-p2-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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-vsphere + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: vsphere cron: 0 0 11 * *