Skip to content

Commit

Permalink
build: Adjust timeout waiting for Konflux images (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov authored Aug 15, 2024
1 parent d342cc8 commit ef3d1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/konflux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
token: ${{ secrets.QUAY_RHACS_ENG_BEARER_TOKEN }}
image: rhacs-eng/collector:${{ needs.init.outputs.collector-tag }}
limit: 5400 # 1h30m
limit: 9000 # 2h30m

integration-tests-containers:
uses: ./.github/workflows/integration-test-containers.yml
Expand Down
3 changes: 2 additions & 1 deletion .tekton/collector-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ spec:
requests:
cpu: 1

# The pipeline regularly takes >1h to finish.
timeouts:
# The pipeline regularly takes >1h to finish.
# When changing the value here, make sure to adjust wait-for-images time limit in .github/workflows/konflux-tests.yml
pipeline: 2h00m0s

pipelineRef:
Expand Down

0 comments on commit ef3d1b4

Please sign in to comment.