Skip to content

Commit 54cb1fe

Browse files
committed
ci: run tests with amdgpu and cuda plugins
Signed-off-by: Radostin Stoyanov <[email protected]>
1 parent 04d6c02 commit 54cb1fe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/ci/run-ci-tests.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,15 @@ make -C test/others/action-script run
354354
# compel testing
355355
make -C compel/test
356356

357-
# amdgpu_plugin testing
357+
# amdgpu and cuda plugin testing
358358
make amdgpu_plugin
359359
make -C plugins/amdgpu/ test_topology_remap
360360
./plugins/amdgpu/test_topology_remap
361+
362+
./test/zdtm.py run -t zdtm/static/maps00 --criu-plugin cuda
363+
./test/zdtm.py run -t zdtm/static/maps00 --criu-plugin amdgpu
364+
./test/zdtm.py run -t zdtm/static/maps00 --criu-plugin amdgpu cuda
365+
366+
./test/zdtm.py run -t zdtm/static/maps02 --criu-plugin cuda
367+
./test/zdtm.py run -t zdtm/static/maps02 --criu-plugin amdgpu
368+
./test/zdtm.py run -t zdtm/static/maps02 --criu-plugin amdgpu cuda

0 commit comments

Comments
 (0)