From 7da09fea745beff2e32ff90f1845752219f6e561 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 12 Aug 2023 23:24:54 -0400 Subject: [PATCH] Switch to specifying timeouts instead of timeout in tekton pipelinerun. --- .lighthouse/pipeline-rust-test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.lighthouse/pipeline-rust-test.yaml b/.lighthouse/pipeline-rust-test.yaml index 6486df5..12fe886 100644 --- a/.lighthouse/pipeline-rust-test.yaml +++ b/.lighthouse/pipeline-rust-test.yaml @@ -4,6 +4,10 @@ metadata: name: rust-test spec: pipelineSpec: + timeouts: + pipeline: "2h0m0s" + tasks: "1h0m40s" + finally: "0h30m0s" params: - name: image-name description: The name for the built image @@ -201,7 +205,6 @@ spec: secret: secretName: harbor-plain serviceAccountName: build-bot - timeout: 240h0m0s params: - name: image-name value: "harbor.fizz.buzz/private/organic-test"