Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,14 @@ tests:
COMPUTE_NODE_REPLICAS: "6"
COMPUTE_NODE_TYPE: m6a.2xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6a.2xlarge
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-aws.json
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["5.0-lp","opp-aws-lp","opp-lp"]'
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: mpruitt@redhat.com
FIREWATCH_DEFAULT_JIRA_EPIC: INTEROP-9181
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
MAP_TESTS: "true"
ODF_VERSION_MAJOR_MINOR: "5.0"
OPERATORS: |
[
Expand All @@ -103,6 +105,7 @@ tests:
- ref: acm-tests-clc-destroy
- ref: gather-aws-console
- chain: ipi-deprovision
- ref: mpiit-data-router-reporter
Comment thread
amiskin94 marked this conversation as resolved.
- ref: firewatch-report-issues
pre:
- ref: ipi-conf
Expand Down Expand Up @@ -146,12 +149,14 @@ tests:
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-9181
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"
Expand All @@ -162,6 +167,13 @@ tests:
SIZE_VARIANT: large
TEST_IMPORTANCE: LEVEL0
TEST_SCENARIOS: Cluster_Observability
post:
- ref: acm-fetch-operator-versions
- ref: acm-must-gather
- ref: mce-must-gather
- chain: ipi-vsphere-post
- ref: mpiit-data-router-reporter
- ref: firewatch-report-issues
test:
- ref: install-operators
- ref: acm-mch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "${MAP_TESTS}" = "true" ]; then
ExitTrap--PostProcessPrep
' EXIT
else
echo "WARNING: ExitTrap--PostProcessPrep not available, skipping junit remapping" >&2
: "WARNING: ExitTrap--PostProcessPrep not available, skipping junit remapping"
fi
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ "${MAP_TESTS}" = "true" ]; then
ExitTrap--PostProcessPrep
' EXIT
else
echo "WARNING: ExitTrap--PostProcessPrep not available, falling back to copyArtifacts only" >&2
: "WARNING: ExitTrap--PostProcessPrep not available, falling back to copyArtifacts only"
trap copyArtifacts EXIT
fi
else
Expand Down