Skip to content

Commit 982a8cb

Browse files
committed
chore: update CI configuration in .github/ct.yaml and qa.yml to enhance timeout settings and streamline command execution
1 parent 9ce0166 commit 982a8cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ chart-dirs:
22
- charts
33
remote: origin
44
target-branch: main
5-
helm-extra-args: "--wait --timeout 600s"
5+
helm-extra-args: "--wait --wait-for-jobs --timeout 600s"

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
if: (github.event_name == 'pull_request' || github.event_name == 'push') && steps.ct-changed.outputs.changed == 'true'
201201
env:
202202
CT_CONFIG: .github/ct.yaml
203-
run: ct install --config "$CT_CONFIG"
203+
run: ct install --config "$CT_CONFIG" --skip-clean-up
204204

205205
# Label QA results (PR only)
206206
- name: Label QA build status

0 commit comments

Comments
 (0)