Skip to content
Closed
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 @@ -47,16 +47,7 @@ tests:
cluster_profile: aws-observability
env:
BASE_DOMAIN: devobscluster.devcluster.openshift.com
OPERATORS: |
[
{"name": "opentelemetry-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespaces": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "servicemeshoperator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "kiali-ossm", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-cluster-observability-operator", "target_namespaces": "", "operator_group":"coo-og"},
{"name": "lightspeed-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-lightspeed", "target_namespaces": "openshift-lightspeed", "operator_group": "openshift-lightspeed"},
{"name": "serverless-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-serverless", "target_namespaces": "", "operator_group": "openshift-serverless"}
]
SKIP_TESTS: tests/e2e-openshift-object-stores/*
TIMEOUT: +8 hours
test:
- as: install
cli: latest
Expand All @@ -72,8 +63,7 @@ tests:
requests:
cpu: 1000m
memory: 400Mi
- ref: install-operators
- ref: distributed-tracing-tests-tempo-upstream
- ref: wait
workflow: cucushift-installer-rehearse-aws-ipi
zz_generated_metadata:
branch: main
Expand Down