Skip to content

Commit

Permalink
added PVC runners
Browse files Browse the repository at this point in the history
  • Loading branch information
lslusarczyk committed Sep 4, 2024
1 parent 02ffa90 commit 8327154
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,20 @@ jobs:
adapter_name: L0_V2
runner_name: L0

level-zero-pvc:
name: Level Zero PVC
uses: ./.github/workflows/build-hw-reusable.yml
with:
adapter_name: L0
runner_name: E2E_L0

level-zero-pvc-v2:
name: Level Zero PVC V2
uses: ./.github/workflows/build-hw-reusable.yml
with:
adapter_name: L0_V2
runner_name: E2E_L0

level-zero-static:
name: Level Zero static
uses: ./.github/workflows/build-hw-reusable.yml
Expand Down

0 comments on commit 8327154

Please sign in to comment.