Skip to content

Commit 22019ab

Browse files
committed
[TEST] Test nightly benchmarks
1 parent 0abd85b commit 22019ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717

1818
jobs:
1919
Fuzzing:
20+
if: false
2021
strategy:
2122
fail-fast: false
2223
matrix:
@@ -70,6 +71,7 @@ jobs:
7071
run: ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
7172

7273
Valgrind:
74+
if: false
7375
strategy:
7476
fail-fast: false
7577
matrix:
@@ -109,6 +111,7 @@ jobs:
109111

110112
# Build and test UMF with different CMake generators on Windows
111113
Windows-generators:
114+
if: false
112115
strategy:
113116
matrix:
114117
build_type: [Debug, Release]
@@ -203,6 +206,7 @@ jobs:
203206
204207
# Build and test UMF with Intel C++ Compiler (ICX) on Windows
205208
Windows-icx:
209+
if: false
206210
env:
207211
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"
208212
strategy:
@@ -289,6 +293,7 @@ jobs:
289293
# Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
290294
# The hwloc library is fetched implicitly
291295
Hwloc-fallback:
296+
if: false
292297
strategy:
293298
matrix:
294299
include:
@@ -334,6 +339,7 @@ jobs:
334339
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
335340

336341
Windows-dynamic_mingw_hwloc:
342+
if: false
337343
env:
338344
HWLOC_PACKAGE_NAME: hwloc-win64-build-2.10.0
339345
TBB_PACKAGE_NAME: oneapi-tbb-2021.12.0
@@ -384,24 +390,28 @@ jobs:
384390
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
385391

386392
L0:
393+
if: false
387394
uses: ./.github/workflows/reusable_gpu.yml
388395
with:
389396
provider: "LEVEL_ZERO"
390397
runner: "L0"
391398
L0-BMG:
399+
if: false
392400
uses: ./.github/workflows/reusable_gpu.yml
393401
with:
394402
provider: "LEVEL_ZERO"
395403
runner: "L0-BMG"
396404
os: "['Ubuntu']"
397405
CUDA:
406+
if: false
398407
uses: ./.github/workflows/reusable_gpu.yml
399408
with:
400409
provider: "CUDA"
401410
runner: "CUDA"
402411

403412
# Full execution of QEMU tests
404413
QEMU:
414+
if: false
405415
uses: ./.github/workflows/reusable_qemu.yml
406416
with:
407417
short_run: false
@@ -439,4 +449,5 @@ jobs:
439449
compatibility: '1'
440450

441451
SYCL:
452+
if: false
442453
uses: ./.github/workflows/reusable_sycl.yml

0 commit comments

Comments
 (0)