From 380e09fdb0532cb4a52f80f178b75090776e2a33 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 8 Jul 2026 06:47:04 +0000 Subject: [PATCH] test: run soccr tests Now that the soccr tests are working again, run them in CI. Signed-off-by: Adrian Reber --- scripts/ci/run-ci-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh index 65996e3ff..a0a1d99b1 100755 --- a/scripts/ci/run-ci-tests.sh +++ b/scripts/ci/run-ci-tests.sh @@ -247,6 +247,7 @@ export SKIP_PREP=1 chmod 0777 test/ chmod 0777 test/zdtm/static chmod 0777 test/zdtm/transition +chmod 0777 soccr/test/ # We run streaming tests separately to improve test completion times, # hence the exit 0. @@ -482,6 +483,9 @@ run_non_shardable_tests() { # compel testing make -C compel/test + # soccr testing + make -C soccr/test + # amdgpu and cuda plugin testing make amdgpu_plugin make -C plugins/amdgpu/ test_topology_remap