Skip to content

Commit

Permalink
feat(nimbus): include Circle build URL in manifest update PRs (#10691)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brennie committed May 14, 2024
1 parent 28b3305 commit 6b85233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b85233

Please sign in to comment.