mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: run tests with amdgpu and cuda plugins
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
2453ed69a2
commit
a045c874cb
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue