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 66 workflow_dispatch :
77 schedule :
88 - cron : ' 0 4 * * *'
9+ pull_request :
910
1011permissions :
1112 contents : read
1213
1314jobs :
1415 fuzz-test :
16+ if : false
1517 name : Fuzz test
1618 strategy :
1719 fail-fast : false
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
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
You can’t perform that action at this time.
0 commit comments