Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ base_images:
name: "2.17"
namespace: acm-qe
tag: multicluster-observability-operator-opp
ocs-ci-tests:
name: ocs-ci-container
namespace: ci
tag: stable
tests-private:
name: tests-private
namespace: ci
Expand Down Expand Up @@ -90,8 +86,6 @@ tests:
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
IGNORE_SECONDARY_POLICIES: "true"
MAP_TESTS: "true"
ODF_VERSION_MAJOR_MINOR: "4.21"
OPERATORS: |
[
{"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.16", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"}
Expand Down Expand Up @@ -125,7 +119,7 @@ tests:
- ref: acm-tests-clc-create
- ref: acm-fetch-managed-clusters
- ref: acm-opp-app
- ref: interop-tests-ocs-tests
- ref: interop-opp-odf-health
- ref: quay-tests-quay-interop-test
- ref: acm-tests-observability
- ref: acm-tests-grc
Expand All @@ -150,17 +144,13 @@ tests:
cluster_profile: vsphere-connected-2
env:
COMPUTE_NODE_REPLICAS: "6"
DISABLE_ENVIRONMENT_CHECKER: "true"
DR__RP__CR_COMP_NAME: lp-interop--OPP
FIREWATCH_CONFIG_FILE_PATH: https://raw.githubusercontent.com/CSPI-QE/cspi-utils/refs/heads/main/firewatch-base-configs/opp/lp-interop-vsphere.json
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.22-lp","opp-vsphere-lp","opp-lp"]'
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: ftan@redhat.com
FIREWATCH_DEFAULT_JIRA_EPIC: INTEROP-9323
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
IGNORE_SECONDARY_POLICIES: "true"
MAP_TESTS: "true"
ODF_VERSION_MAJOR_MINOR: "4.21"
OPENSHIFT_REQUIRED_CORES: "72"
OPENSHIFT_REQUIRED_MEMORY: "288"
OPERATORS: |
Expand All @@ -184,7 +174,7 @@ tests:
- ref: acm-policies-openshift-plus-setup
- ref: acm-policies-openshift-plus
- chain: cucushift-installer-check-cluster-health
- ref: interop-tests-ocs-tests
- ref: interop-opp-odf-health
- ref: acm-tests-observability
- ref: acm-opp-app
- ref: openshift-extended-test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ base_images:
name: "2.17"
namespace: acm-qe
tag: multicluster-observability-operator-opp
ocs-ci-tests:
name: ocs-ci-container
namespace: ci
tag: stable
tests-private:
name: tests-private
namespace: ci
Expand Down Expand Up @@ -89,8 +85,6 @@ tests:
FIREWATCH_DEFAULT_JIRA_EPIC: INTEROP-9323
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
MAP_TESTS: "true"
ODF_VERSION_MAJOR_MINOR: "5.0"
OPERATORS: |
[
{"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.17", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"}
Expand Down Expand Up @@ -123,7 +117,7 @@ tests:
- ref: acm-tests-clc-create
- ref: acm-fetch-managed-clusters
- ref: acm-opp-app
- ref: interop-tests-ocs-tests
- ref: interop-opp-odf-health
- ref: quay-tests-quay-interop-test
- ref: acm-tests-observability
- ref: acm-tests-grc
Expand All @@ -148,16 +142,12 @@ tests:
cluster_profile: vsphere-connected-2
env:
COMPUTE_NODE_REPLICAS: "6"
DISABLE_ENVIRONMENT_CHECKER: "true"
DR__RP__CR_COMP_NAME: lp-interop--OPP
FIREWATCH_CONFIG_FILE_PATH: https://raw.githubusercontent.com/CSPI-QE/cspi-utils/refs/heads/main/firewatch-base-configs/opp/lp-interop-vsphere.json
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["5.0-lp","opp-vsphere-lp","opp-lp"]'
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: mpruitt@redhat.com
FIREWATCH_DEFAULT_JIRA_EPIC: INTEROP-9323
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
MAP_TESTS: "true"
ODF_VERSION_MAJOR_MINOR: "5.0"
OPENSHIFT_REQUIRED_CORES: "72"
OPENSHIFT_REQUIRED_MEMORY: "288"
OPERATORS: |
Expand All @@ -180,7 +170,7 @@ tests:
- ref: acm-policies-openshift-plus-setup
- ref: acm-policies-openshift-plus
- chain: cucushift-installer-check-cluster-health
- ref: interop-tests-ocs-tests
- ref: interop-opp-odf-health
- ref: acm-tests-observability
- ref: acm-opp-app
- ref: openshift-extended-test
Expand Down
3 changes: 3 additions & 0 deletions ci-operator/step-registry/interop/opp/odf-health/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
approvers: &owners
- cspi-qe-ocp-lp
reviewers: *owners
Loading