Skip to content

Commit 3580c44

Browse files
TEST CI
1 parent 16ca462 commit 3580c44

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.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
env:
113117
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"
114118
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:
250254

251255
# Build and test UMF with Intel C++ Compiler (ICX) on Windows
252256
Windows-icx:
257+
if: false
253258
env:
254259
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"
255260
strategy:
@@ -362,6 +367,7 @@ jobs:
362367
# Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
363368
# The hwloc library is fetched implicitly
364369
Hwloc-fallback:
370+
if: false
365371
strategy:
366372
matrix:
367373
include:
@@ -407,6 +413,7 @@ jobs:
407413
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
408414

409415
Windows-dynamic_mingw_hwloc:
416+
if: false
410417
env:
411418
HWLOC_PACKAGE_NAME: hwloc-win64-build-2.10.0
412419
TBB_PACKAGE_NAME: oneapi-tbb-2021.12.0
@@ -457,23 +464,27 @@ jobs:
457464
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
458465

459466
L0:
467+
if: false
460468
uses: ./.github/workflows/reusable_gpu.yml
461469
with:
462470
provider: "LEVEL_ZERO"
463471
runner: "L0"
464472
L0-BMG:
473+
if: false
465474
uses: ./.github/workflows/reusable_gpu.yml
466475
with:
467476
provider: "LEVEL_ZERO"
468477
runner: "L0-BMG"
469478
CUDA:
479+
if: false
470480
uses: ./.github/workflows/reusable_gpu.yml
471481
with:
472482
provider: "CUDA"
473483
runner: "CUDA"
474484

475485
# Full execution of QEMU tests
476486
QEMU:
487+
if: false
477488
uses: ./.github/workflows/reusable_qemu.yml
478489
with:
479490
short_run: false
@@ -515,6 +526,7 @@ jobs:
515526
uses: ./.github/workflows/reusable_sycl.yml
516527

517528
alpine:
529+
if: false
518530
name: Alpine
519531
env:
520532
HOST_WORKDIR: ${{github.workspace}}

0 commit comments

Comments
 (0)