Skip to content

Commit d97c046

Browse files
authored
Update workflows for LLVM organization (#188)
* Update worflows for LLVM organization This updates the workflows to work with the builders moved under the LLVM organization. It also removes the NV nightly builder since that bot isn't migrating to LLVM. * Delete unused workflows
1 parent ccbdc36 commit d97c046

14 files changed

+13
-105
lines changed

.github/workflows/macos-clang-mtl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: macOS
21-
SKU: macOS
21+
SKU: macos
2222
Test-Clang: On
2323
TestTarget: check-hlsl-clang-mtl
2424
OffloadTest-branch: ${{ github.event.pull_request.head.sha || github.ref }}

.github/workflows/macos-dxc-mtl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: macOS
21-
SKU: macOS
21+
SKU: macos
2222
Test-Clang: Off
2323
TestTarget: check-hlsl-mtl
2424
OffloadTest-branch: ${{ github.event.pull_request.head.sha || github.ref }}

.github/workflows/test-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ on:
113113

114114
jobs:
115115
build:
116-
runs-on: [self-hosted, "${{ inputs.SKU }}"]
116+
runs-on: [self-hosted, "hlsl-${{ inputs.SKU }}"]
117117
steps:
118118
- name: Checkout DXC
119119
uses: actions/checkout@v4

.github/workflows/windows-intel-clang-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: windows
21-
SKU: GPU-Intel
21+
SKU: windows-intel
2222
Test-Clang: On
2323
TestTarget: check-hlsl-clang-d3d12
2424
OffloadTest-branch: ${{ github.event.pull_request.head.sha || github.ref }}

.github/workflows/windows-intel-clang-vk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: windows
21-
SKU: GPU-Intel
21+
SKU: windows-intel
2222
Test-Clang: On
2323
TestTarget: check-hlsl-clang-vk
2424
OffloadTest-branch: ${{ github.event.pull_request.head.sha || github.ref }}

.github/workflows/windows-intel-clang-warp-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: windows
21-
SKU: GPU-Intel
21+
SKU: windows-intel
2222
Test-Clang: On
2323
TestTarget: check-hlsl-clang-warp-d3d12
2424
OffloadTest-branch: ${{ github.event.pull_request.head.sha || github.ref }}

.github/workflows/windows-intel-dxc-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: windows
21-
SKU: GPU-Intel
21+
SKU: windows-intel
2222
Test-Clang: Off
2323
BuildType: Debug
2424
TestTarget: check-hlsl-d3d12

.github/workflows/windows-intel-dxc-vk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: windows
21-
SKU: GPU-Intel
21+
SKU: windows-intel
2222
Test-Clang: Off
2323
BuildType: Debug
2424
TestTarget: check-hlsl-vk

.github/workflows/windows-intel-dxc-warp-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/test-all.yaml
1919
with:
2020
OS: windows
21-
SKU: GPU-Intel
21+
SKU: windows-intel
2222
Test-Clang: Off
2323
BuildType: Debug
2424
TestTarget: check-hlsl-warp-d3d12

.github/workflows/windows-nv-clang-d3d12.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)