Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containers/conmon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 77674d7b7e8aa0829f3aa564ac1ad0132c490360
Choose a base ref
..
head repository: containers/conmon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20ce441d5904a903131965c6450157531ca9188e
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/integration.yml
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -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'