From faeaca684da2d36c84fd340c3cea30acb2f3a3c1 Mon Sep 17 00:00:00 2001 From: saienduri Date: Mon, 14 Oct 2024 13:00:44 -0500 Subject: [PATCH] update blob for cpu regression --- .github/workflows/test_e2eshark.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: