Skip to content

Commit

Permalink
Merge pull request #1909 from DelusionalOptimist/chore/latest-release…
Browse files Browse the repository at this point in the history
…-timeout

chore: Update STABLE-RELEASE to v1.4.6
  • Loading branch information
daemon1024 authored Dec 11, 2024
2 parents 6642be5 + 537460d commit 410ea7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion STABLE-RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.3
v1.4.6

0 comments on commit 410ea7a

Please sign in to comment.