From 78b09ab67d3ae409e2e7c95130cf86b7c901cb81 Mon Sep 17 00:00:00 2001 From: Ishwar Kanse Date: Mon, 17 Aug 2026 09:47:28 +0530 Subject: [PATCH] [Debug] Add wait step to opentelemetry-upstream-tests for OCP 5.0 This adds a wait step to enable debugging of test failures in OCP 5.0. Removes install-operators and distributed-tracing-tests-opentelemetry-upstream steps and their associated env vars (OPERATORS, SKIP_TESTS), keeping only the operator install and wait steps. The wait step pauses the workflow after the operator is installed, allowing QE to SSH into the test environment and debug. OCP Version: 5.0 Job: opentelemetry-upstream-tests Timeout: 8 hours Co-Authored-By: Claude Opus 4.6 (1M context) --- ...emetry-operator-main__upstream-ocp-5.0-amd64.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__upstream-ocp-5.0-amd64.yaml b/ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__upstream-ocp-5.0-amd64.yaml index c6a89f169aa7d..181362713ecc8 100644 --- a/ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__upstream-ocp-5.0-amd64.yaml +++ b/ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__upstream-ocp-5.0-amd64.yaml @@ -105,14 +105,7 @@ tests: cluster_profile: aws-observability env: BASE_DOMAIN: devobscluster.devcluster.openshift.com - OPERATORS: | - [ - {"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator", "target_namespaces": "", "operator_group": "openshift-tempo-operator"}, - {"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""}, - {"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""} - ] - SKIP_TESTS: tests/e2e/smoke-ip-families tests/e2e-otel/*aws* tests/e2e-otel/google* - tests/e2e-otel/azuremonitorlogs tests/e2e-instrumentation/instrumentation-go + TIMEOUT: +8 hours test: - as: install cli: latest @@ -129,8 +122,7 @@ tests: requests: cpu: 1000m memory: 400Mi - - ref: install-operators - - ref: distributed-tracing-tests-opentelemetry-upstream + - ref: wait workflow: cucushift-installer-rehearse-aws-ipi zz_generated_metadata: branch: main