Skip to content

Commit

Permalink
exclude cel folders in chainsaw tests for kyverno version 1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan-DK <[email protected]>
  • Loading branch information
Chandan-DK committed Jun 18, 2024
1 parent 991ee0f commit 102dde4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chainsaw-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: chainsaw version

- name: Test with Chainsaw
run: make test-chainsaw
run: make test-chainsaw-exclude-cel

run-e2etest-2:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ test-chainsaw:
@echo Running chainsaw tests... >&2
@chainsaw test --config .chainsaw-config.yaml

.PHONY: test-chainsaw-exclude-cel
test-chainsaw-exclude-cel:
@echo Running chainsaw tests by excluding CEL folders... >&2
@chainsaw test --config .chainsaw-config.yaml --exclude-test-regex 'chainsaw/.*-cel'

.PHONY: test-chainsaw-vap
test-chainsaw-vap:
@echo Running chainsaw tests for VAPs... >&2
Expand Down

0 comments on commit 102dde4

Please sign in to comment.