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