Skip to content

Commit

Permalink
fix caches
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Oct 22, 2024
1 parent 1c00d32 commit 67515a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
device: local-task
target-chip: x86_64-linux-gnu
test-file: nlp-shard1
cache-dir: /home/sai/test-suite-ci-cache
cache-dir: /groups/aig_sharks/test-suite-ci-cache
- name: cpu_shard2_test
runs-on: large-cpu
backend: llvm-cpu
Expand Down Expand Up @@ -145,21 +145,21 @@ jobs:
device: local-task
target-chip: x86_64-linux-gnu
test-file: vai-hf-cnn-fp32-shard1
cache-dir: /home/sai/test-suite-ci-cache
cache-dir: /groups/aig_sharks/test-suite-ci-cache
- name: cpu_shard6_test
runs-on: nodai-amdgpu-mi250-x86-64
backend: llvm-cpu
device: local-task
target-chip: x86_64-linux-gnu
test-file: vai-hf-cnn-fp32-shard2
cache-dir: /home/sai/test-suite-ci-cache
cache-dir: /groups/aig_sharks/test-suite-ci-cache
- name: cpu_shard7_test
runs-on: nodai-amdgpu-mi250-x86-64
backend: llvm-cpu
device: local-task
target-chip: x86_64-linux-gnu
test-file: vai-hf-cnn-fp32-shard3
cache-dir: /home/sai/test-suite-ci-cache
cache-dir: /groups/aig_sharks/test-suite-ci-cache
- name: cpu_shard8_test
runs-on: large-cpu
backend: llvm-cpu
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
device: local-task
target-chip: x86_64-linux-gnu
test-file: onnxrt-iree-ep
cache-dir: /home/sai/test-suite-ci-cache
cache-dir: /groups/aig_sharks/test-suite-ci-cache
env:
E2E_VENV_DIR: ${{ github.workspace }}/test-suite_venv
EP_VENV_DIR: ${{ github.workspace }}/ep_venv
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
# backend: rocm
# regression-blob: rocm
- name: merge_cpu_reports
runs-on: large-cpu
runs-on: nodai-amdgpu-mi250-x86-64
backend: llvm-cpu
regression-blob: cpu
env:
Expand Down

0 comments on commit 67515a8

Please sign in to comment.