Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/linux_single_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
# We run build and HIP E2E tests under different users on the same
# runners, so need to use distinct cache paths.
cache_path: "/__w/repo_cache_e2e/"
- name: Hack to fix testing
run: rm -rf /__w/repo_cache_e2e/ || true
- name: Install drivers
if: env.compute_runtime_tag != ''
run: |
Expand Down