Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Shippable Builds Incoming...

67 views
Skip to first unread message

Justin Wood

unread,
Apr 1, 2019, 10:49:36 AM4/1/19
to dev-platform, planning, release-engineering, firefox-ci, sheriffs
Hey Everyone,

tl;dr I landed "shippable builds" [1] to autoland, and I'll assume it
sticks. This replaces Nightly and PGO for most job types for desktop jobs.
Expect to see tests and builds in treeherder reflecting this, and no longer
seeing most PGO platforms or Nightly platforms available for your pushes.

Longer story is that we are replacing all nightlies and current pgo builds
with 'shippable' variants. These combine what we do for PGO and Nightlies
into one job type, with the main goal of consolidating build types, and
simplifying the build configurations. We will not be changing Fennec build
types at this time

This work mirrors in part what we did with opt->pgo tests [2] to keep our
overall test load down and does move osx on push to shippable (previously
was an opt build) and linux32 testing to shippable (was previously also on
an opt variant).

This will obsolete many of the taskcluster routes you have come to expect,
and instead using shippable indexes. We have made some efforts to preserve
old indexes where possible, but If you are using taskcluster indexes in any
of your own code, I'd love to know where and for what purpose, so we can
document it going forward.

Future work this unlocks is the ability to do "Nightly Promotion" which
should reduce the cost of Nightly CI and greatly speed up the turnaround
time for Nightly builds on mozilla-central. And once we are promoting
builds from the mozilla-central push to Nightly users, then we will truely
be testing against what we ship, so a net win for our code quality as well.

There will also be some future work to cleanup some of the code in the
taskgraph code itself, to remove confusing code paths that mixed 'nightly'
build types along with the 'nightly' cadence of a released product. As well
as work to remove the temporary transitional index routes I tried to add.

Feel free to find me in IRC #ci or on slack at #firefox-ci if you have any
questions or concerns.

Thank You,
~Justin Wood (Callek)

[1]
https://groups.google.com/d/msg/mozilla.dev.planning/JomJmzGOGMY/vytPViZBDgAJ
[2]
https://groups.google.com/d/msg/mozilla.dev.platform/0dYGajwXCBc/4cpYrUMyBgAJ

Kartikaya Gupta

unread,
Apr 1, 2019, 10:49:38 AM4/1/19
to Justin Wood, dev-platform, planning, release-engineering, firefox-ci, sheriffs
Will the change to taskcluster indexes affect mozregression?
> _______________________________________________
> dev-platform mailing list
> dev-pl...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform

Justin Wood

unread,
Apr 1, 2019, 10:49:43 AM4/1/19
to Kartikaya Gupta, dev-platform, planning, release-engineering, firefox-ci, sheriffs
Yes it does, I'm currently looking at a good way to improve mozregression
ASAP, which has been partially broken since the opt->pgo work mentioned
above.

This is tracked in 1532412
<https://bugzilla.mozilla.org/show_bug.cgi?id=1532412> and whatever
solution we get there should be translatable for shippable and make this
easy.

I'm hoping to touch base with :wlach soon so we can figure out a good
solution to this code.

~Justin Wood (Callek)
0 new messages