@@ -108,14 +108,14 @@ jobs:
108108 run : |
109109 echo "::warning::This step is designed to always pass, please look for more details"
110110 # timeout added due to hanging enable_thread_pinning example, and should be removed when fixed
111- timeout 12m .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface daal/cpp --build-system cmake --backend ref || true
111+ timeout 12m .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface daal/cpp --build-system cmake --backend ref
112112 env :
113113 CMAKE_GENERATOR : Ninja
114114
115115 - name : oneapi/cpp examples
116116 run : |
117117 echo "::warning::This step is designed to always pass, please look for more details"
118- .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface oneapi/cpp --build-system cmake --backend ref || true
118+ .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface oneapi/cpp --build-system cmake --backend ref
119119 env :
120120 CMAKE_GENERATOR : Ninja
121121
@@ -185,15 +185,15 @@ jobs:
185185 run : |
186186 echo "::warning::This step is designed to always pass, please check logs for more details"
187187 # timeout added due to hanging enable_thread_pinning example, and should be removed when fixed
188- timeout 12m .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface daal/cpp --build-system cmake --backend ref --rng-backend openrng || true
188+ timeout 12m .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface daal/cpp --build-system cmake --backend ref --rng-backend openrng
189189 env :
190190 CMAKE_GENERATOR : Ninja
191191
192192 - name : oneapi/cpp examples
193193 run : |
194194 echo "::warning::This step is designed to always pass, please check logs for more details"
195195 # excludes examples from EXCLUDE_LIST present in examples/daal/cpp/CMakeLists.txt
196- .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface oneapi/cpp --build-system cmake --backend ref --rng-backend openrng || true
196+ .ci/scripts/test.sh --test-kind examples --build-dir __release_lnx_${{ matrix.os.cxx }} --compiler ${{ matrix.os.cxx }} --interface oneapi/cpp --build-system cmake --backend ref --rng-backend openrng
197197 env :
198198 CMAKE_GENERATOR : Ninja
199199
0 commit comments