fix timeout, format for lint, add branch to ct gha

This commit is contained in:
Nikola Jokic 2025-03-21 13:06:17 +01:00
parent c3a33ffe57
commit a2f85680d3
No known key found for this signature in database
GPG Key ID: E4104494F9B8DDF6
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
run:
timeout: 3m
timeout: 5m
output:
formats:
- format: github-actions
- format: colored-line-number
path: stdout
linters-settings:
errcheck:

View File

@ -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