From fefbd9653f4ea86c2e76982cc29f981a31d0870f Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 14 Jul 2023 09:29:10 -0700 Subject: [PATCH] [CI] Remove cache_path-related hack Shouldn't be needed after https://github.com/intel/llvm/pull/10371. --- .github/workflows/linux_single_e2e.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/linux_single_e2e.yml b/.github/workflows/linux_single_e2e.yml index 5524a51f182af..830a120e33098 100644 --- a/.github/workflows/linux_single_e2e.yml +++ b/.github/workflows/linux_single_e2e.yml @@ -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: |