1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

Fix the missed naming changes in integration test validation CI (#2629)

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
This commit is contained in:
Yashodhan 2024-01-17 12:18:42 +05:30 committed by GitHub
parent 205faad580
commit abb339cb90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

@ -45,12 +45,12 @@ jobs:
uses: taiki-e/install-action@just
- name: Install requirements
run: sudo env PATH=$PATH just ci-prepare
- name: Install runc 1.1.0
- name: Install runc 1.1.11
run: |
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.0/runc.amd64
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.11/runc.amd64
sudo mv runc.amd64 /usr/bin/runc
sudo chmod 755 /usr/bin/runc
- name: Build
run: just runtimetest rust-oci-tests-bin
run: just runtimetest contest
- name: Validate tests on runc
run: just validate-rust-oci-runc
run: just validate-contest-runc

@ -1,4 +1,4 @@
# rust oci tests
# Contest
This is youki's original integration to verify the behavior of the low-level container runtime.
@ -7,7 +7,7 @@ This is youki's original integration to verify the behavior of the low-level con
# How to run
```console
just rust-oci-tests
just test-contest
```
# How to write

@ -59,7 +59,7 @@ test-contest: youki-release contest
# validate rust oci integration tests on runc
validate-contest-runc: contest
{{ cwd }}/scripts/rust_integration_tests.sh runc
{{ cwd }}/scripts/contest.sh runc
# test podman rootless works with youki
test-rootless-podman: