File tree 2 files changed +14
-0
lines changed
2 files changed +14
-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
15
17
16
18
jobs :
17
19
fuzz-test :
20
+ if : false
18
21
name : Fuzz test
19
22
strategy :
20
23
fail-fast : false
54
57
run : ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
55
58
56
59
valgrind :
60
+ if : false
57
61
name : Valgrind
58
62
strategy :
59
63
fail-fast : false
92
96
run : ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build ${{matrix.tool}}
93
97
94
98
Windows-generators :
99
+ if : false
95
100
name : Windows ${{matrix.generator}} generator
96
101
strategy :
97
102
matrix :
@@ -164,6 +169,7 @@ jobs:
164
169
run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
165
170
166
171
icx :
172
+ if : false
167
173
name : ICX
168
174
env :
169
175
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"
@@ -251,6 +257,7 @@ jobs:
251
257
# Scenarios where UMF_LINK_HWLOC_STATICALLY is set to OFF and hwloc is not installed in the system
252
258
# The hwloc library is fetched implicitly
253
259
hwloc-fallback :
260
+ if : false
254
261
name : " Fallback to static hwloc build"
255
262
strategy :
256
263
matrix :
@@ -297,24 +304,28 @@ jobs:
297
304
run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
298
305
299
306
L0 :
307
+ if : false
300
308
uses : ./.github/workflows/reusable_gpu.yml
301
309
with :
302
310
provider : " LEVEL_ZERO"
303
311
runner : " L0"
304
312
L0-BMG :
313
+ if : false
305
314
uses : ./.github/workflows/reusable_gpu.yml
306
315
with :
307
316
provider : " LEVEL_ZERO"
308
317
runner : " L0-BMG"
309
318
os : " ['Ubuntu']"
310
319
CUDA :
320
+ if : false
311
321
uses : ./.github/workflows/reusable_gpu.yml
312
322
with :
313
323
provider : " CUDA"
314
324
runner : " CUDA"
315
325
316
326
# Full execution of QEMU tests
317
327
QEMU :
328
+ if : false
318
329
uses : ./.github/workflows/reusable_qemu.yml
319
330
with :
320
331
short_run : false
@@ -333,4 +344,5 @@ jobs:
333
344
run_sycl : true
334
345
335
346
SYCL :
347
+ if : false
336
348
uses : ./.github/workflows/reusable_sycl.yml
Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ permissions:
17
17
18
18
jobs :
19
19
CodeChecks :
20
+ if : false
20
21
uses : ./.github/workflows/reusable_checks.yml
21
22
DocsBuild :
23
+ if : false
22
24
uses : ./.github/workflows/reusable_docs_build.yml
23
25
FastBuild :
24
26
name : Fast builds
You can’t perform that action at this time.
0 commit comments