Skip to content

Commit

Permalink
ci: run tests with amdgpu and cuda plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git committed Aug 12, 2024
1 parent dd1c9c8 commit 78a578b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/ci/run-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 78a578b

Please sign in to comment.