Skip to content

Commit

Permalink
ci: skip broken cri-o tests
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe authored and haircommander committed Dec 12, 2023
1 parent 951229b commit 57eedf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
cd $(go env GOPATH)/src/github.com/cri-o/cri-o
make all test-binaries
# skip seccomp tests because they have permission denied issues in a container
sudo -E test/test_runner.sh $(ls test/ | grep bats | grep -v seccomp)
# skip seccomp tests because they have permission denied issues in a container and accept signed image as they don't use conmon
sudo -E test/test_runner.sh $(ls test/ | grep bats | grep -E -v seccomp\|image\|policy)
env:
JOBS: '2'

0 comments on commit 57eedf0

Please sign in to comment.