Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to odf-aws cluster profile inside red-hat-storage org #48750

Merged
merged 6 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions ci-operator/config/red-hat-storage/mcg-ms-console/OWNERS

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions ci-operator/config/red-hat-storage/mcg-osd-deployer/OWNERS

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ resources:
tests:
- as: ocs-operator-bundle-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
COMPUTE_NODE_TYPE: m5.2xlarge
ZONES_COUNT: "3"
test:
- as: e2e-test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ tests:
from: src
- as: ocs-operator-bundle-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
dependencies:
CATALOG_FULL_IMAGE_NAME: ocs-registry
MUST_GATHER_FULL_IMAGE_NAME: ocs-must-gather
OO_INDEX: ci-index-ocs-operator-bundle
env:
BASE_DOMAIN: makestoragegreatagain.com
OCP_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocp-must-gather
OCS_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocs-must-gather
OO_CHANNEL: alpha
Expand Down Expand Up @@ -132,7 +133,9 @@ tests:
- as: red-hat-storage-ocs-ci-e2e-aws
optional: true
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ tests:
from: src
- as: ocs-operator-bundle-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
dependencies:
CATALOG_FULL_IMAGE_NAME: ocs-registry
MUST_GATHER_FULL_IMAGE_NAME: ocs-must-gather
OO_INDEX: ci-index-ocs-operator-bundle
env:
BASE_DOMAIN: makestoragegreatagain.com
OCP_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocp-must-gather
OCS_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocs-must-gather
OO_CHANNEL: alpha
Expand Down Expand Up @@ -128,7 +129,9 @@ tests:
- as: red-hat-storage-ocs-ci-e2e-aws
optional: true
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,21 @@ tests:
from: src
- as: ocs-operator-bundle-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
dependencies:
CATALOG_FULL_IMAGE_NAME: ocs-registry
MUST_GATHER_FULL_IMAGE_NAME: ocs-must-gather
OO_INDEX: ci-index-ocs-operator-bundle
env:
BASE_DOMAIN: makestoragegreatagain.com
COMPUTE_NODE_TYPE: m5.2xlarge
OCP_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocp-must-gather
OCS_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocs-must-gather
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-storage
OO_PACKAGE: ocs-operator
OO_TARGET_NAMESPACES: '!install'
ZONES_COUNT: "3"
post:
- as: ocs-must-gather
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,20 @@ tests:
from: src
- as: ocs-operator-bundle-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
dependencies:
CATALOG_FULL_IMAGE_NAME: ocs-registry
OO_INDEX: ci-index-ocs-operator-bundle
env:
BASE_DOMAIN: makestoragegreatagain.com
COMPUTE_NODE_TYPE: m5.2xlarge
OCP_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocp-must-gather
OCS_MUST_GATHER_DIR: ${ARTIFACT_DIR}/ocs-must-gather
OO_CHANNEL: alpha
OO_INSTALL_NAMESPACE: openshift-storage
OO_PACKAGE: ocs-operator
OO_TARGET_NAMESPACES: '!install'
ZONES_COUNT: "3"
post:
- as: ocs-must-gather
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ tests:
from: src
- as: ocs-operator-bundle-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
COMPUTE_NODE_TYPE: m5.2xlarge
ZONES_COUNT: "3"
test:
- as: e2e-test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ resources:
tests:
- as: ocs-operator-bundle-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
COMPUTE_NODE_TYPE: m5.2xlarge
ZONES_COUNT: "3"
test:
- as: e2e-test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ tests:
from: src
- as: ocs-operator-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand All @@ -104,7 +106,9 @@ tests:
workflow: ipi-aws
- as: red-hat-storage-ocs-ci-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ tests:
from: src
- as: ocs-operator-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand All @@ -105,7 +107,9 @@ tests:
workflow: ipi-aws
- as: red-hat-storage-ocs-ci-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ tests:
from: src
- as: ocs-operator-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand All @@ -104,7 +106,9 @@ tests:
workflow: ipi-aws
- as: red-hat-storage-ocs-ci-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ tests:
from: src
- as: ocs-operator-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand All @@ -99,7 +101,9 @@ tests:
workflow: ipi-aws
- as: red-hat-storage-ocs-ci-e2e-aws
steps:
cluster_profile: aws
cluster_profile: odf-aws
env:
BASE_DOMAIN: makestoragegreatagain.com
test:
- as: test
cli: latest
Expand Down
Loading