Skip to content

Commit 4ef59a3

Browse files
committed
[DEBUG] Test nightly benchmark workflow
1 parent 7be6546 commit 4ef59a3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/nightly.yml

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

1012
permissions:
1113
contents: read
@@ -16,6 +18,7 @@ env:
1618

1719
jobs:
1820
fuzz-test:
21+
if: false
1922
name: Fuzz test
2023
strategy:
2124
fail-fast: false
@@ -55,6 +58,7 @@ jobs:
5558
run: ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
5659

5760
valgrind:
61+
if: false
5862
name: Valgrind
5963
strategy:
6064
fail-fast: false
@@ -93,6 +97,7 @@ jobs:
9397
run: ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build ${{matrix.tool}}
9498

9599
Windows-generators:
100+
if: false
96101
name: Windows ${{matrix.generator}} generator
97102
strategy:
98103
matrix:
@@ -186,6 +191,7 @@ jobs:
186191
${{ matrix.static_hwloc == 'ON' && '--hwloc' || '' }}
187192
188193
icx:
194+
if: false
189195
name: ICX
190196
env:
191197
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"
@@ -273,6 +279,7 @@ jobs:
273279
# Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
274280
# The hwloc library is fetched implicitly
275281
hwloc-fallback:
282+
if: false
276283
name: "Fallback to static hwloc build"
277284
strategy:
278285
matrix:
@@ -319,24 +326,28 @@ jobs:
319326
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
320327

321328
L0:
329+
if: false
322330
uses: ./.github/workflows/reusable_gpu.yml
323331
with:
324332
provider: "LEVEL_ZERO"
325333
runner: "L0"
326334
L0-BMG:
335+
if: false
327336
uses: ./.github/workflows/reusable_gpu.yml
328337
with:
329338
provider: "LEVEL_ZERO"
330339
runner: "L0-BMG"
331340
os: "['Ubuntu']"
332341
CUDA:
342+
if: false
333343
uses: ./.github/workflows/reusable_gpu.yml
334344
with:
335345
provider: "CUDA"
336346
runner: "CUDA"
337347

338348
# Full execution of QEMU tests
339349
QEMU:
350+
if: false
340351
uses: ./.github/workflows/reusable_qemu.yml
341352
with:
342353
short_run: false
@@ -370,4 +381,5 @@ jobs:
370381
runner: 'L0_PERF_GPU'
371382

372383
SYCL:
384+
if: false
373385
uses: ./.github/workflows/reusable_sycl.yml

.github/workflows/pr_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717

1818
jobs:
1919
CodeChecks:
20+
if: false
2021
uses: ./.github/workflows/reusable_checks.yml
2122
FastBuild:
2223
name: Fast builds

0 commit comments

Comments
 (0)