Skip to content

Commit

Permalink
increase rollout time for tekton to 3m
Browse files Browse the repository at this point in the history
  • Loading branch information
karanibm6 committed Aug 22, 2024
1 parent d8c6787 commit 7d3dbe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7d3dbe2

Please sign in to comment.