Skip to content

Commit

Permalink
Add timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Omer Aplatony <[email protected]>
  • Loading branch information
omerap12 committed Dec 4, 2024
1 parent e492f4d commit ecece5f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:

permissions:
contents: read
checks: write

jobs:
test-and-verify:
Expand Down Expand Up @@ -38,21 +39,24 @@ jobs:
env:
GO111MODULE: auto

- name: golangci-lint
- name: golangci-lint - balancer
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=30m
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler/balancer
version: v1.60

- name: golangci-lint
- name: golangci-lint - cluster-autoscaler
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=30m
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler/cluster-autoscaler
version: v1.60

- name: golangci-lint
- name: golangci-lint - vertical-pod-autoscaler
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=30m
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler/vertical-pod-autoscaler
version: v1.60

Expand Down

0 comments on commit ecece5f

Please sign in to comment.