From 2f2c1b612eea0e067881147cfe41a9458eff9635 Mon Sep 17 00:00:00 2001 From: Andrew Fuller Date: Tue, 25 Feb 2025 15:49:28 -0500 Subject: [PATCH] [skip ci] Remove old Llama test (#18314) ### Ticket #17038 ### Problem description A test got removed, but this one still referenced it. ### What's changed Removed the test. A replacement is forthcoming, so keeping the workflow. ### Checklist - [x] TG Nightly [passes](https://github.com/tenstorrent/tt-metal/actions/runs/13530511542) --- .github/workflows/tg-nightly-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tg-nightly-tests.yaml b/.github/workflows/tg-nightly-tests.yaml index 4e67f799a6b..5ffd94a6b0e 100644 --- a/.github/workflows/tg-nightly-tests.yaml +++ b/.github/workflows/tg-nightly-tests.yaml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: test-group: [ - { name: "tg_llama3_70b_tests", arch: wormhole_b0, cmd: run_tg_llama3_70b_tests, timeout: 90, owner_id: U03FJB5TM5Y}, # Colman Glagovich + { name: "placeholder", arch: wormhole_b0, cmd: "echo 'Placeholder'", timeout: 90, owner_id: U03FJB5TM5Y}, # Colman Glagovich ] name: ${{ matrix.test-group.name }} env: