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: integration-tests/pipelines/e2e-main-pipeline.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ spec:
182
182
## Explore and report status of all failed pipelineruns. Fail if anything failed
183
183
SOME_PIPELINE_FAILED=false
184
184
for PIPELINE_RUN in "${PIPELINERUNS_ARRAY[@]}"; do
185
-
if [[ $(oc get pipelinerun/$PIPELINE_RUN -n ${KONFLUX_NAMESPACE} -o jsonpath="{.status.conditions[?(@.type==\"Succeeded\")].status}") == "Failed" ]]; then
185
+
if [[ $(oc get pipelinerun/$PIPELINE_RUN -n ${KONFLUX_NAMESPACE} -o jsonpath="{.status.conditions[?(@.type==\"Succeeded\")].status}") == "False" ]]; then
0 commit comments