From b7ef3e02e68f46f5da9d8785a8a0783078ee9f7b Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Tue, 4 Dec 2018 11:35:32 -0500 Subject: [PATCH] No bug: Fix some rst errors in taskcluster documentation; r=me --- taskcluster/docs/actions.rst | 5 +++++ taskcluster/docs/attributes.rst | 2 +- taskcluster/docs/kinds.rst | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/taskcluster/docs/actions.rst b/taskcluster/docs/actions.rst index e1053b0e22e8..5161020b58ec 100644 --- a/taskcluster/docs/actions.rst +++ b/taskcluster/docs/actions.rst @@ -63,14 +63,19 @@ To create a new callback action you must create a file The arguments are: ``parameters`` an instance of ``taskgraph.parameters.Parameters``, carrying decision task parameters from the original decision task. + ``graph_config`` an instance of ``taskgraph.config.GraphConfig``, carrying configuration for this tree + ``input`` the input from the user triggering the action (if any) + ``task_group_id`` the target task group on which this action should operate + ``task_id`` the target task on which this action should operate (or None if it is operating on the whole group) + ``task`` the definition of the target task (or None, as for ``task_id``) diff --git a/taskcluster/docs/attributes.rst b/taskcluster/docs/attributes.rst index e080874c5bef..a89b95234eb1 100644 --- a/taskcluster/docs/attributes.rst +++ b/taskcluster/docs/attributes.rst @@ -42,7 +42,7 @@ run_on_hg_branches On a given project, the mercurial branch where this task should be in the target task set. This is how requirements like "only run this RELBRANCH" get implemented. -These are either the regular expression of a branch (e.g.: "GECKOVIEW_\d+_RELBRANCH") +These are either the regular expression of a branch (e.g.: ``GECKOVIEW_\d+_RELBRANCH``) or the following alias: * `all` -- everywhere (the default) diff --git a/taskcluster/docs/kinds.rst b/taskcluster/docs/kinds.rst index 6d0499e1e884..8f53361b9df9 100644 --- a/taskcluster/docs/kinds.rst +++ b/taskcluster/docs/kinds.rst @@ -288,7 +288,7 @@ release-notify-promote Notify when a release has been promoted. release-notify-started -------------------- +---------------------- Notify when a release has been started. release-bouncer-sub