Skip to content

Commit 8f42e06

Browse files
[CI] Temporary hack to fix E2E tasks in CI (#10343)
1 parent 29446ef commit 8f42e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux_single_e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
# We run build and HIP E2E tests under different users on the same
7070
# runners, so need to use distinct cache paths.
7171
cache_path: "/__w/repo_cache_e2e/"
72+
- name: Hack to fix testing
73+
run: rm -rf /__w/repo_cache_e2e/ || true
7274
- name: Install drivers
7375
if: env.compute_runtime_tag != ''
7476
run: |

0 commit comments

Comments
 (0)