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 27, 2023
1 parent ac20fc3 commit 96c06a8
Show file tree
Hide file tree
Showing 74 changed files with 266 additions and 215 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
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/
4 changes: 1 addition & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[submodule "integration_tests/oci-runtime-tests"]
[submodule "tests/oci-runtime-tests/src/github.com/opencontainers/runtime-tools"]
path = tests/oci-runtime-tests/src/github.com/opencontainers/runtime-tools
url = https://github.com/opencontainers/runtime-tools.git
ignore = dirty

Loading

0 comments on commit 96c06a8

Please sign in to comment.