Skip to content

Commit 155ba22

Browse files
committed
return rolling drver
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent b3ef0ed commit 155ba22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Upload build artifacts
152152
uses: actions/upload-artifact@v3
153153
with:
154-
name: triton-cache
154+
name: triton-cache-${{ inputs.driver_version }}"
155155
path: ~/.triton/cache
156156

157157
- name: Run interpreter tests

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if [[ -n "${{ inputs.runner_label }}" ]]; then
108108
matrix='{"python": ["3.9"]}'
109109
else
110-
matrix='{"python": ["3.9"], "driver": ["lts"]}'
110+
matrix='{"python": ["3.9"], "driver": ["rolling", "lts"]}'
111111
fi
112112
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
113113

0 commit comments

Comments
 (0)