|
17 | 17 |
|
18 | 18 | jobs:
|
19 | 19 | Fuzzing:
|
| 20 | + if: false |
20 | 21 | strategy:
|
21 | 22 | fail-fast: false
|
22 | 23 | matrix:
|
|
70 | 71 | run: ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
|
71 | 72 |
|
72 | 73 | Valgrind:
|
| 74 | + if: false |
73 | 75 | strategy:
|
74 | 76 | fail-fast: false
|
75 | 77 | matrix:
|
@@ -109,6 +111,7 @@ jobs:
|
109 | 111 |
|
110 | 112 | # Build and test UMF with different CMake generators on Windows
|
111 | 113 | Windows-generators:
|
| 114 | + if: false |
112 | 115 | strategy:
|
113 | 116 | matrix:
|
114 | 117 | build_type: [Debug, Release]
|
@@ -203,6 +206,7 @@ jobs:
|
203 | 206 |
|
204 | 207 | # Build and test UMF with Intel C++ Compiler (ICX) on Windows
|
205 | 208 | Windows-icx:
|
| 209 | + if: false |
206 | 210 | env:
|
207 | 211 | VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
|
208 | 212 | strategy:
|
@@ -289,6 +293,7 @@ jobs:
|
289 | 293 | # Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
|
290 | 294 | # The hwloc library is fetched implicitly
|
291 | 295 | Hwloc-fallback:
|
| 296 | + if: false |
292 | 297 | strategy:
|
293 | 298 | matrix:
|
294 | 299 | include:
|
@@ -334,6 +339,7 @@ jobs:
|
334 | 339 | run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
|
335 | 340 |
|
336 | 341 | Windows-dynamic_mingw_hwloc:
|
| 342 | + if: false |
337 | 343 | env:
|
338 | 344 | HWLOC_PACKAGE_NAME: hwloc-win64-build-2.10.0
|
339 | 345 | TBB_PACKAGE_NAME: oneapi-tbb-2021.12.0
|
@@ -384,24 +390,28 @@ jobs:
|
384 | 390 | run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
|
385 | 391 |
|
386 | 392 | L0:
|
| 393 | + if: false |
387 | 394 | uses: ./.github/workflows/reusable_gpu.yml
|
388 | 395 | with:
|
389 | 396 | provider: "LEVEL_ZERO"
|
390 | 397 | runner: "L0"
|
391 | 398 | L0-BMG:
|
| 399 | + if: false |
392 | 400 | uses: ./.github/workflows/reusable_gpu.yml
|
393 | 401 | with:
|
394 | 402 | provider: "LEVEL_ZERO"
|
395 | 403 | runner: "L0-BMG"
|
396 | 404 | os: "['Ubuntu']"
|
397 | 405 | CUDA:
|
| 406 | + if: false |
398 | 407 | uses: ./.github/workflows/reusable_gpu.yml
|
399 | 408 | with:
|
400 | 409 | provider: "CUDA"
|
401 | 410 | runner: "CUDA"
|
402 | 411 |
|
403 | 412 | # Full execution of QEMU tests
|
404 | 413 | QEMU:
|
| 414 | + if: false |
405 | 415 | uses: ./.github/workflows/reusable_qemu.yml
|
406 | 416 | with:
|
407 | 417 | short_run: false
|
@@ -439,4 +449,5 @@ jobs:
|
439 | 449 | compatibility: '1'
|
440 | 450 |
|
441 | 451 | SYCL:
|
| 452 | + if: false |
442 | 453 | uses: ./.github/workflows/reusable_sycl.yml
|
0 commit comments