We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29446ef commit 8f42e06Copy full SHA for 8f42e06
.github/workflows/linux_single_e2e.yml
@@ -69,6 +69,8 @@ jobs:
69
# We run build and HIP E2E tests under different users on the same
70
# runners, so need to use distinct cache paths.
71
cache_path: "/__w/repo_cache_e2e/"
72
+ - name: Hack to fix testing
73
+ run: rm -rf /__w/repo_cache_e2e/ || true
74
- name: Install drivers
75
if: env.compute_runtime_tag != ''
76
run: |
0 commit comments