File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-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
+ pull_request :
9
10
10
11
permissions :
11
12
contents : read
12
13
13
14
jobs :
14
15
fuzz-test :
16
+ if : false
15
17
name : Fuzz test
16
18
strategy :
17
19
fail-fast : false
51
53
run : ctest -C ${{matrix.build_type}} --output-on-failure --verbose -L "fuzz-long"
52
54
53
55
valgrind :
56
+ if : false
54
57
name : Valgrind
55
58
strategy :
56
59
fail-fast : false
89
92
run : ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build ${{matrix.tool}}
90
93
91
94
Windows-Ninja-cl :
95
+ if : false
92
96
name : Windows-Ninja-cl
93
97
env :
94
98
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:
152
156
run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
153
157
154
158
icx :
159
+ if : false
155
160
name : ICX
156
161
env :
157
162
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:
238
243
ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
239
244
240
245
L0 :
246
+ if : false
241
247
uses : ./.github/workflows/reusable_gpu.yml
242
248
with :
243
249
name : " LEVEL_ZERO"
244
250
CUDA :
251
+ if : false
245
252
uses : ./.github/workflows/reusable_gpu.yml
246
253
with :
247
254
name : " CUDA"
248
255
249
256
# Full execution of QEMU tests
250
257
QEMU :
258
+ if : false
251
259
uses : ./.github/workflows/reusable_qemu.yml
252
260
with :
253
261
short_run : false
You can’t perform that action at this time.
0 commit comments