From 7d3dbe23c64d9ab6ccdb7de6ab4d4aeefa249442 Mon Sep 17 00:00:00 2001 From: Karan Kumar Date: Thu, 22 Aug 2024 18:44:41 +0530 Subject: [PATCH] increase rollout time for tekton to 3m --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f76e50013d..ac9fc69589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,8 +118,8 @@ jobs: TEKTON_VERSION: ${{ matrix.tekton }} run: | make kind-tekton - kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-controller --timeout=1m - kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-webhook --timeout=1m + kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-controller --timeout=3m + kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-webhook --timeout=3m - name: Test run: | # host.docker.internal does not work in a GitHub action @@ -201,8 +201,8 @@ jobs: TEKTON_VERSION: ${{ matrix.tekton }} run: | make kind-tekton - kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-controller --timeout=1m - kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-webhook --timeout=1m + kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-controller --timeout=3m + kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-webhook --timeout=3m - name: Install Registry run: | kubectl apply -f test/data/registry.yaml