Skip to content

Commit

Permalink
#0: ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswinmcw committed Nov 8, 2024
1 parent a25003a commit 9bbeeab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/t3000-model-perf-tests-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,19 @@ jobs:
uses: actions/download-artifact@v4
with:
name: TTMetal_build_${{ matrix.test-group.arch }}_profiler
continue-on-error: true
- name: Download build artifact
if: ${{ !matrix.test-group.tracy }}
uses: actions/download-artifact@v4
with:
name: TTMetal_build_${{ matrix.test-group.arch }}
- name: Check if profiler build artifact was downloaded
if: ${{ matrix.test-group.tracy }}
run: |
if [ ! -d "./TTMetal_build_${{ matrix.test-group.arch }}_profiler" ]; then
echo "Profiler artifact not found, skipping subsequent steps."
exit 0
fi
- name: Extract files
run: tar -xvf ttm_${{ matrix.test-group.arch }}.tar
- uses: ./.github/actions/install-python-deps
Expand Down

0 comments on commit 9bbeeab

Please sign in to comment.