Skip to content

Commit

Permalink
Name the test tools contest (#2486)
Browse files Browse the repository at this point in the history
* Name the test tools `contest`

Signed-off-by: utam0k <[email protected]>

* Address the feedbacks

Signed-off-by: utam0k <[email protected]>

* Fix a build error

Signed-off-by: utam0k <[email protected]>

* Fix a workflow

Signed-off-by: utam0k <[email protected]>

* Address the feedbacks

Signed-off-by: utam0k <[email protected]>

---------

Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k authored Jan 12, 2024
1 parent 9d50f37 commit 4643449
Show file tree
Hide file tree
Showing 74 changed files with 253 additions and 201 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 @@ -153,10 +153,8 @@ jobs:
name: youki-${{ matrix.arch }}-${{ matrix.libc }}
- 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 test-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/
5 changes: 2 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[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

ignore = dirty
Loading

0 comments on commit 4643449

Please sign in to comment.