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 <[email protected]>
  • Loading branch information
utam0k committed Nov 5, 2023
1 parent 2826920 commit cd58f34
Show file tree
Hide file tree
Showing 77 changed files with 263 additions and 227 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 @@ -123,10 +123,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
5 changes: 2 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,7 +11,6 @@ tags.lock
tags.temp

/youki
/integration_test
/runtimetest

.vscode
Expand All @@ -21,4 +20,4 @@ tags.temp
/bundle.tar.gz
/test.log

/tests/k8s/_out/
/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 cd58f34

Please sign in to comment.