Skip to content

Commit

Permalink
Bug 1380391 - Index decision tasks under pushlog_id r=dustin
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 9q3iHqJ0OSb

--HG--
extra : rebase_source : 231cad344c879636b270ceef20638712c3af4134
  • Loading branch information
imbstack committed Jul 12, 2017
1 parent 3185a66 commit 6b7f0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ tasks:

routes:
- "index.gecko.v2.{{project}}.latest.firefox.decision"
- "index.gecko.v2.{{project}}.pushlog-id.{{pushlog_id}}.decision"
- "tc-treeherder.v2.{{project}}.{{revision}}.{{pushlog_id}}"
- "tc-treeherder-stage.v2.{{project}}.{{revision}}.{{pushlog_id}}"
- "notify.email.{{owner}}.on-failed"
Expand Down
4 changes: 2 additions & 2 deletions taskcluster/docs/cron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ The mach subcommand reads ``.cron.yml``, then consults the current time
(actually the time the cron task was created, rounded down to the nearest 15
minutes) and creates tasks for any cron jobs scheduled at that time.

Each cron job in ``.cron.yml`` specifies a ``job.using``, corresponding to a
Each cron job in ``.cron.yml`` specifies a ``job.type``, corresponding to a
function responsible for creating TaskCluster tasks when the job runs.

Decision Tasks
..............

For ``job.using`` "decision-task", tasks are created based on
For ``job.type`` "decision-task", tasks are created based on
``.taskcluster.yml`` just like the decision tasks that result from a push to a
repository. They run with a distinct ``taskGroupId``, and are free to create
additional tasks comprising a task graph.
Expand Down

0 comments on commit 6b7f0bd

Please sign in to comment.