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