@@ -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 * * *'
1516
1617jobs :
1718 fuzz-test :
19+ if : false
1820 name : Fuzz test
1921 strategy :
2022 fail-fast : false
5456 run : ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
5557
5658 valgrind :
59+ if : false
5760 name : Valgrind
5861 strategy :
5962 fail-fast : false
9295 run : ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build ${{matrix.tool}}
9396
9497 Windows-generators :
98+ if : false
9599 name : Windows ${{matrix.generator}} generator
96100 strategy :
97101 matrix :
@@ -164,6 +168,7 @@ jobs:
164168 run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
165169
166170 icx :
171+ if : false
167172 name : ICX
168173 env :
169174 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"
@@ -251,6 +256,7 @@ jobs:
251256 # Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
252257 # The hwloc library is fetched implicitly
253258 hwloc-fallback :
259+ if : false
254260 name : " Fallback to static hwloc build"
255261 strategy :
256262 matrix :
@@ -297,24 +303,28 @@ jobs:
297303 run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
298304
299305 L0 :
306+ if : false
300307 uses : ./.github/workflows/reusable_gpu.yml
301308 with :
302309 provider : " LEVEL_ZERO"
303310 runner : " L0"
304311 L0-BMG :
312+ if : false
305313 uses : ./.github/workflows/reusable_gpu.yml
306314 with :
307315 provider : " LEVEL_ZERO"
308316 runner : " L0-BMG"
309317 os : " ['Ubuntu']"
310318 CUDA :
319+ if : false
311320 uses : ./.github/workflows/reusable_gpu.yml
312321 with :
313322 provider : " CUDA"
314323 runner : " CUDA"
315324
316325 # Full execution of QEMU tests
317326 QEMU :
327+ if : false
318328 uses : ./.github/workflows/reusable_qemu.yml
319329 with :
320330 short_run : false
@@ -332,4 +342,5 @@ jobs:
332342 bench_script_params : ' --save Baseline_PVC'
333343
334344 SYCL :
345+ if : false
335346 uses : ./.github/workflows/reusable_sycl.yml
0 commit comments