Skip to content

Commit 17d73e3

Browse files
committed
chore: add sleep for tektonExperiments SD-1405
1 parent 0c71b27 commit 17d73e3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/tekton-pipelines/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 2.2.14-dev.3
9+
version: 2.2.14-dev.4
1010

1111
maintainers:
1212
- url: https://www.saritasa.com/

charts/tekton-pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ saritasa-tekton-pipelines
3131

3232
## `chart.version`
3333

34-
![Version: 2.2.14-dev.3](https://img.shields.io/badge/Version-2.2.14-dev.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
34+
![Version: 2.2.14-dev.4](https://img.shields.io/badge/Version-2.2.14-dev.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3535

3636
## Maintainers
3737

charts/tekton-pipelines/templates/common/tasks/slack-notification.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ spec:
5454
# Get names of taskRuns from the pipelineRun
5555
taskruns=$(kubectl -n ci get pipelinerun $pipelinerun_name -o json | jq -r '.status.childReferences[]?.name')
5656
57+
sleep 3000
58+
5759
# Get names of failed pod, task and step from the taskRuns
5860
for taskrun_name in $taskruns; do
5961
kubectl -n ci get taskrun $taskrun_name -o json |

0 commit comments

Comments
 (0)