Skip to content

Commit

Permalink
Some github jobs started to take longer time, extending the timeout l…
Browse files Browse the repository at this point in the history
…imit.

Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Nov 8, 2023
1 parent a28276f commit 1efd476
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
goreleaser:
timeout-minutes: 30
timeout-minutes: 90
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true
jobs:
shellcheck:
timeout-minutes: 30
timeout-minutes: 90
name: Shellcheck
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
make gotest
operator:
timeout-minutes: 30
timeout-minutes: 90
runs-on: ${{ matrix.os }}
needs:
- lint
Expand All @@ -128,7 +128,7 @@ jobs:
run: |
make operator
test-tenant:
timeout-minutes: 30
timeout-minutes: 90
runs-on: ${{ matrix.os }}
needs:
- operator
Expand All @@ -152,7 +152,7 @@ jobs:
run: |
"${GITHUB_WORKSPACE}/testing/deploy-tenant.sh"
test-tenant-upgrade:
timeout-minutes: 30
timeout-minutes: 90
runs-on: ${{ matrix.os }}
needs:
- operator
Expand All @@ -176,7 +176,7 @@ jobs:
run: |
"${GITHUB_WORKSPACE}/testing/deploy-tenant-upgrade.sh"
test-kes:
timeout-minutes: 30
timeout-minutes: 90
runs-on: ${{ matrix.os }}
needs:
- operator
Expand All @@ -200,7 +200,7 @@ jobs:
run: |
"${GITHUB_WORKSPACE}/testing/console-tenant+kes.sh"
test-cert-manager:
timeout-minutes: 30
timeout-minutes: 90
runs-on: ${{ matrix.os }}
needs:
- operator
Expand All @@ -223,7 +223,7 @@ jobs:
run: |
"${GITHUB_WORKSPACE}/testing/deploy-cert-manager-tenant.sh"
test-policy-binding:
timeout-minutes: 30
timeout-minutes: 90
runs-on: ${{ matrix.os }}
needs:
- operator
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
"${GITHUB_WORKSPACE}/testing/test-policy-binding.sh"
helm:
timeout-minutes: 30
timeout-minutes: 90
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
needs:
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
mv kubectl /usr/local/bin
"${GITHUB_WORKSPACE}/testing/check-helm.sh"
helm-floor:
timeout-minutes: 30
timeout-minutes: 90
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
needs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ui-assets:
timeout-minutes: 30
timeout-minutes: 90
name: "React No Warnings & Prettified"
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
go mod download
compile-binary:
timeout-minutes: 30
timeout-minutes: 90
name: Compiles on Go ${{ matrix.go-version }} and ${{ matrix.os }}
needs:
- ui-assets
Expand Down

0 comments on commit 1efd476

Please sign in to comment.