We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d6c02 commit 54cb1feCopy full SHA for 54cb1fe
scripts/ci/run-ci-tests.sh
@@ -354,7 +354,15 @@ make -C test/others/action-script run
354
# compel testing
355
make -C compel/test
356
357
-# amdgpu_plugin testing
+# amdgpu and cuda plugin testing
358
make amdgpu_plugin
359
make -C plugins/amdgpu/ test_topology_remap
360
./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