Skip to content

Commit

Permalink
chore: bump chainsaw (cherry-pick #1104) (#1105)
Browse files Browse the repository at this point in the history
* chore: bump chainsaw (#1104)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* trigger

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* release branch

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* config

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Aug 2, 2024
1 parent 7f44dc8 commit b3a37f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ spec:
fullName: true
forceTerminationGracePeriod: 5s
delayBeforeCleanup: 3s
template: false
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
workflow_dispatch: {}
pull_request:
branches:
- 'main'
- main
- release-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -91,17 +92,17 @@ jobs:
- name: Install latest kyverno
run: |
set -e
kubectl create -f https://github.com/kyverno/kyverno/raw/main/config/install-latest-testing.yaml
kubectl create -f https://github.com/kyverno/kyverno/raw/release-1.12/config/install-latest-testing.yaml
- name: Wait for kyverno ready
run: |
set -e
kubectl wait --namespace kyverno --for=condition=ready pod --selector '!job-name' --timeout=60s
kubectl wait --namespace kyverno --for=condition=ready pod --selector '!job-name' --timeout=2m
- name: Install CRDs
run: |
set -e
kubectl apply -f ./.chainsaw/crds
- name: Install Chainsaw
uses: kyverno/action-install-chainsaw@56be3cb4ec65a987b6ef4d7ab3a55ee17760a57c # v0.1.2
uses: kyverno/action-install-chainsaw@82d8e747037f840e0ef9bdd97ecdc617f5535bdc # v0.2.8
with:
release: v0.0.9
- name: Test with Chainsaw
Expand Down

0 comments on commit b3a37f5

Please sign in to comment.