Skip to content

Commit

Permalink
[CI] Remove cache_path-related hack
Browse files Browse the repository at this point in the history
Shouldn't be needed after #10371.
  • Loading branch information
aelovikov-intel committed Jul 14, 2023
1 parent e80ef69 commit fefbd96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/linux_single_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ jobs:
path: llvm
ref: ${{ inputs.ref }}
merge_ref: ${{ inputs.merge_ref }}
# 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
cache_path: "/__w/repo_cache/"
- name: Install drivers
if: env.compute_runtime_tag != ''
run: |
Expand Down

0 comments on commit fefbd96

Please sign in to comment.