Skip to content

Commit d7543f5

Browse files
committed
WIP: regenerate prof-results manifest after upload
1 parent 7d4dbbe commit d7543f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ jobs:
259259
-T "$f" "${PROF_RESULTS_URL}/profiling/${rel}" \
260260
|| echo "WARNING: failed to upload ${rel}"
261261
done
262+
# Refresh the manifest once the run's files are all uploaded, so the
263+
# UI's read path stays in sync with the tree.
264+
curl -fsS --noproxy '*' -X POST -H "Authorization: Bearer ${token}" \
265+
"${PROF_RESULTS_URL}/profiling/_manifest" \
266+
|| echo "WARNING: manifest regenerate failed"
262267
263268
#
264269
# If the CI has failed and the branch is ci-debug

0 commit comments

Comments
 (0)