From cd508cd8bb363919d0f416e30842d2757d271d24 Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Wed, 9 Aug 2023 13:05:38 +0700 Subject: [PATCH 1/2] Add cmd make test-e2e-azident to e2e-azure-manual-oidc --- .../openshift-cloud-credential-operator-master.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml b/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml index 9b73735ea57b1..0cbe5a18a1f95 100644 --- a/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml +++ b/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml @@ -130,6 +130,14 @@ tests: optional: true steps: cluster_profile: azure4 + test: + - as: e2e-test-azident + commands: make test-e2e-azident + from: src + resources: + requests: + cpu: 100m + memory: 200Mi workflow: openshift-e2e-azure-manual-oidc-workload-identity - as: e2e-gcp-manual-oidc optional: true From b276c5e9003f49dbdbaae073d5b9fc801cb5af24 Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Thu, 10 Aug 2023 12:00:31 +0700 Subject: [PATCH 2/2] After run make ci-operator-config --- ...openshift-cloud-credential-operator-master.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml b/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml index 0cbe5a18a1f95..174859eb6c9a5 100644 --- a/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml +++ b/ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master.yaml @@ -131,13 +131,13 @@ tests: steps: cluster_profile: azure4 test: - - as: e2e-test-azident - commands: make test-e2e-azident - from: src - resources: - requests: - cpu: 100m - memory: 200Mi + - as: e2e-test-azident + commands: make test-e2e-azident + from: src + resources: + requests: + cpu: 100m + memory: 200Mi workflow: openshift-e2e-azure-manual-oidc-workload-identity - as: e2e-gcp-manual-oidc optional: true