From 72c852f2d743894f3f4ba76555e033603f68421f Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Wed, 25 Aug 2021 11:25:57 +0200 Subject: [PATCH 1/3] Add TechPreview E2E workflows for GCP and VSphere platforms --- .../openshift/e2e/gcp/techpreview/OWNERS | 1 + ...hift-e2e-gcp-techpreview-workflow.metadata.json | 10 ++++++++++ .../openshift-e2e-gcp-techpreview-workflow.yaml | 13 +++++++++++++ .../openshift/e2e/gcp/techpreview/serial/OWNERS | 1 + ...e-gcp-techpreview-serial-workflow.metadata.json | 10 ++++++++++ ...nshift-e2e-gcp-techpreview-serial-workflow.yaml | 14 ++++++++++++++ .../openshift/e2e/vsphere/techpreview/OWNERS | 1 + ...-e2e-vsphere-techpreview-workflow.metadata.json | 10 ++++++++++ ...openshift-e2e-vsphere-techpreview-workflow.yaml | 13 +++++++++++++ .../e2e/vsphere/techpreview/serial/OWNERS | 1 + ...phere-techpreview-serial-workflow.metadata.json | 10 ++++++++++ ...ft-e2e-vsphere-techpreview-serial-workflow.yaml | 14 ++++++++++++++ 12 files changed, 98 insertions(+) create mode 120000 ci-operator/step-registry/openshift/e2e/gcp/techpreview/OWNERS create mode 100644 ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.metadata.json create mode 100644 ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.yaml create mode 120000 ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/OWNERS create mode 100644 ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.metadata.json create mode 100644 ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.yaml create mode 120000 ci-operator/step-registry/openshift/e2e/vsphere/techpreview/OWNERS create mode 100644 ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.metadata.json create mode 100644 ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.yaml create mode 120000 ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/OWNERS create mode 100644 ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.metadata.json create mode 100644 ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.yaml diff --git a/ci-operator/step-registry/openshift/e2e/gcp/techpreview/OWNERS b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/OWNERS new file mode 120000 index 0000000000000..ec405d65a79df --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/OWNERS @@ -0,0 +1 @@ +../OWNERS \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.metadata.json b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.metadata.json new file mode 100644 index 0000000000000..28f2ea00810ab --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.metadata.json @@ -0,0 +1,10 @@ +{ + "path": "openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.yaml", + "owners": { + "approvers": [ + "abhinavdahiya", + "jstuever", + "patrickdillon" + ] + } +} \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.yaml b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.yaml new file mode 100644 index 0000000000000..c5d2c6e45e836 --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/openshift-e2e-gcp-techpreview-workflow.yaml @@ -0,0 +1,13 @@ +workflow: + as: openshift-e2e-gcp-techpreview + steps: + pre: + - ref: ipi-conf-techpreview + - chain: ipi-gcp-pre + test: + - ref: openshift-e2e-test + post: + - chain: gather-core-dump + - chain: ipi-gcp-post + documentation: |- + The Openshift E2E GCP workflow executes the common end-to-end test suite on GCP with a TechPreviewNoUpgrade cluster configuration. diff --git a/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/OWNERS b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/OWNERS new file mode 120000 index 0000000000000..ec405d65a79df --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/OWNERS @@ -0,0 +1 @@ +../OWNERS \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.metadata.json b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.metadata.json new file mode 100644 index 0000000000000..01b4041a424f1 --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.metadata.json @@ -0,0 +1,10 @@ +{ + "path": "openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.yaml", + "owners": { + "approvers": [ + "abhinavdahiya", + "jstuever", + "patrickdillon" + ] + } +} \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.yaml b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.yaml new file mode 100644 index 0000000000000..904ccc8dc2d88 --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/gcp/techpreview/serial/openshift-e2e-gcp-techpreview-serial-workflow.yaml @@ -0,0 +1,14 @@ +workflow: + as: openshift-e2e-gcp-techpreview-serial + steps: + pre: + - ref: ipi-conf-techpreview + - chain: ipi-gcp-pre + test: + - ref: openshift-e2e-test + post: + - chain: ipi-gcp-post + env: + TEST_SUITE: openshift/conformance/serial + documentation: |- + The Openshift E2E GCP `serial` workflow executes the `openshift/serial` end-to-end test suite on GCP with a TechPreviewNoUpgrade cluster configuration. diff --git a/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/OWNERS b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/OWNERS new file mode 120000 index 0000000000000..ec405d65a79df --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/OWNERS @@ -0,0 +1 @@ +../OWNERS \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.metadata.json b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.metadata.json new file mode 100644 index 0000000000000..9d16fd87b5f9b --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.metadata.json @@ -0,0 +1,10 @@ +{ + "path": "openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.yaml", + "owners": { + "approvers": [ + "abhinavdahiya", + "jcpowermac", + "patrickdillon" + ] + } +} \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.yaml b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.yaml new file mode 100644 index 0000000000000..f0dbfafa69f83 --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/openshift-e2e-vsphere-techpreview-workflow.yaml @@ -0,0 +1,13 @@ +workflow: + as: openshift-e2e-vsphere-techpreview + steps: + pre: + - ref: ipi-conf-techpreview + - chain: ipi-vsphere-pre + test: + - ref: openshift-e2e-test + post: + - chain: gather-core-dump + - chain: ipi-vsphere-post + documentation: |- + The Openshift E2E VSphere workflow executes the common end-to-end test suite on VSphere with a TechPreviewNoUpgrade cluster configuration. diff --git a/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/OWNERS b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/OWNERS new file mode 120000 index 0000000000000..ec405d65a79df --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/OWNERS @@ -0,0 +1 @@ +../OWNERS \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.metadata.json b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.metadata.json new file mode 100644 index 0000000000000..83febd707b9d8 --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.metadata.json @@ -0,0 +1,10 @@ +{ + "path": "openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.yaml", + "owners": { + "approvers": [ + "abhinavdahiya", + "jcpowermac", + "patrickdillon" + ] + } +} \ No newline at end of file diff --git a/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.yaml b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.yaml new file mode 100644 index 0000000000000..8227e0637c435 --- /dev/null +++ b/ci-operator/step-registry/openshift/e2e/vsphere/techpreview/serial/openshift-e2e-vsphere-techpreview-serial-workflow.yaml @@ -0,0 +1,14 @@ +workflow: + as: openshift-e2e-vsphere-techpreview-serial + steps: + pre: + - ref: ipi-conf-techpreview + - chain: ipi-vsphere-pre + test: + - ref: openshift-e2e-test + post: + - chain: ipi-vsphere-post + env: + TEST_SUITE: openshift/conformance/serial + documentation: |- + The Openshift E2E VSphere `serial` workflow executes the `openshift/serial` end-to-end test suite on VSphere with a TechPreviewNoUpgrade cluster configuration. From 6450880e63a1efc90d3aea5081f0a48e8de4d291 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Wed, 25 Aug 2021 11:29:56 +0200 Subject: [PATCH 2/3] Add TechPreview periodic jobs for GCP and VSphere platforms --- .../openshift-release-master__ci-4.10.yaml | 10 + ...penshift-release-master__nightly-4.10.yaml | 10 + .../openshift-release-master-periodics.yaml | 304 ++++++++++++++++++ 3 files changed, 324 insertions(+) diff --git a/ci-operator/config/openshift/release/openshift-release-master__ci-4.10.yaml b/ci-operator/config/openshift/release/openshift-release-master__ci-4.10.yaml index b1115be282c18..4c6e429d9b9c8 100644 --- a/ci-operator/config/openshift/release/openshift-release-master__ci-4.10.yaml +++ b/ci-operator/config/openshift/release/openshift-release-master__ci-4.10.yaml @@ -184,6 +184,11 @@ tests: steps: cluster_profile: gcp-openshift-gce-devel-ci-2 workflow: openshift-e2e-gcp +- as: e2e-gcp-techpreview + interval: 48h + steps: + cluster_profile: gcp-openshift-gce-devel-ci-2 + workflow: openshift-e2e-gcp-techpreview - as: e2e-gcp-ovn interval: 24h steps: @@ -201,6 +206,11 @@ tests: steps: cluster_profile: gcp-openshift-gce-devel-ci-2 workflow: openshift-e2e-gcp-serial +- as: e2e-gcp-techpreview-serial + interval: 48h + steps: + cluster_profile: gcp-openshift-gce-devel-ci-2 + workflow: openshift-e2e-gcp-techpreview-serial - as: e2e-gcp-compact-serial interval: 48h steps: diff --git a/ci-operator/config/openshift/release/openshift-release-master__nightly-4.10.yaml b/ci-operator/config/openshift/release/openshift-release-master__nightly-4.10.yaml index 5fab6f1cb89c6..c55070c72d52c 100644 --- a/ci-operator/config/openshift/release/openshift-release-master__nightly-4.10.yaml +++ b/ci-operator/config/openshift/release/openshift-release-master__nightly-4.10.yaml @@ -203,6 +203,11 @@ tests: steps: cluster_profile: vsphere workflow: openshift-e2e-vsphere +- as: e2e-vsphere-techpreview + cron: 0 0,6,12,18 * * * + steps: + cluster_profile: vsphere + workflow: openshift-e2e-vsphere-techpreview - as: e2e-aws-ovn-local-gateway interval: 48h steps: @@ -221,6 +226,11 @@ tests: steps: cluster_profile: vsphere workflow: openshift-e2e-vsphere-serial +- as: e2e-vsphere-techpreview-serial + cron: 30 0,6,12,18 * * * + steps: + cluster_profile: vsphere + workflow: openshift-e2e-vsphere-techpreview-serial - as: e2e-vsphere-upi cron: 15 4,10,16,22 * * * steps: diff --git a/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml b/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml index bb1b6068fdc3c..41ea324d17fd3 100644 --- a/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml +++ b/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml @@ -2637,6 +2637,160 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: openshift + repo: release + interval: 48h + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + ci-operator.openshift.io/variant: ci-4.10 + job-release: "4.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-release-master-ci-4.10-e2e-gcp-techpreview + 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-gcp-techpreview-cluster-profile + - --target=e2e-gcp-techpreview + - --variant=ci-4.10 + 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-gcp-techpreview-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-openshift-gce-devel-ci-2 + - configMap: + name: cluster-profile-gcp-openshift-gce-devel-ci-2 + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator +- agent: kubernetes + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: openshift + repo: release + interval: 48h + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + ci-operator.openshift.io/variant: ci-4.10 + job-release: "4.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-release-master-ci-4.10-e2e-gcp-techpreview-serial + 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-gcp-techpreview-serial-cluster-profile + - --target=e2e-gcp-techpreview-serial + - --variant=ci-4.10 + 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-gcp-techpreview-serial-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-openshift-gce-devel-ci-2 + - configMap: + name: cluster-profile-gcp-openshift-gce-devel-ci-2 + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: build01 decorate: true @@ -22148,6 +22302,156 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: vsphere + cron: 0 0,6,12,18 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: openshift + repo: release + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + ci-operator.openshift.io/variant: nightly-4.10 + job-release: "4.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-release-master-nightly-4.10-e2e-vsphere-techpreview + 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-vsphere-techpreview-cluster-profile + - --target=e2e-vsphere-techpreview + - --variant=nightly-4.10 + 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-techpreview-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-vsphere + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator +- agent: kubernetes + cluster: vsphere + cron: 30 0,6,12,18 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: master + org: openshift + repo: release + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + ci-operator.openshift.io/variant: nightly-4.10 + job-release: "4.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-release-master-nightly-4.10-e2e-vsphere-techpreview-serial + 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-vsphere-techpreview-serial-cluster-profile + - --target=e2e-vsphere-techpreview-serial + - --variant=nightly-4.10 + 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-techpreview-serial-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-vsphere + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: vsphere cron: 15 4,10,16,22 * * * From f3cdb6bea30bc8d2609738efcedd0c4b46eff329 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Tue, 7 Sep 2021 11:11:38 +0100 Subject: [PATCH 3/3] Add GCP/VSphere techpreview to release controller as optional informing --- .../_releases/release-ocp-4.10.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/core-services/release-controller/_releases/release-ocp-4.10.json b/core-services/release-controller/_releases/release-ocp-4.10.json index d4a66e75a472f..2888a652a8ed5 100644 --- a/core-services/release-controller/_releases/release-ocp-4.10.json +++ b/core-services/release-controller/_releases/release-ocp-4.10.json @@ -60,10 +60,18 @@ "optional":true, "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-e2e-gcp"} }, + "gcp-techpreview":{ + "optional":true, + "prowJob":{"name":"periodic-ci-openshift-release-master-ci-4.10-e2e-gcp-techpreview"} + }, "gcp-serial":{ "optional":true, "prowJob":{"name":"release-openshift-ocp-installer-e2e-gcp-serial-4.10"} }, + "gcp-techpreview-serial":{ + "optional":true, + "prowJob":{"name":"periodic-ci-openshift-release-master-ci-4.10-e2e-gcp-techpreview-serial"} + }, "gcp-rt":{ "optional":true, "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-e2e-gcp-rt"} @@ -148,6 +156,10 @@ "optional": true, "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-e2e-vsphere"} }, + "vsphere-techpreview":{ + "optional": true, + "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-e2e-vsphere-techpreview"} + }, "vsphere-upi-serial":{ "optional": true, "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-e2e-vsphere-upi-serial"} @@ -156,6 +168,10 @@ "optional": true, "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-e2e-vsphere-serial"} }, + "vsphere-techpreview-serial":{ + "optional": true, + "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-e2e-vsphere-techpreview-serial"} + }, "aws-console":{ "optional":true, "prowJob":{"name":"periodic-ci-openshift-release-master-nightly-4.10-console-aws"}