From b7350518c462a430fc7b0a158dd221b1545c9e5b Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Tue, 15 Oct 2024 15:45:33 -0400 Subject: [PATCH] chore(RELEASE-1143): increase push-disk-images ir timeout to 24h Signed-off-by: Johnny Bieren --- tasks/push-disk-images/README.md | 3 +++ tasks/push-disk-images/push-disk-images.yaml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tasks/push-disk-images/README.md b/tasks/push-disk-images/README.md index cb0a029b8..013b097d0 100644 --- a/tasks/push-disk-images/README.md +++ b/tasks/push-disk-images/README.md @@ -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 diff --git a/tasks/push-disk-images/push-disk-images.yaml b/tasks/push-disk-images/push-disk-images.yaml index 042f3f3ef..16910154c 100644 --- a/tasks/push-disk-images/push-disk-images.yaml +++ b/tasks/push-disk-images/push-disk-images.yaml @@ -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 @@ -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