Skip to content

Commit 47983c3

Browse files
committed
DEBUG CI
1 parent c660144 commit 47983c3

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/pr_push.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,57 +16,44 @@ permissions:
1616
contents: read
1717

1818
jobs:
19-
CodeChecks:
20-
uses: ./.github/workflows/reusable_checks.yml
2119
FastBuild:
2220
name: Fast builds
23-
needs: [CodeChecks]
2421
uses: ./.github/workflows/reusable_fast.yml
2522
Build:
2623
name: Basic builds
27-
needs: [FastBuild]
2824
uses: ./.github/workflows/reusable_basic.yml
2925
DevDax:
30-
needs: [FastBuild]
3126
uses: ./.github/workflows/reusable_dax.yml
3227
MultiNuma:
33-
needs: [FastBuild]
3428
uses: ./.github/workflows/reusable_multi_numa.yml
3529
L0:
36-
needs: [Build]
3730
uses: ./.github/workflows/reusable_gpu.yml
3831
with:
3932
provider: "LEVEL_ZERO"
4033
runner: "L0"
4134
shared_lib: "['ON']"
4235
L0-BMG:
43-
needs: [Build]
4436
uses: ./.github/workflows/reusable_gpu.yml
4537
with:
4638
provider: "LEVEL_ZERO"
4739
runner: "L0-BMG"
4840
shared_lib: "['ON']"
4941
os: "['Ubuntu']"
5042
CUDA:
51-
needs: [Build]
5243
uses: ./.github/workflows/reusable_gpu.yml
5344
with:
5445
provider: "CUDA"
5546
runner: "CUDA"
5647
shared_lib: "['ON']"
5748
Sanitizers:
58-
needs: [FastBuild]
5949
uses: ./.github/workflows/reusable_sanitizers.yml
6050
QEMU:
61-
needs: [FastBuild]
6251
uses: ./.github/workflows/reusable_qemu.yml
6352
with:
6453
short_run: true
6554
ProxyLib:
66-
needs: [Build]
6755
uses: ./.github/workflows/reusable_proxy_lib.yml
6856
Valgrind:
69-
needs: [Build]
7057
uses: ./.github/workflows/reusable_valgrind.yml
7158
Coverage:
7259
# total coverage (on upstream only)
@@ -81,23 +68,3 @@ jobs:
8168
if: github.repository != 'oneapi-src/unified-memory-framework'
8269
needs: [Build, QEMU, ProxyLib]
8370
uses: ./.github/workflows/reusable_coverage.yml
84-
CodeQL:
85-
needs: [Build]
86-
permissions:
87-
contents: read
88-
security-events: write
89-
uses: ./.github/workflows/reusable_codeql.yml
90-
Trivy:
91-
needs: [Build]
92-
permissions:
93-
contents: read
94-
security-events: write
95-
uses: ./.github/workflows/reusable_trivy.yml
96-
Compatibility:
97-
needs: [Build]
98-
uses: ./.github/workflows/reusable_compatibility.yml
99-
strategy:
100-
matrix:
101-
tag: ["v0.11.0-rc1"]
102-
with:
103-
tag: ${{matrix.tag}}

0 commit comments

Comments
 (0)