Skip to content

Commit

Permalink
add timeouts to ct install
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Nov 1, 2023
1 parent d2c71ff commit c68ada7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
(contains(github.event.pull_request.labels.*.name, 'needs-testing'))
- name: Run chart-testing (install)
run: ct install --config ./default.ct.yaml
run: ct install --config ./default.ct.yaml --helm-extra-args "--timeout 20m"

- name: Run chart-testing (needs-testing)
run: ct install --config ./default.ct.yaml --all
run: ct install --config ./default.ct.yaml --helm-extra-args "--timeout 20m" --all
if: |
(contains(github.event.pull_request.labels.*.name, 'needs-testing'))
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
(contains(github.event.pull_request.labels.*.name, 'needs-testing'))
- name: Run chart-testing (install)
run: ct install --config ./default.ct.yaml
run: ct install --config ./default.ct.yaml --helm-extra-args "--timeout 20m"

artifacthub-changelog:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c68ada7

Please sign in to comment.