From 46c9965d66d150a6e6a2e7338c7beba5be7a59d2 Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Wed, 29 May 2024 14:18:51 +0530 Subject: [PATCH] ci: Increase pipelinerun timeout Signed-off-by: Varsha GS --- .tekton/pipelinerun.yaml | 2 ++ .tekton/scheduled-eventlistener.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/pipelinerun.yaml b/.tekton/pipelinerun.yaml index f11814ca..7e863cc8 100644 --- a/.tekton/pipelinerun.yaml +++ b/.tekton/pipelinerun.yaml @@ -3,6 +3,8 @@ kind: PipelineRun metadata: name: ruby-tracer-ci-pipeline-run spec: + timeouts: + pipeline: "2h" params: - name: revision value: "tekton" diff --git a/.tekton/scheduled-eventlistener.yaml b/.tekton/scheduled-eventlistener.yaml index b3bcedbf..dbe57cf9 100644 --- a/.tekton/scheduled-eventlistener.yaml +++ b/.tekton/scheduled-eventlistener.yaml @@ -19,6 +19,8 @@ spec: # '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*' name: ruby-tracer-scheduled-ci-pipeline-$(tt.params.date-time-normalized)-$(tt.params.git-commit-short-sha) spec: + timeouts: + pipeline: "2h" params: - name: revision value: master