Skip to content

Commit

Permalink
organize the various paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
utam0k committed Dec 5, 2021
1 parent 90185c4 commit 4a95315
Show file tree
Hide file tree
Showing 47 changed files with 10 additions and 3,379 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ comment:
require_changes: false

ignore:
- "crates/integration_test"
- "tests/integration_test"
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: filter
with:
filters: |
./integration_test: crates/integration_test/**
./integration_test: tests/integration_test/**
validate:
needs: [changes]
if: ${{ !contains(needs.changes.outputs.dirs, '[]') }}
Expand All @@ -36,6 +36,6 @@ jobs:
- run: sudo apt-get -y update
- run: sudo apt-get install -y pkg-config libsystemd-dev libdbus-glib-1-dev libelf-dev libseccomp-dev
- name: Validate tests on runc
run: cd ./crates/integration_test && ./run_tests.sh runc
run: cd ./tests/integration_test && ./run_tests.sh runc
- name: Validate tests on youki
run: cd ./crates/integration_test && ./run_tests.sh ./youki
run: cd ./tests/integration_test && ./run_tests.sh ./youki
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ youki_integration_test
.vscode

*~

test_log.log
162 changes: 0 additions & 162 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/integration_test/.gitignore

This file was deleted.

Loading

0 comments on commit 4a95315

Please sign in to comment.