From 261f8d7e058d1cd85762f375d6cd0807606e3c12 Mon Sep 17 00:00:00 2001 From: Malay Kumar Parida Date: Thu, 15 Feb 2024 17:11:58 +0000 Subject: [PATCH] Switch to odf-aws cluster profile for mcg-ms-console & mcg-osd-deployer Signed-off-by: Malay Kumar Parida --- .../mcg-ms-console/red-hat-storage-mcg-ms-console-master.yaml | 3 ++- .../red-hat-storage-mcg-osd-deployer-main.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ci-operator/config/red-hat-storage/mcg-ms-console/red-hat-storage-mcg-ms-console-master.yaml b/ci-operator/config/red-hat-storage/mcg-ms-console/red-hat-storage-mcg-ms-console-master.yaml index c54a8842b6619..d9f641717ebaa 100644 --- a/ci-operator/config/red-hat-storage/mcg-ms-console/red-hat-storage-mcg-ms-console-master.yaml +++ b/ci-operator/config/red-hat-storage/mcg-ms-console/red-hat-storage-mcg-ms-console-master.yaml @@ -45,8 +45,9 @@ tests: memory: 200Mi - as: mcg-ms-console-e2e-aws steps: - cluster_profile: aws + cluster_profile: odf-aws env: + BASE_DOMAIN: makestoragegreatagain.com COMPUTE_NODE_TYPE: m4.2xlarge ZONES_COUNT: "1" test: diff --git a/ci-operator/config/red-hat-storage/mcg-osd-deployer/red-hat-storage-mcg-osd-deployer-main.yaml b/ci-operator/config/red-hat-storage/mcg-osd-deployer/red-hat-storage-mcg-osd-deployer-main.yaml index 16701da43b802..30ac9cbb2f04c 100644 --- a/ci-operator/config/red-hat-storage/mcg-osd-deployer/red-hat-storage-mcg-osd-deployer-main.yaml +++ b/ci-operator/config/red-hat-storage/mcg-osd-deployer/red-hat-storage-mcg-osd-deployer-main.yaml @@ -21,7 +21,7 @@ tag_specification: tests: - as: test-suite steps: - cluster_profile: aws + cluster_profile: odf-aws test: - as: test-suite-aws commands: make test @@ -32,7 +32,7 @@ tests: memory: 200Mi - as: lint steps: - cluster_profile: aws + cluster_profile: odf-aws test: - as: lint-aws commands: USE_EXISTING_CLUSTER=true make lint