Closed Bug 1384794 Opened 7 years ago Closed 7 years ago

single hook for tc desktop nightlies (unify buildids)

Categories

(Release Engineering :: General, enhancement)

enhancement
Not set
normal

Tracking

(firefox56 fixed)

RESOLVED FIXED
Tracking Status
firefox56 --- fixed

People

(Reporter: mozilla, Assigned: mozilla)

References

Details

Attachments

(1 file)

Attached patch single_hook.diffSplinter Review
We currently schedule 3 different graphs for tc desktop nightlies: win, osx, linux. Let's schedule them together, so they share the same graph and buildid.
Attachment #8890645 - Flags: review?(bugspam.Callek)
Comment on attachment 8890645 [details] [diff] [review]
single_hook.diff

Review of attachment 8890645 [details] [diff] [review]:
-----------------------------------------------------------------

::: .cron.yml
@@ +44,5 @@
>            treeherder-symbol: Nd-Win
>            target-tasks-method: nightly_win
>        run-on-projects:
>            - date
>        when: [] # never (hook only)

this line alone will bitrot the patch on central, but is how we likely want it specified here.... so be sure to rip out the schedule for win when you land ;-)

::: taskcluster/taskgraph/target_tasks.py
@@ +306,2 @@
>  @_target_task('nightly_win')
> +def target_tasks_nightly_win(full_task_graph, parameters):

on central now its already 'nightly_win' but thats an easy fix.
Attachment #8890645 - Flags: review?(bugspam.Callek) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/ec1b0a2fe492bb5499b61dda3b88b0e17a8aa81e
bug 1384794 - single hook for tc desktop nightlies (unify buildids) r=callek DONTBUILD
https://hg.mozilla.org/mozilla-central/rev/ec1b0a2fe492
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Pushed by Callek@gmail.com:
https://hg.mozilla.org/mozilla-central/rev/556f19ef392a
Don't schedule win nightlies explicitly, because we are scheduling all desktop at once now. r=aki a=bustage
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.