Skip to content

Commit bb34a93

Browse files
TEST CI - check nigthly
1 parent 7354601 commit bb34a93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
workflow_dispatch:
77
schedule:
88
- cron: '0 4 * * *'
9+
pull_request:
910

1011
permissions:
1112
contents: read
1213

1314
jobs:
1415
fuzz-test:
16+
if: false
1517
name: Fuzz test
1618
strategy:
1719
fail-fast: false
@@ -51,6 +53,7 @@ jobs:
5153
run: ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
5254

5355
valgrind:
56+
if: false
5457
name: Valgrind
5558
strategy:
5659
fail-fast: false
@@ -89,6 +92,7 @@ jobs:
8992
run: ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build ${{matrix.tool}}
9093

9194
Windows-Ninja-cl:
95+
if: false
9296
name: Windows-Ninja-cl
9397
env:
9498
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"
@@ -152,6 +156,7 @@ jobs:
152156
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
153157

154158
icx:
159+
if: false
155160
name: ICX
156161
env:
157162
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"
@@ -238,16 +243,19 @@ jobs:
238243
ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
239244
240245
L0:
246+
if: false
241247
uses: ./.github/workflows/reusable_gpu.yml
242248
with:
243249
name: "LEVEL_ZERO"
244250
CUDA:
251+
if: false
245252
uses: ./.github/workflows/reusable_gpu.yml
246253
with:
247254
name: "CUDA"
248255

249256
# Full execution of QEMU tests
250257
QEMU:
258+
if: false
251259
uses: ./.github/workflows/reusable_qemu.yml
252260
with:
253261
short_run: false

0 commit comments

Comments
 (0)