@@ -171,6 +171,8 @@ jobs:
171171 conda activate test_dpctl
172172 gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_tensor_elementwise::test_cos_order -vv || true
173173 - name : Run tests
174+ env :
175+ SYCL_QUEUE_THREAD_POOL_SIZE : 6
174176 run : |
175177 . $CONDA/etc/profile.d/conda.sh
176178 conda activate test_dpctl
@@ -290,6 +292,7 @@ jobs:
290292 shell : cmd /C CALL {0}
291293 env :
292294 DPCTL_VERBOSITY : error
295+ SYCL_QUEUE_THREAD_POOL_SIZE : 6
293296 run : >-
294297 conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
295298
@@ -576,6 +579,8 @@ jobs:
576579 - name : Run array API conformance tests
577580 id : run-array-api-tests
578581 shell : bash -l {0}
582+ env :
583+ SYCL_QUEUE_THREAD_POOL_SIZE : 6
579584 run : |
580585 FILE=/home/runner/work/.report.json
581586 . $CONDA/etc/profile.d/conda.sh
@@ -602,8 +607,8 @@ jobs:
602607 echo "$MESSAGE" >> $GITHUB_ENV
603608 echo "EOF" >> $GITHUB_ENV
604609 else
605- MESSAGE= "Array API standard conformance tests failed to run for dpctl=$PACKAGE_VERSION."
606- echo "MESSAGE=$MESSAGE" >> $GITHUB_ENV
610+ echo "Array API standard conformance tests failed to run for dpctl=$PACKAGE_VERSION."
611+ exit 1
607612 fi
608613 - name : Post result to PR
609614 uses : mshick/add-pr-comment@v1
0 commit comments