mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Link to Taskcluster IRC notifications docs
This commit is contained in:
parent
b3b67ef5ee
commit
62822fb103
1 changed files with 4 additions and 2 deletions
|
@ -32,9 +32,11 @@ def daily_tasks_setup():
|
|||
subprocess.check_output(["git", "rev-parse", "HEAD"]).decode("utf8").strip()
|
||||
|
||||
# On failure, notify a few people on IRC
|
||||
# https://docs.taskcluster.net/docs/reference/core/taskcluster-notify/docs/usage
|
||||
notify_route = "notify.irc-channel.#servo.on-failed"
|
||||
decision.routes_for_all_subtasks.append(notify_route)
|
||||
decision.scopes_for_all_subtasks.append("queue:route:" + notify_route)
|
||||
decision.task_name_template = "Servo daily: %s. On failure, ping: SimonSapin, nox, emilio"
|
||||
decision.routes_for_all_subtasks.append("notify.irc-channel.#servo.on-failed")
|
||||
decision.scopes_for_all_subtasks.append("queue:route:notify.irc-channel.#servo.on-failed")
|
||||
|
||||
|
||||
build_artifacts_expiry = "1 week"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue