From 9a19cf34de764e2ca77b8d5944a0ee26af79cd13 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Mon, 12 Aug 2024 08:08:10 -0700 Subject: [PATCH] scripts/ci: run tests with the mocked cuda-checkpoint tool Signed-off-by: Andrei Vagin --- scripts/ci/run-ci-tests.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh index 950453c0d..26ea00c53 100755 --- a/scripts/ci/run-ci-tests.sh +++ b/scripts/ci/run-ci-tests.sh @@ -359,10 +359,8 @@ 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/maps00 -t zdtm/static/maps02 --criu-plugin cuda +./test/zdtm.py run -t zdtm/static/maps00 -t zdtm/static/maps02 --criu-plugin amdgpu +./test/zdtm.py run -t zdtm/static/maps00 -t zdtm/static/maps02 --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 +./test/zdtm.py run -t zdtm/static/sigpending -t zdtm/static/pthread00 --mocked-cuda-checkpoint