File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 schedule :
88 - cron : ' 0 4 * * *'
9+ push :
10+ pull_request :
911
1012permissions :
1113 contents : read
1618
1719jobs :
1820 fuzz-test :
21+ if : false
1922 name : Fuzz test
2023 strategy :
2124 fail-fast : false
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
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 compatibility : 1
371382
372383 SYCL :
384+ if : false
373385 uses : ./.github/workflows/reusable_sycl.yml
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ permissions:
1717
1818jobs :
1919 CodeChecks :
20+ if : false
2021 uses : ./.github/workflows/reusable_checks.yml
2122 FastBuild :
2223 name : Fast builds
You can’t perform that action at this time.
0 commit comments