Skip to content

Commit

Permalink
Name the test tools contest
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <k0ma@utam0k.jp>
  • Loading branch information
utam0k committed Nov 26, 2023
1 parent ac20fc3 commit dbd9e30
Show file tree
Hide file tree
Showing 80 changed files with 271 additions and 219 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,8 @@ jobs:
name: youki
- name: Add the permission to run
run: chmod +x ./youki
- name: Build
run: just runtimetest rust-oci-tests-bin
- name: Validate tests on youki
run: just rust-oci-tests
run: just run-contest

rootless-podman-test:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# build youki
- run: just youki-release
- run: sudo rm /usr/bin/crun && sudo cp youki /usr/local/bin && sudo cp youki /usr/bin/crun
- run: sudo rm /usr/bin/crun && sudo cp bin/youki /usr/local/bin && sudo cp youki /usr/bin/crun

# build podman
- name: Clone podman repository
Expand Down
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.idea/

**/target
/runtimetest-target
/contest-target
/bin
.vagrant/

Expand All @@ -11,8 +11,8 @@ tags.lock
tags.temp

/youki
/integration_test
/runtimetest
/contest

.vscode

Expand All @@ -22,4 +22,5 @@ tags.temp
/test.log

/tests/k8s/_out/
replace_content.txt
replace_content.txt
/e2e/k8s/_out/
8 changes: 3 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[submodule "integration_tests/oci-runtime-tests"]
path = tests/oci-runtime-tests/src/github.com/opencontainers/runtime-tools
url = https://github.com/opencontainers/runtime-tools.git
ignore = dirty

[submodule "e2e/oci-runtime-tests/src/github.com/opencontainers/runtime-tools"]
path = e2e/oci-runtime-tests/src/github.com/opencontainers/runtime-tools
url = ttps://github.com/opencontainers/runtime-tools.git
Loading

0 comments on commit dbd9e30

Please sign in to comment.