File tree Expand file tree Collapse file tree
config_ocp_cluster/files/tasks
index_signature_verification/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 status=$(cat payload.json | grep -oP "Status: (?=\*).\K.*(?=\*)")
9494
9595 # Skip notifications for operator-hosted-pipeline and passed pipelines
96- if cat payload.json | grep -oP "PipelineRun: operator-hosted-pipeline*" > /dev/null || [ "$status" != "Failed" ];
96+ if cat payload.json | grep -oP "PipelineRun: operator-hosted-pipeline*" > /dev/null || [[ "$status" != "Failed" && "$status" != "PipelineRunTimeout" && "$status" != "TaskRunCancelled" ] ];
9797 then
9898 echo "Skipping Slack notification"
9999 else
Original file line number Diff line number Diff line change 9595 generateName : index-signature-verification-pipeline-run-
9696 spec :
9797 timeouts :
98- pipeline : 30m
98+ pipeline : 90m
9999 pipelineRef :
100100 name : index-signature-verification-pipeline
101101 workspaces :
131131 metadata :
132132 name : index-signature-verification-scheduler
133133 spec :
134- schedule : " 0 * * * *"
134+ schedule : " 0 */2 * * *"
135135 jobTemplate :
136136 spec :
137137 template :
You can’t perform that action at this time.
0 commit comments