From 009fd050fbabfa1ccd45d528e192f2160e0d5554 Mon Sep 17 00:00:00 2001 From: ehila Date: Thu, 11 May 2023 09:19:25 -0400 Subject: [PATCH] fix: missing ami for conformance-reduced Signed-off-by: ehila --- .../microshift/openshift-microshift-release-4.13.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-operator/config/openshift/microshift/openshift-microshift-release-4.13.yaml b/ci-operator/config/openshift/microshift/openshift-microshift-release-4.13.yaml index ef3a445a9593f..fa174e2c2b35e 100644 --- a/ci-operator/config/openshift/microshift/openshift-microshift-release-4.13.yaml +++ b/ci-operator/config/openshift/microshift/openshift-microshift-release-4.13.yaml @@ -132,8 +132,8 @@ tests: steps: cluster_profile: aws env: - EC2_AMI: ami-0c231be9fb222349e - EC2_INSTANCE_TYPE: c6g.2xlarge + EC2_AMI: ami-06df7225cc50ee1a3 + EC2_INSTANCE_TYPE: c7g.4xlarge workflow: openshift-microshift-e2e-openshift-conformance-reduced-aws - as: e2e-reboot cluster: build02 @@ -150,8 +150,8 @@ tests: steps: cluster_profile: aws env: - EC2_AMI: ami-0c231be9fb222349e - EC2_INSTANCE_TYPE: c6g.2xlarge + EC2_AMI: ami-06df7225cc50ee1a3 + EC2_INSTANCE_TYPE: c7g.4xlarge workflow: openshift-microshift-e2e-reboot-tests-aws - as: e2e-greenboot cluster: build02