|
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 | env:
|
113 | 116 | 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"
|
114 | 117 | VCPKG_PATH_NO_HWLOC: "${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
|
@@ -250,6 +253,7 @@ jobs:
|
250 | 253 |
|
251 | 254 | # Build and test UMF with Intel C++ Compiler (ICX) on Windows
|
252 | 255 | Windows-icx:
|
| 256 | + if: false |
253 | 257 | env:
|
254 | 258 | 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"
|
255 | 259 | strategy:
|
@@ -362,6 +366,7 @@ jobs:
|
362 | 366 | # Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
|
363 | 367 | # The hwloc library is fetched implicitly
|
364 | 368 | Hwloc-fallback:
|
| 369 | + if: false |
365 | 370 | strategy:
|
366 | 371 | matrix:
|
367 | 372 | include:
|
@@ -407,6 +412,7 @@ jobs:
|
407 | 412 | run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
|
408 | 413 |
|
409 | 414 | Windows-dynamic_mingw_hwloc:
|
| 415 | + if: false |
410 | 416 | env:
|
411 | 417 | HWLOC_PACKAGE_NAME: hwloc-win64-build-2.10.0
|
412 | 418 | TBB_PACKAGE_NAME: oneapi-tbb-2021.12.0
|
@@ -457,24 +463,28 @@ jobs:
|
457 | 463 | run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
|
458 | 464 |
|
459 | 465 | L0:
|
| 466 | + if: false |
460 | 467 | uses: ./.github/workflows/reusable_gpu.yml
|
461 | 468 | with:
|
462 | 469 | provider: "LEVEL_ZERO"
|
463 | 470 | runner: "L0"
|
464 | 471 | L0-BMG:
|
| 472 | + if: false |
465 | 473 | uses: ./.github/workflows/reusable_gpu.yml
|
466 | 474 | with:
|
467 | 475 | provider: "LEVEL_ZERO"
|
468 | 476 | runner: "L0-BMG"
|
469 | 477 | os: "['Ubuntu']"
|
470 | 478 | CUDA:
|
| 479 | + if: false |
471 | 480 | uses: ./.github/workflows/reusable_gpu.yml
|
472 | 481 | with:
|
473 | 482 | provider: "CUDA"
|
474 | 483 | runner: "CUDA"
|
475 | 484 |
|
476 | 485 | # Full execution of QEMU tests
|
477 | 486 | QEMU:
|
| 487 | + if: false |
478 | 488 | uses: ./.github/workflows/reusable_qemu.yml
|
479 | 489 | with:
|
480 | 490 | short_run: false
|
@@ -518,9 +528,11 @@ jobs:
|
518 | 528 | compatibility: '1'
|
519 | 529 |
|
520 | 530 | SYCL:
|
| 531 | + if: false |
521 | 532 | uses: ./.github/workflows/reusable_sycl.yml
|
522 | 533 |
|
523 | 534 | alpine:
|
| 535 | + if: false |
524 | 536 | name: Alpine
|
525 | 537 | env:
|
526 | 538 | HOST_WORKDIR: ${{github.workspace}}
|
|
0 commit comments