Skip to content

Commit 6349609

Browse files
committed
[TEST] Test nightly benchmarks
1 parent 8aa5024 commit 6349609

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Nightly
33

44
# This job is run at 04:00 UTC every day or on demand.
55
on:
6+
pull_request:
67
workflow_dispatch:
78
schedule:
89
- cron: '0 4 * * *'
@@ -17,6 +18,7 @@ env:
1718

1819
jobs:
1920
Fuzzing:
21+
if: false
2022
strategy:
2123
fail-fast: false
2224
matrix:
@@ -70,6 +72,7 @@ jobs:
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
strategy:
113117
matrix:
114118
build_type: [Debug, Release]
@@ -203,6 +207,7 @@ jobs:
203207
204208
# Build and test UMF with Intel C++ Compiler (ICX) on Windows
205209
Windows-icx:
210+
if: false
206211
env:
207212
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"
208213
strategy:
@@ -289,6 +294,7 @@ jobs:
289294
# Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
290295
# The hwloc library is fetched implicitly
291296
Hwloc-fallback:
297+
if: false
292298
strategy:
293299
matrix:
294300
include:
@@ -334,6 +340,7 @@ jobs:
334340
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
335341

336342
Windows-dynamic_mingw_hwloc:
343+
if: false
337344
env:
338345
HWLOC_PACKAGE_NAME: hwloc-win64-build-2.10.0
339346
TBB_PACKAGE_NAME: oneapi-tbb-2021.12.0
@@ -384,24 +391,28 @@ jobs:
384391
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
385392

386393
L0:
394+
if: false
387395
uses: ./.github/workflows/reusable_gpu.yml
388396
with:
389397
provider: "LEVEL_ZERO"
390398
runner: "L0"
391399
L0-BMG:
400+
if: false
392401
uses: ./.github/workflows/reusable_gpu.yml
393402
with:
394403
provider: "LEVEL_ZERO"
395404
runner: "L0-BMG"
396405
os: "['Ubuntu']"
397406
CUDA:
407+
if: false
398408
uses: ./.github/workflows/reusable_gpu.yml
399409
with:
400410
provider: "CUDA"
401411
runner: "CUDA"
402412

403413
# Full execution of QEMU tests
404414
QEMU:
415+
if: false
405416
uses: ./.github/workflows/reusable_qemu.yml
406417
with:
407418
short_run: false
@@ -439,4 +450,5 @@ jobs:
439450
compatibility: '1'
440451

441452
SYCL:
453+
if: false
442454
uses: ./.github/workflows/reusable_sycl.yml

0 commit comments

Comments
 (0)