mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Compare commits
1 Commits
github-act
...
jdm-patch-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7c20f90ae |
@@ -706,9 +706,9 @@ def daily_tasks_setup():
|
|||||||
# the commit hash is not known until we clone the repository.
|
# the commit hash is not known until we clone the repository.
|
||||||
CONFIG.git_sha_is_current_head()
|
CONFIG.git_sha_is_current_head()
|
||||||
|
|
||||||
# On failure, notify a few people on IRC
|
# On failure, notify a few people on Matrix
|
||||||
# https://docs.taskcluster.net/docs/reference/core/taskcluster-notify/docs/usage
|
# https://docs.taskcluster.net/docs/reference/core/notify/usage
|
||||||
notify_route = "notify.irc-channel.#servo.on-failed"
|
notify_route = "notify.matrix-room.!crXxRMedJXFPxKffWI:mozilla.org.on-failed"
|
||||||
CONFIG.routes_for_all_subtasks.append(notify_route)
|
CONFIG.routes_for_all_subtasks.append(notify_route)
|
||||||
CONFIG.scopes_for_all_subtasks.append("queue:route:" + notify_route)
|
CONFIG.scopes_for_all_subtasks.append("queue:route:" + notify_route)
|
||||||
CONFIG.task_name_template = "Servo daily: %s. On failure, ping: " + ping_on_daily_task_failure
|
CONFIG.task_name_template = "Servo daily: %s. On failure, ping: " + ping_on_daily_task_failure
|
||||||
|
|||||||
Reference in New Issue
Block a user