Skip to content

Commit ee2bd39

Browse files
committed
Auto merge of rust-lang#3380 - RalfJung:cron, r=RalfJung
make cron job topic names more consistent
2 parents 24071bd + 915bb5b commit ee2bd39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
166166
run: |
167167
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
168-
--stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
168+
--stream miri --subject "Miri Build Failure ($(date -u +%Y-%m))" \
169169
--message 'Dear @*T-miri*,
170170
171171
It would appear that the [Miri cron job build]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"') failed.

src/tools/miri/.github/workflows/sysroots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tar xf failures.tar.gz
5252
ls failures
5353
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
54-
--stream miri --subject "Sysroot Build Errors (miri, $(date -u +%Y-%m))" \
54+
--stream miri --subject "Sysroot Build Errors ($(date -u +%Y-%m))" \
5555
--message 'It would appear that the [Miri sysroots cron job build]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"') failed to build these targets:
5656
$(ls failures)
5757

0 commit comments

Comments
 (0)