From e519e3c305758e224888ceeef9c88696a025e2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Thu, 18 Mar 2021 11:26:57 +0100 Subject: [PATCH] Move MCO's openstack-e2e job to Vexxhost Mass OpenCloud is having difficulties and we recently got more quota on Vexxhost. --- ...ine-config-operator-master-presubmits.yaml | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml index 99438fbac481a..41998d3386d0e 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml @@ -921,9 +921,15 @@ presubmits: - ci-operator env: - name: CLUSTER_TYPE - value: openstack + value: openstack-vexxhost - name: JOB_NAME_SAFE value: e2e-openstack + - name: OPENSTACK_EXTERNAL_NETWORK + value: public + - name: OPENSTACK_FLAVOR + value: ci.m1.xlarge + - name: OS_CLOUD + value: openstack - name: TEST_COMMAND value: run-minimal-tests image: ci-operator:latest @@ -959,6 +965,20 @@ presubmits: projected: sources: - secret: + items: + - key: clouds.yaml + path: clouds.yaml + name: cluster-secrets-openstack-vexxhost + - secret: + items: + - key: .awscred + path: .awscred + - key: ssh-privatekey + path: ssh-privatekey + - key: ssh-publickey + path: ssh-publickey + - key: pull-secret + path: pull-secret name: cluster-secrets-openstack - configMap: name: prow-job-cluster-launch-installer-openstack-e2e