Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Re-enable Slack notifications for tester_freebsd64
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 12, 2021
1 parent ec8a836 commit 276551b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ status_builders = [k for k in builder_mapping.keys()]
report_builders = [("package_" + k) for k in status_builders if not k in ("linuxarmv7l", "musl64")] + \
[("tester_" + k) for k in status_builders if not k in ("linuxarmv7l", "linuxppc64le", "musl64")] + \
["analyzegc_linux64", "doctest_linux64", "llvmpasses_linux64", "whitespace_linux32"]
# FIXME: Remove the restriction once FreeBSD CI works again
slack_builders = [k for k in report_builders if not k in ("tester_freebsd64")]
slack_builders = [k for k in report_builders]
status_generator = BuildStartEndStatusGenerator(
builders=report_builders,
start_formatter=reporters.MessageFormatterRenderable('Build started.'),
Expand Down

0 comments on commit 276551b

Please sign in to comment.