feat(nimbus): include Circle build URL in manifest update PRs (#10691)

Because:

- it is currently a manual process to investigate failed manifest update
PRs

this commit:

- updates the manifest update task to include the CircleCI build URL in
the PR body.

Fixes #10199
This commit is contained in:
Barret Rennie 2024-05-14 10:30:27 -04:00 коммит произвёл GitHub
Родитель 28b3305792
Коммит 6b85233bbd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -506,6 +506,7 @@ jobs:
cp .env.sample .env
env GITHUB_BEARER_TOKEN="${GH_EXTERNAL_CONFIG_TOKEN}" make fetch_external_resources FETCH_ARGS="--summary fetch-summary.txt"
mv ./experimenter/fetch-summary.txt /tmp/fetch-summary.txt
echo -e "\nCircle CI Task: ${CIRCLE_BUILD_URL}" >> /tmp/fetch-summary.txt
if python3 ./experimenter/bin/should-pr.py
then
git checkout -B external-config