@@ -204,6 +204,7 @@ jobs:
204204 -f name="AOT Build Tests" \
205205 -f head_sha="$SHA" \
206206 -f status="in_progress" \
207+ -F output[title]="In progress" \
207208 -F output[summary]="Running AOT build tests: [workflow run]($RUN_URL)" \
208209 --jq '.id')
209210 echo "aot_check_id=$AOT_CHECK" >> $GITHUB_OUTPUT
@@ -214,6 +215,7 @@ jobs:
214215 -f name="JIT Unittest (A10G)" \
215216 -f head_sha="$SHA" \
216217 -f status="in_progress" \
218+ -F output[title]="In progress" \
217219 -F output[summary]="Running JIT unittests on A10G instances: [workflow run]($RUN_URL)" \
218220 --jq '.id')
219221 echo "gpu_a10g_check_id=$A10G_CHECK" >> $GITHUB_OUTPUT
@@ -222,6 +224,7 @@ jobs:
222224 -f name="JIT Unittest (T4)" \
223225 -f head_sha="$SHA" \
224226 -f status="in_progress" \
227+ -F output[title]="In progress" \
225228 -F output[summary]="Running JIT unittests on T4 instances: [workflow run]($RUN_URL)" \
226229 --jq '.id')
227230 echo "gpu_t4_check_id=$T4_CHECK" >> $GITHUB_OUTPUT
@@ -231,6 +234,7 @@ jobs:
231234 -f name="Test Results Summary" \
232235 -f head_sha="$SHA" \
233236 -f status="in_progress" \
237+ -F output[title]="In progress" \
234238 -F output[summary]="Waiting for test results: [workflow run]($RUN_URL)" \
235239 --jq '.id')
236240 echo "summary_check_id=$SUMMARY_CHECK" >> $GITHUB_OUTPUT
0 commit comments