@@ -3,6 +3,7 @@ name: Nightly
33
44# This job is run at 04:00 UTC every day or on demand.
55on :
6+ pull_request :
67 workflow_dispatch :
78 schedule :
89 - cron : ' 0 4 * * *'
1718
1819jobs :
1920 Fuzzing :
21+ if : false
2022 strategy :
2123 fail-fast : false
2224 matrix :
7072 run : ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
7173
7274 Valgrind :
75+ if : false
7376 strategy :
7477 fail-fast : false
7578 matrix :
@@ -109,6 +112,7 @@ jobs:
109112
110113 # Build and test UMF with different CMake generators on Windows
111114 Windows-generators :
115+ if : false
112116 env :
113117 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"
114118 VCPKG_PATH_NO_HWLOC : " ${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
@@ -250,6 +254,7 @@ jobs:
250254
251255 # Build and test UMF with Intel C++ Compiler (ICX) on Windows
252256 Windows-icx :
257+ if : false
253258 env :
254259 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"
255260 strategy :
@@ -362,6 +367,7 @@ jobs:
362367 # Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
363368 # The hwloc library is fetched implicitly
364369 Hwloc-fallback :
370+ if : false
365371 strategy :
366372 matrix :
367373 include :
@@ -407,6 +413,7 @@ jobs:
407413 run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
408414
409415 Windows-dynamic_mingw_hwloc :
416+ if : false
410417 env :
411418 HWLOC_PACKAGE_VER : v2.13
412419 HWLOC_PACKAGE_NAME : hwloc-win64-build-2.13.0
@@ -459,23 +466,27 @@ jobs:
459466 run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
460467
461468 L0 :
469+ if : false
462470 uses : ./.github/workflows/reusable_gpu.yml
463471 with :
464472 provider : " LEVEL_ZERO"
465473 runner : " L0"
466474 L0-BMG :
475+ if : false
467476 uses : ./.github/workflows/reusable_gpu.yml
468477 with :
469478 provider : " LEVEL_ZERO"
470479 runner : " L0-BMG"
471480 CUDA :
481+ if : false
472482 uses : ./.github/workflows/reusable_gpu.yml
473483 with :
474484 provider : " CUDA"
475485 runner : " CUDA"
476486
477487 # Full execution of QEMU tests
478488 QEMU :
489+ if : false
479490 uses : ./.github/workflows/reusable_qemu.yml
480491 with :
481492 short_run : false
@@ -517,6 +528,7 @@ jobs:
517528 uses : ./.github/workflows/reusable_sycl.yml
518529
519530 alpine :
531+ if : false
520532 name : Alpine
521533 env :
522534 HOST_WORKDIR : ${{github.workspace}}
0 commit comments