File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
schedule :
8
8
- cron : ' 0 4 * * *'
9
+ push :
10
+ pull_request :
9
11
10
12
permissions :
11
13
contents : read
16
18
17
19
jobs :
18
20
fuzz-test :
21
+ if : false
19
22
name : Fuzz test
20
23
strategy :
21
24
fail-fast : false
55
58
run : ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
56
59
57
60
valgrind :
61
+ if : false
58
62
name : Valgrind
59
63
strategy :
60
64
fail-fast : false
93
97
run : ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build ${{matrix.tool}}
94
98
95
99
Windows-generators :
100
+ if : false
96
101
name : Windows ${{matrix.generator}} generator
97
102
strategy :
98
103
matrix :
@@ -186,6 +191,7 @@ jobs:
186
191
${{ matrix.static_hwloc == 'ON' && '--hwloc' || '' }}
187
192
188
193
icx :
194
+ if : false
189
195
name : ICX
190
196
env :
191
197
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:
273
279
# Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
274
280
# The hwloc library is fetched implicitly
275
281
hwloc-fallback :
282
+ if : false
276
283
name : " Fallback to static hwloc build"
277
284
strategy :
278
285
matrix :
@@ -319,24 +326,28 @@ jobs:
319
326
run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
320
327
321
328
L0 :
329
+ if : false
322
330
uses : ./.github/workflows/reusable_gpu.yml
323
331
with :
324
332
provider : " LEVEL_ZERO"
325
333
runner : " L0"
326
334
L0-BMG :
335
+ if : false
327
336
uses : ./.github/workflows/reusable_gpu.yml
328
337
with :
329
338
provider : " LEVEL_ZERO"
330
339
runner : " L0-BMG"
331
340
os : " ['Ubuntu']"
332
341
CUDA :
342
+ if : false
333
343
uses : ./.github/workflows/reusable_gpu.yml
334
344
with :
335
345
provider : " CUDA"
336
346
runner : " CUDA"
337
347
338
348
# Full execution of QEMU tests
339
349
QEMU :
350
+ if : false
340
351
uses : ./.github/workflows/reusable_qemu.yml
341
352
with :
342
353
short_run : false
@@ -370,4 +381,5 @@ jobs:
370
381
compatibility : 1
371
382
372
383
SYCL :
384
+ if : false
373
385
uses : ./.github/workflows/reusable_sycl.yml
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ permissions:
17
17
18
18
jobs :
19
19
CodeChecks :
20
+ if : false
20
21
uses : ./.github/workflows/reusable_checks.yml
21
22
FastBuild :
22
23
name : Fast builds
You can’t perform that action at this time.
0 commit comments