Skip to content

Commit

Permalink
chore(RELEASE-1143): increase push-disk-images ir timeout to 24h
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren committed Oct 15, 2024
1 parent 733ca3d commit b735051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions tasks/push-disk-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The environment to use is pulled from the `cdn.env` key in the data file.
| dataPath | Path to data JSON in the data workspace | No | - |
| pipelineRunUid | The uid of the current pipelineRun. Used as a label value when creating internal requests | No | - |

## Changes in 0.2.2
* Increase the InternalRequest PipelineRun timeout to 24 hours in total

## Changes in 0.2.1
* Increase the InternalRequest PipelineRun timeout to 4 hours in total

Expand Down
6 changes: 3 additions & 3 deletions tasks/push-disk-images/push-disk-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: push-disk-images
labels:
app.kubernetes.io/version: "0.2.1"
app.kubernetes.io/version: "0.2.2"
annotations:
tekton.dev/pipelines.minVersion: "0.12.1"
tekton.dev/tags: release
Expand Down Expand Up @@ -83,8 +83,8 @@ spec:
-s true \
-t 14400 \
--service-account release-service-account \
--pipeline-timeout 4h0m0s \
--task-timeout 3h50m0s \
--pipeline-timeout 24h0m0s \
--task-timeout 23h50m0s \
--finally-timeout 0h10m0s \
> "$(workspaces.data.path)"/ir-result.txt
Expand Down

0 comments on commit b735051

Please sign in to comment.