From 61a988486bb211b2ffd3ea6fce411c034724d972 Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Sat, 7 Dec 2024 00:57:37 +0530 Subject: [PATCH 1/2] chore: update stable release to v1.4.6 Signed-off-by: Rudraksh Pareek --- STABLE-RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STABLE-RELEASE b/STABLE-RELEASE index 92f76b423..2aca8c01f 100644 --- a/STABLE-RELEASE +++ b/STABLE-RELEASE @@ -1 +1 @@ -v1.4.3 +v1.4.6 From 537460d7e264094c332371aee8a943325c18b926 Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Sat, 7 Dec 2024 01:08:46 +0530 Subject: [PATCH 2/2] chore: only smoke test and increase timeout for ci-latest-release Signed-off-by: Rudraksh Pareek --- .github/workflows/ci-latest-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-latest-release.yml b/.github/workflows/ci-latest-release.yml index 804861c84..2c414dfb7 100644 --- a/.github/workflows/ci-latest-release.yml +++ b/.github/workflows/ci-latest-release.yml @@ -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: @@ -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