Skip to content

Commit 8fe9a20

Browse files
author
jetstream authors
committed
Merge pull request #262 from AI-Hypercomputer:yuyan-fix-attachment
PiperOrigin-RevId: 752603319
2 parents 08454d3 + b9d8a89 commit 8fe9a20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_maxtext_jetstream_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ jobs:
136136
BENCHMARK_REPORT_DIR: ./benchmark_report
137137
steps:
138138
- name: Clean previous artifact
139-
run: rm -rf ${{ env.OUTPUT_DIR }}
139+
run: rm -rf ${{ env.BENCHMARK_REPORT_DIR }}
140140
- name: Download benchmark artifact
141141
uses: actions/download-artifact@v4
142142
with:
143143
name: benchmark_report
144-
path: ${{ env.OUTPUT_DIR }}
144+
path: ${{ env.BENCHMARK_REPORT_DIR }}
145145
- name: Check whether one of the jobs failed
146146
if: ${{ failure() }}
147147
uses: jayqi/failed-build-issue-action@1a893bbf43ef1c2a8705e2b115cd4f0fe3c5649b # v1.2.0
@@ -161,5 +161,5 @@ jobs:
161161
162162
from: JetStream Runs
163163
secure: true
164-
attachments: ${{ env.OUTPUT_DIR }}/moe_8x7b.txt,${{ env.OUTPUT_DIR }}/moe_8x22b.txt,${{ env.OUTPUT_DIR }}/moe_8x22b_long_context_8k_prefill.txt,${{ env.OUTPUT_DIR }}/moe_8x7b_jetstream.txt
164+
attachments: ${{ env.BENCHMARK_REPORT_DIR }}/moe_8x7b.txt,${{ env.BENCHMARK_REPORT_DIR }}/moe_8x22b.txt,${{ env.BENCHMARK_REPORT_DIR }}/moe_8x22b_long_context_8k_prefill.txt,${{ env.BENCHMARK_REPORT_DIR }}/moe_8x7b_jetstream.txt
165165
body: workflow for ${{github.repository}} completed successfully!

0 commit comments

Comments
 (0)