Skip to content

Commit

Permalink
chore: only smoke test and increase timeout for ci-latest-release
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Pareek <[email protected]>
  • Loading branch information
DelusionalOptimist committed Dec 6, 2024
1 parent 61a9884 commit 537460d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest-16-cores
permissions:
id-token: write
timeout-minutes: 120
timeout-minutes: 150
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Test KubeArmor using Ginkgo
run: |
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
make
ginkgo --vv --flake-attempts=10 --timeout=10m smoke/
working-directory: ./tests/k8s_env
timeout-minutes: 30

Expand Down

0 comments on commit 537460d

Please sign in to comment.