33
edits
(Documentation of all taskcluster exchanges) |
|||
Line 29: | Line 29: | ||
;maintainer: jgriffin@mozilla.com | ;maintainer: jgriffin@mozilla.com | ||
;description: See [[Auto-tools/Projects/Pulse#Consuming_buildbot_messages]]. | ;description: See [[Auto-tools/Projects/Pulse#Consuming_buildbot_messages]]. | ||
== TaskCluster Queue: Task Defined == | |||
;exchange: <code>exchange/taskcluster-queue/v1/task-defined</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of new task definitions, for details see [http://docs.taskcluster.net/queue/exchanges/#taskDefined official documentation] | |||
== TaskCluster Queue: Task Pending == | |||
;exchange: <code>exchange/taskcluster-queue/v1/task-pending</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of pending tasks, for details see [http://docs.taskcluster.net/queue/exchanges/#taskPending official documentation] | |||
== TaskCluster Queue: Task Running == | |||
;exchange: <code>exchange/taskcluster-queue/v1/task-running</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of running tasks, for details see [http://docs.taskcluster.net/queue/exchanges/#taskRunning official documentation] | |||
== TaskCluster Queue: Artifact Creation == | |||
;exchange: <code>exchange/taskcluster-queue/v1/artifact-created</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of new artifacts, for details see [http://docs.taskcluster.net/queue/exchanges/#artifactCreated official documentation] | |||
== TaskCluster Queue: Task Completed == | |||
;exchange: <code>exchange/taskcluster-queue/v1/task-completed</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of completed tasks, for details see [http://docs.taskcluster.net/queue/exchanges/#taskCompleted official documentation] | |||
== TaskCluster Queue: Task Failed == | |||
;exchange: <code>exchange/taskcluster-queue/v1/task-failed</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of failed tasks, for details see [http://docs.taskcluster.net/queue/exchanges/#taskFailed official documentation] | |||
== TaskCluster Scheduler: Task-Graph Running == | |||
;exchange: <code>exchange/taskcluster-scheduler/v1/task-graph-running</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of new task-graphs, for details see [http://docs.taskcluster.net/scheduler/events/#taskGraphRunning official documentation] | |||
== TaskCluster Scheduler: Task-Graph Extended == | |||
;exchange: <code>exchange/taskcluster-scheduler/v1/task-graph-extended | |||
</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of task-graph extensions, for details see [http://docs.taskcluster.net/scheduler/events/#taskGraphExtended official documentation] | |||
== TaskCluster Scheduler: Task-Graph Blocked == | |||
;exchange: <code>exchange/taskcluster-scheduler/v1/task-graph-blocked | |||
</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of blocked task-graphs, for details see [http://docs.taskcluster.net/scheduler/events/#taskGraphBlocked official documentation] | |||
== TaskCluster Scheduler: Task-Graph Finished == | |||
;exchange: <code>exchange/taskcluster-scheduler/v1/task-graph-finished | |||
</code> | |||
;maintainer: jonasfj@mozilla.com | |||
;description: Notifications of finished task-graphs, for details see [http://docs.taskcluster.net/scheduler/events/#taskGraphFinished official documentation] |
edits