You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main.yaml
Copy file name to clipboardexpand all lines: ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__ocp-4.13-amd64-upgrade.yaml
Copy file name to clipboardexpand all lines: ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__ocp-4.13-hypershift.yaml
Copy file name to clipboardexpand all lines: ci-operator/config/openshift/open-telemetry-opentelemetry-operator/openshift-open-telemetry-opentelemetry-operator-main__ocp-4.14-amd64.yaml
Copy file name to clipboardexpand all lines: ci-operator/step-registry/distributed-tracing/tests/opentelemetry/distributed-tracing-tests-opentelemetry-commands.sh
+30-5
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,12 @@ else
108
108
rm -rf $SKIP_TESTS_TO_REMOVE
109
109
fi
110
110
111
-
# Enable required feature gates.
111
+
# Initialize a variable to keep track of errors
112
+
any_errors=false
113
+
114
+
# Set the operator args required for tests execution.
0 commit comments