From 5ec847fd11af4ce9389642bca440748cdadaee0c Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sat, 20 Jul 2024 13:17:09 +0100 Subject: [PATCH] ci: run tests with amdgpu and cuda plugins Signed-off-by: Radostin Stoyanov --- scripts/ci/run-ci-tests.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh index ef2dffb1a4..950453c0d4 100755 --- a/scripts/ci/run-ci-tests.sh +++ b/scripts/ci/run-ci-tests.sh @@ -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