@@ -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 :
0 commit comments