diff --git a/.github/workflows/test_e2eshark.yml b/.github/workflows/test_e2eshark.yml index 250ff79d..d7c0d2a5 100644 --- a/.github/workflows/test_e2eshark.yml +++ b/.github/workflows/test_e2eshark.yml @@ -273,12 +273,14 @@ jobs: max-parallel: 1 matrix: include: - - name: merge_rocm_reports - runs-on: nodai-amdgpu-mi300-x86-64 - backend: rocm + # - name: merge_rocm_reports + # runs-on: nodai-amdgpu-mi300-x86-64 + # backend: rocm + # regression-blob: rocm - name: merge_cpu_reports runs-on: nodai-amdgpu-mi250-x86-64 backend: llvm-cpu + regression-blob: cpu env: AZ_PUBLIC_KEY: ${{ secrets.SHARKPUBLIC_AZ_PUBLIC_KEY }} steps: