Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable critest GitHub action #749

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,20 +246,19 @@ jobs:
sudo chown -R $(id -u):$(id -g) ~/go/pkg/mod
sudo chown -R $(id -u):$(id -g) ~/.cache/go-build

# TODO: uncomment when https://github.com/cri-o/cri-o/pull/6220 got merged
# test-critest:
# needs: release-static
# runs-on: ubuntu-latest
# timeout-minutes: 10
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - uses: actions/download-artifact@v3
# with:
# name: conmonrs
# path: target/x86_64-unknown-linux-musl/release
# - run: sudo cp target/x86_64-unknown-linux-musl/release/conmonrs /usr/local/bin
# - run: sudo chmod +x /usr/local/bin/conmonrs
# - run: .github/setup
# - name: Run critest
# run: sudo critest
test-critest:
needs: release-static
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: conmonrs
path: target/x86_64-unknown-linux-musl/release
- run: sudo cp target/x86_64-unknown-linux-musl/release/conmonrs /usr/local/bin
- run: sudo chmod +x /usr/local/bin/conmonrs
- run: .github/setup
- name: Run critest
run: sudo critest