fix timeout, format for lint, add branch to ct gha
This commit is contained in:
parent
c3a33ffe57
commit
a2f85680d3
|
|
@ -1,8 +1,8 @@
|
|||
run:
|
||||
timeout: 3m
|
||||
timeout: 5m
|
||||
output:
|
||||
formats:
|
||||
- format: github-actions
|
||||
- format: colored-line-number
|
||||
path: stdout
|
||||
linters-settings:
|
||||
errcheck:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
# This file defines the config for "ct" (chart tester) used by the helm linting GitHub workflow
|
||||
remote: origin
|
||||
target-branch: master
|
||||
lint-conf: charts/.ci/lint-config.yaml
|
||||
chart-repos:
|
||||
- jetstack=https://charts.jetstack.io
|
||||
check-version-increment: false # Disable checking that the chart version has been bumped
|
||||
charts:
|
||||
- charts/gha-runner-scale-set-controller
|
||||
- charts/gha-runner-scale-set
|
||||
- charts/gha-runner-scale-set-controller
|
||||
- charts/gha-runner-scale-set
|
||||
skip-clean-up: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue