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