mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
test: run soccr tests
Now that the soccr tests are working again, run them in CI. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
dfea64c759
commit
380e09fdb0
1 changed files with 4 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ export SKIP_PREP=1
|
|||
chmod 0777 test/
|
||||
chmod 0777 test/zdtm/static
|
||||
chmod 0777 test/zdtm/transition
|
||||
chmod 0777 soccr/test/
|
||||
|
||||
# We run streaming tests separately to improve test completion times,
|
||||
# hence the exit 0.
|
||||
|
|
@ -482,6 +483,9 @@ run_non_shardable_tests() {
|
|||
# compel testing
|
||||
make -C compel/test
|
||||
|
||||
# soccr testing
|
||||
make -C soccr/test
|
||||
|
||||
# amdgpu and cuda plugin testing
|
||||
make amdgpu_plugin
|
||||
make -C plugins/amdgpu/ test_topology_remap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue