Skip to content

Commit 24d186d

Browse files
committed
[REMOVE] Disable part of CI
1 parent cc77854 commit 24d186d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/pr_push.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -29,63 +29,74 @@ jobs:
2929
needs: [FastBuild]
3030
uses: ./.github/workflows/reusable_basic.yml
3131
DevDax:
32+
if: false
3233
needs: [FastBuild]
3334
uses: ./.github/workflows/reusable_dax.yml
3435
MultiNuma:
36+
if: false
3537
needs: [FastBuild]
3638
uses: ./.github/workflows/reusable_multi_numa.yml
3739
L0:
40+
if: false
3841
needs: [Build]
3942
uses: ./.github/workflows/reusable_gpu.yml
4043
with:
4144
name: "LEVEL_ZERO"
4245
shared_lib: "['ON']"
4346
CUDA:
47+
if: false
4448
needs: [Build]
4549
uses: ./.github/workflows/reusable_gpu.yml
4650
with:
4751
name: "CUDA"
4852
shared_lib: "['ON']"
4953
Sanitizers:
54+
if: false
5055
needs: [FastBuild]
5156
uses: ./.github/workflows/reusable_sanitizers.yml
5257
QEMU:
58+
if: false
5359
needs: [FastBuild]
5460
uses: ./.github/workflows/reusable_qemu.yml
5561
with:
5662
short_run: true
5763
ProxyLib:
64+
if: false
5865
needs: [Build]
5966
uses: ./.github/workflows/reusable_proxy_lib.yml
6067
Valgrind:
68+
if: false
6169
needs: [Build]
6270
uses: ./.github/workflows/reusable_valgrind.yml
6371
Coverage:
6472
# total coverage (on upstream only)
65-
if: github.repository == 'oneapi-src/unified-memory-framework'
73+
if: github.repository == 'oneapi-src/unified-memory-framework' && false
6674
needs: [Build, DevDax, L0, CUDA, MultiNuma, QEMU, ProxyLib]
6775
uses: ./.github/workflows/reusable_coverage.yml
6876
secrets: inherit
6977
with:
7078
trigger: "${{github.event_name}}"
7179
Coverage_partial:
7280
# partial coverage (on forks)
73-
if: github.repository != 'oneapi-src/unified-memory-framework'
81+
if: github.repository != 'oneapi-src/unified-memory-framework' && false
7482
needs: [Build, QEMU, ProxyLib]
7583
uses: ./.github/workflows/reusable_coverage.yml
7684
CodeQL:
85+
if: false
7786
needs: [Build]
7887
permissions:
7988
contents: read
8089
security-events: write
8190
uses: ./.github/workflows/reusable_codeql.yml
8291
Trivy:
92+
if: false
8393
needs: [Build]
8494
permissions:
8595
contents: read
8696
security-events: write
8797
uses: ./.github/workflows/reusable_trivy.yml
8898
Compatibility:
99+
if: false
89100
needs: [Build]
90101
uses: ./.github/workflows/reusable_compatibility.yml
91102
strategy:

.github/workflows/reusable_basic.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414

1515
jobs:
1616
ubuntu-build:
17+
if: false
1718
name: Ubuntu
1819
strategy:
1920
matrix:
@@ -328,6 +329,7 @@ jobs:
328329
shell: pwsh
329330

330331
windows-dynamic_build_hwloc:
332+
if: false
331333
name: "Windows dynamic UMF + static hwloc"
332334
strategy:
333335
matrix:
@@ -370,6 +372,7 @@ jobs:
370372
shell: pwsh
371373

372374
windows-static_build_hwloc:
375+
if: false
373376
name: "Windows static UMF + static hwloc"
374377
strategy:
375378
matrix:
@@ -406,6 +409,7 @@ jobs:
406409
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
407410

408411
windows-dynamic_mingw_hwloc:
412+
if: false
409413
env:
410414
HWLOC_PACKAGE_NAME: hwloc-win64-build-2.10.0
411415
TBB_PACKAGE_NAME: oneapi-tbb-2021.12.0
@@ -456,6 +460,7 @@ jobs:
456460
run: ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
457461

458462
macos-build:
463+
if: false
459464
name: MacOS
460465
strategy:
461466
matrix:

0 commit comments

Comments
 (0)