From a79be41623a2c2b97bf7ea70ee904b2bcf5aa2ea Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 24 Sep 2018 18:02:32 +0200 Subject: [PATCH] Document daily task indexing --- etc/ci/taskcluster/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/ci/taskcluster/README.md b/etc/ci/taskcluster/README.md index 2db496bf8d9..83c21466734 100644 --- a/etc/ci/taskcluster/README.md +++ b/etc/ci/taskcluster/README.md @@ -169,6 +169,11 @@ Daily tasks can also be triggered manually. Scopes available to the daily decision task need to be both requested in the hook definition and granted through the [`hook-id:project-servo/daily`] role. +Because they do not have something similar to GitHub statuses that link to them, +daily tasks are indexed under the [`project.servo.servo.daily`] namespace. + +[`project.servo.servo.daily`]: https://tools.taskcluster.net/index/project.servo.servo.daily + [`project-servo/daily`]: https://tools.taskcluster.net/hooks/project-servo/daily [Hooks service]: https://docs.taskcluster.net/docs/manual/using/scheduled-tasks [`hook-id:project-servo/daily`]: https://tools.taskcluster.net/auth/roles/hook-id%3Aproject-servo%2Fdaily