From 54beb4658e6aae7f7711d0519fc502d72fe2c2c8 Mon Sep 17 00:00:00 2001 From: Michael Chiou Date: Thu, 27 Jun 2024 17:40:34 -0700 Subject: [PATCH] #9792: fix incorrect calls for t3k frequent tests --- .github/workflows/t3000-frequent-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/t3000-frequent-tests.yaml b/.github/workflows/t3000-frequent-tests.yaml index 70a13c371f5..e5d7f944a5e 100644 --- a/.github/workflows/t3000-frequent-tests.yaml +++ b/.github/workflows/t3000-frequent-tests.yaml @@ -17,6 +17,7 @@ jobs: fail-fast: false matrix: test-group: [ + { name: "t3k tteager tests", arch: wormhole_b0, cmd: run_t3000_tteager_tests, timeout: 120, owner_id: U05RWH3QUPM}, #Sean Nijjar { name: "t3k trace stress tests", arch: wormhole_b0, cmd: run_t3000_trace_stress_tests, timeout: 120, owner_id: U03NG0A5ND7}, #Aditya Saigal { name: "t3k falcon40b tests", arch: wormhole_b0, cmd: run_t3000_falcon40b_tests, timeout: 120, owner_id: S07AJBTLX2L}, #Model Falcon { name: "t3k llama2_70b tests", arch: wormhole_b0, cmd: run_t3000_llama2_70b_tests, timeout: 60, owner_id: U03FJB5TM5Y}, #Colman Glagovich