mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
ci: run tests with amdgpu and cuda plugins
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
committed by
Andrei Vagin
parent
2453ed69a2
commit
a045c874cb
@@ -354,7 +354,15 @@ make -C test/others/action-script run
|
||||
# compel testing
|
||||
make -C compel/test
|
||||
|
||||
# amdgpu_plugin testing
|
||||
# amdgpu and cuda plugin testing
|
||||
make amdgpu_plugin
|
||||
make -C plugins/amdgpu/ test_topology_remap
|
||||
./plugins/amdgpu/test_topology_remap
|
||||
|
||||
./test/zdtm.py run -t zdtm/static/maps00 --criu-plugin cuda
|
||||
./test/zdtm.py run -t zdtm/static/maps00 --criu-plugin amdgpu
|
||||
./test/zdtm.py run -t zdtm/static/maps00 --criu-plugin amdgpu cuda
|
||||
|
||||
./test/zdtm.py run -t zdtm/static/maps02 --criu-plugin cuda
|
||||
./test/zdtm.py run -t zdtm/static/maps02 --criu-plugin amdgpu
|
||||
./test/zdtm.py run -t zdtm/static/maps02 --criu-plugin amdgpu cuda
|
||||
|
Reference in New Issue
Block a user