Commit Graph

5606 Commits

Author SHA1 Message Date
Bastien Abadie
cb5214ff65 Bug 1539426 - Fix clang CI tasks globs, r=tomprince
The original globs were only finding C++ files in the root of the repository.

Differential Revision: https://phabricator.services.mozilla.com/D25046

--HG--
extra : moz-landing-system : lando
2019-03-27 14:41:53 +00:00
Geoff Brown
4657bbfafd Bug 1539250 - Move gv-docs task to tier 2; r=snorp
Run gv-docs as tier 2 rather than tier 3, to make the task visible by default
and get the benefit of at least some sheriffing.

Differential Revision: https://phabricator.services.mozilla.com/D24956

--HG--
extra : moz-landing-system : lando
2019-03-27 13:16:19 +00:00
Justin Wood
b31b723c34 Bug 1352113 - Shippable Builds - Don't use enable-full-crashsymbols attribute when we explicitly disable symbols for a job. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D24999

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:53 +00:00
Justin Wood
2878e64f81 Bug 1352113 - Shippable Builds - Account for new declarative artifacts work. r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D24831

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:51 +00:00
Justin Wood
ef886368fa Bug 1352113 - Shippable Builds - Update index routes for shippable. Try to be backwards compat where possible. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D24829

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:44 +00:00
Justin Wood
824c71f374 Bug 1352113 - Remove nightly build types replaced by shippable. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D24700

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:42 +00:00
Justin Wood
07e0d66261 Bug 1352113 - Shippable Builds - Support shippable where 'nightly' is used. r=aki
Makes most kinds that reference nightly attribute reference the shippable attribute.
Also makes most transforms that use nightly use shippable

Transfers dependencies/ownership for some things to shippable from nightly where it was harder to support both.

In no particular order, full list:
Send shippable attribute down to dep tasks.
Set tests as shippable attribute
Add new signing routes
Add shippable routes to repackage_routes transform
Adjust target tasks
Add shippable nightly-l10n
Add nightly-signing and as a side affect add repackage and repackage-signing
Add support for proper balrog platforms for shippable
Add shippable to the nightly sccache guard
Fix TC_PLATFORM_PER_FTP in partners.py to use shippable
Add shippable to mozharness_test variants
Only actually used for android which doesn't have shippable at this time.
Add shippable variant to beetmover transforms
Do nightly signing for mars on shippable
Support shippable in partner-repack transform
Support shippable in amo langpacks transform
Use proper signing for shippable tasks in repackage transforms
Set upload symbols to use shippable too
Use shippable as deps for geckodriver extraction
Use shippable as dep for autograph-stage signing
Do not run beetmover-l10n for shippable
Run shippable style jobs for repackage signing
Set build_platform for update verify and uvc to be shippable
Run repackage-msi for shippable
Add shippable to osx partner repack signing
add shippable to emefree repackage
add shippable to emefree repackage signing
add shippable to beetmover checksums
Add shippable to partner repack repackage signing
add partner repack beetmover
Add shippable to mar signing
Add shippable to mar-signing-l10n
add shippable to eme free beetmover checksums
Add shippable to upload-generated-sources
Add beetmover langpacks to shippable
Add repackage-l10n to shippable
Add shippable to partner repack chunk-dummy
Do eme free builds with shippable
Add signing of language packs to shippable
Add snap repackage for shippable
Add shippable for release-eme-free repack signing
Add partials for shippable
Add partner repack repackage for shippable
Add emefree beetmover for shippable
Add checksums-signing to shippable
Switch partner repacks to shippable
Add shippable to beetmover-repackage
Add secondary update verify configs for shippable
secondary update verify for shippable

Differential Revision: https://phabricator.services.mozilla.com/D24699

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:40 +00:00
Justin Wood
6b2c86f192 Bug 1352113 - Shippable Builds - make only-for-attributes accept any() instead of all() in the set. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23130

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:32 +00:00
Justin Wood
0f64497939 Bug 1352113 - Shippable Builds - Do not run any macosx64/opt or macosx64-qr/opt tests, leaving only shippable. r=jmaher
Jmaher indicated we do not have the test capacity to incur this as a duplicated set

Differential Revision: https://phabricator.services.mozilla.com/D23382

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:28 +00:00
Justin Wood
76c86fafc7 Bug 1352113 - Shippable Builds - Do not run opt-only OSX tests on integration trees. r=jmaher
This also relates to Bug 1522111 where we turned off opt tests in favor of pgo,
shippable is like the new pgo so do that.

This has a side affect of adding  talos-tp6-stylo-threads to inbound for
osx-shippable (previously was only on autoland).

This has no practical affect after D23382 is applied (because of lack of OSX capacity)

Differential Revision: https://phabricator.services.mozilla.com/D23129

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:26 +00:00
Justin Wood
f1a6a5db77 Bug 1352113 - Shippable Builds - Don't run OSX opt builds by default on integration trees. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23128

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:19 +00:00
Justin Wood
bd56d73c14 Bug 1352113 - Shippable Builds - Do not do linux pgo either. r=jmaher,aki
Differential Revision: https://phabricator.services.mozilla.com/D23126

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:15 +00:00
Justin Wood
b830915d9e Bug 1352113 - Shippable Builds - Do not run linux32/opt tests, we now run them for linux32-shippable/opt. r=jmaher
Should there end up being a need we can back out this patch and let them run, but :jmaher indicated
he was happy with dropping them entirely and not duplicating.

Differential Revision: https://phabricator.services.mozilla.com/D23383

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:13 +00:00
Justin Wood
b805e9ab6e Bug 1352113 - Shippable Builds - Do not do linux32/opt build on integration. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23248

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:05 +00:00
Justin Wood
631c99534f Bug 1352113 - Shippable Builds - Remove windows pgo entirely. r=jmaher,aki
Differential Revision: https://phabricator.services.mozilla.com/D23125

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:03 +00:00
Justin Wood
5eb55287d4 Bug 1352113 - Shippable Builds - Make source-test depend on shippable instead of pgo. r=aki
This is useful in order to not have to run linux64/opt on push, especially on autoland/inbound
when we need a source test. It is also required if we remove the linux64-pgo build type entirely.

Differential Revision: https://phabricator.services.mozilla.com/D23124

--HG--
extra : moz-landing-system : lando
2019-03-27 13:45:01 +00:00
Justin Wood
1862e94087 Bug 1352113 - Shippable Builds - Switch l10n jobs to be based on shippable builds. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23123

--HG--
extra : moz-landing-system : lando
2019-03-27 13:44:54 +00:00
Justin Wood
20a16057bf Bug 1352113 - Shippable Builds - Adjust tests to align shippable sets with what was on pgo (where pgo exists) and opt. r=jmaher
I did a bunch of manual testing with this, the biggest uncertainties lie around beta and central/nightly.

We are adding shippable-qr to beta because of replacing nightly too.

Autoland and inbound should have the same sets of tasks.

beta -
    - adds mochitest-plain-headless-{1..4} to beta (not currently run)
    - adds raptor to run on shippable for beta
        - currently runs on opt on beta, and for nightly tasks on beta only webaudio-chrome runs.
    - adds talos to shippable tasks, on beta talos only runs against opt.

central -
    - adds browser-screenshots to nightly graph
    - adds mochitest-plain-headless-{1..4} to nightly graph
    - adds browser-instrumentation to shippable

Differential Revision: https://phabricator.services.mozilla.com/D23122

--HG--
extra : moz-landing-system : lando
2019-03-27 13:44:52 +00:00
Justin Wood
c2c2e315d0 Bug 1352113 - Shippable Builds - Start explicitly running shippable jobs per-push. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22834

--HG--
extra : moz-landing-system : lando
2019-03-27 13:44:44 +00:00
Justin Wood
d15920ea54 Bug 1352113 - Shippable Builds - utilize run-on-projects more for previously excluded tests. r=jmaher
Effectively back out much of the run on projects from D22710
This also has the added affect of scheduling the shippable builds to run because of dependencies.

Differential Revision: https://phabricator.services.mozilla.com/D22833

--HG--
extra : moz-landing-system : lando
2019-03-27 13:44:42 +00:00
Justin Wood
0747ba07ce Bug 1352113 - Shippable Builds - allow raptor tests to run for shippable (ends up scheduling shippable builds, due to deps. r=jmaher
raptor-chrome is Google Chrome and only needs to run once per day, so mozilla-central pushes and try.
raptor-profiling is primarily for devs to have up to date profile information and it too only needs to run once per day.

TODO is to try and find a clean way to make them only run when we trigger Nightlies rather than every m-c push.

Differential Revision: https://phabricator.services.mozilla.com/D22832

--HG--
extra : moz-landing-system : lando
2019-03-27 13:44:35 +00:00
Marian Raiciof
e2de20e8a8 Bug 1536095 - Add aframe.io Animation page to tp6-m r=davehunt,rwood
Bug 1536095 - Add aframe.io Animation page to tp6-m

Differential Revision: https://phabricator.services.mozilla.com/D23862

--HG--
extra : moz-landing-system : lando
2019-03-29 14:41:31 +00:00
Chris AtLee
4fa0b916d6 Bug 1539905: Cache yaml loading r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D25273

--HG--
extra : moz-landing-system : lando
2019-03-29 07:34:33 +00:00
Florin Strugariu
5ef71add7a Bug 1457274 Upgrade mitmproxy in production r=rwood,tarek
Differential Revision: https://phabricator.services.mozilla.com/D21374

--HG--
rename : testing/raptor/raptor/playback/alternate-server-replay.py => testing/raptor/raptor/playback/alternate-server-replay-2.0.2.py
extra : moz-landing-system : lando
2019-03-29 09:54:53 +00:00
Cosmin Sabou
3a5289bd45 Backed out 2 changesets (bug 1529774) for android mochitest failures on test_profile_worker.html.
Backed out changeset 334d8f9c9995 (bug 1529774)
Backed out changeset d3f27592a382 (bug 1529774)
2019-03-27 04:00:50 +02:00
Cosmin Sabou
6dc6fb4506 Bug 1529774 - Fix Android webrender bustages. r=glandium 2019-03-27 03:25:27 +02:00
Thomas Daede
017147c0f4 Bug 1520163 - Remove nasm debian package. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D20041

--HG--
extra : moz-landing-system : lando
2019-03-26 00:05:00 +00:00
Mike Hommey
edf28c4d07 Bug 1529774 - Upgrade builders to rust 1.33. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D24830

--HG--
extra : moz-landing-system : lando
2019-03-26 13:22:07 +00:00
Cosmin Sabou
a93c1714d4 Backed out 19 changesets (bug 1352113) for causing upload symbol bustages. CLOSED TREE
Backed out changeset 4943b23813fe (bug 1352113)
Backed out changeset 4b9413d05816 (bug 1352113)
Backed out changeset 3e2b6a495e8c (bug 1352113)
Backed out changeset 51ab82722846 (bug 1352113)
Backed out changeset 4b027c970719 (bug 1352113)
Backed out changeset 6b65273fab78 (bug 1352113)
Backed out changeset d7deec98601a (bug 1352113)
Backed out changeset b95b3f4e5243 (bug 1352113)
Backed out changeset 7cefe92f88d5 (bug 1352113)
Backed out changeset f64dfaf86a2e (bug 1352113)
Backed out changeset 686c228e3579 (bug 1352113)
Backed out changeset dd2eddef8b43 (bug 1352113)
Backed out changeset fc16a3ecfe68 (bug 1352113)
Backed out changeset b31cbe91bdf7 (bug 1352113)
Backed out changeset 694eac65a72e (bug 1352113)
Backed out changeset 6044aedac9c4 (bug 1352113)
Backed out changeset 456538d78b36 (bug 1352113)
Backed out changeset 01699fb72384 (bug 1352113)
Backed out changeset 4a2e544fea0d (bug 1352113)
2019-03-26 22:26:29 +02:00
Justin Wood
90f9bb269f Bug 1352113 - Shippable Builds - Account for new declarative artifacts work. r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D24831

--HG--
extra : moz-landing-system : lando
2019-03-26 10:46:55 +00:00
Justin Wood
b06107746e Bug 1352113 - Shippable Builds - Update index routes for shippable. Try to be backwards compat where possible. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D24829

--HG--
extra : moz-landing-system : lando
2019-03-26 02:10:53 +00:00
Justin Wood
ca60dbfe30 Bug 1352113 - Remove nightly build types replaced by shippable. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D24700

--HG--
extra : moz-landing-system : lando
2019-03-26 01:37:10 +00:00
Justin Wood
417805e566 Bug 1352113 - Shippable Builds - Support shippable where 'nightly' is used. r=aki
Makes most kinds that reference nightly attribute reference the shippable attribute.
Also makes most transforms that use nightly use shippable

Transfers dependencies/ownership for some things to shippable from nightly where it was harder to support both.

In no particular order, full list:
Send shippable attribute down to dep tasks.
Set tests as shippable attribute
Add new signing routes
Add shippable routes to repackage_routes transform
Adjust target tasks
Add shippable nightly-l10n
Add nightly-signing and as a side affect add repackage and repackage-signing
Add support for proper balrog platforms for shippable
Add shippable to the nightly sccache guard
Fix TC_PLATFORM_PER_FTP in partners.py to use shippable
Add shippable to mozharness_test variants
Only actually used for android which doesn't have shippable at this time.
Add shippable variant to beetmover transforms
Do nightly signing for mars on shippable
Support shippable in partner-repack transform
Support shippable in amo langpacks transform
Use proper signing for shippable tasks in repackage transforms
Set upload symbols to use shippable too
Use shippable as deps for geckodriver extraction
Use shippable as dep for autograph-stage signing
Do not run beetmover-l10n for shippable
Run shippable style jobs for repackage signing
Set build_platform for update verify and uvc to be shippable
Run repackage-msi for shippable
Add shippable to osx partner repack signing
add shippable to emefree repackage
add shippable to emefree repackage signing
add shippable to beetmover checksums
Add shippable to partner repack repackage signing
add partner repack beetmover
Add shippable to mar signing
Add shippable to mar-signing-l10n
add shippable to eme free beetmover checksums
Add shippable to upload-generated-sources
Add beetmover langpacks to shippable
Add repackage-l10n to shippable
Add shippable to partner repack chunk-dummy
Do eme free builds with shippable
Add signing of language packs to shippable
Add snap repackage for shippable
Add shippable for release-eme-free repack signing
Add partials for shippable
Add partner repack repackage for shippable
Add emefree beetmover for shippable
Add checksums-signing to shippable
Switch partner repacks to shippable
Add shippable to beetmover-repackage
Add secondary update verify configs for shippable
secondary update verify for shippable

Differential Revision: https://phabricator.services.mozilla.com/D24699

--HG--
extra : moz-landing-system : lando
2019-03-26 01:37:06 +00:00
Justin Wood
ad86445b8c Bug 1352113 - Shippable Builds - make only-for-attributes accept any() instead of all() in the set. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23130

--HG--
extra : moz-landing-system : lando
2019-03-26 01:37:04 +00:00
Justin Wood
0d5ad641b4 Bug 1352113 - Shippable Builds - Do not run any macosx64/opt or macosx64-qr/opt tests, leaving only shippable. r=jmaher
Jmaher indicated we do not have the test capacity to incur this as a duplicated set

Differential Revision: https://phabricator.services.mozilla.com/D23382

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:59 +00:00
Justin Wood
b834cde2b3 Bug 1352113 - Shippable Builds - Do not run opt-only OSX tests on integration trees. r=jmaher
This also relates to Bug 1522111 where we turned off opt tests in favor of pgo,
shippable is like the new pgo so do that.

This has a side affect of adding  talos-tp6-stylo-threads to inbound for
osx-shippable (previously was only on autoland).

This has no practical affect after D23382 is applied (because of lack of OSX capacity)

Differential Revision: https://phabricator.services.mozilla.com/D23129

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:57 +00:00
Justin Wood
53f239314d Bug 1352113 - Shippable Builds - Don't run OSX opt builds by default on integration trees. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23128

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:55 +00:00
Justin Wood
cb88c95011 Bug 1352113 - Shippable Builds - Do not do linux pgo either. r=jmaher,aki
Differential Revision: https://phabricator.services.mozilla.com/D23126

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:47 +00:00
Justin Wood
91055117ad Bug 1352113 - Shippable Builds - Do not run linux32/opt tests, we now run them for linux32-shippable/opt. r=jmaher
Should there end up being a need we can back out this patch and let them run, but :jmaher indicated
he was happy with dropping them entirely and not duplicating.

Differential Revision: https://phabricator.services.mozilla.com/D23383

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:45 +00:00
Justin Wood
fea57e789c Bug 1352113 - Shippable Builds - Do not do linux32/opt build on integration. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23248

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:43 +00:00
Justin Wood
dd873e2248 Bug 1352113 - Shippable Builds - Remove windows pgo entirely. r=jmaher,aki
Differential Revision: https://phabricator.services.mozilla.com/D23125

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:41 +00:00
Justin Wood
bb85836dc6 Bug 1352113 - Shippable Builds - Make source-test depend on shippable instead of pgo. r=aki
This is useful in order to not have to run linux64/opt on push, especially on autoland/inbound
when we need a source test. It is also required if we remove the linux64-pgo build type entirely.

Differential Revision: https://phabricator.services.mozilla.com/D23124

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:39 +00:00
Justin Wood
4a2189a8fa Bug 1352113 - Shippable Builds - Switch l10n jobs to be based on shippable builds. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23123

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:37 +00:00
Justin Wood
32feb31df5 Bug 1352113 - Shippable Builds - Adjust tests to align shippable sets with what was on pgo (where pgo exists) and opt. r=jmaher
I did a bunch of manual testing with this, the biggest uncertainties lie around beta and central/nightly.

We are adding shippable-qr to beta because of replacing nightly too.

Autoland and inbound should have the same sets of tasks.

beta -
    - adds mochitest-plain-headless-{1..4} to beta (not currently run)
    - adds raptor to run on shippable for beta
        - currently runs on opt on beta, and for nightly tasks on beta only webaudio-chrome runs.
    - adds talos to shippable tasks, on beta talos only runs against opt.

central -
    - adds browser-screenshots to nightly graph
    - adds mochitest-plain-headless-{1..4} to nightly graph
    - adds browser-instrumentation to shippable

Differential Revision: https://phabricator.services.mozilla.com/D23122

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:35 +00:00
Justin Wood
00acc96f73 Bug 1352113 - Shippable Builds - Start explicitly running shippable jobs per-push. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22834

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:33 +00:00
Justin Wood
04cfff3a1e Bug 1352113 - Shippable Builds - utilize run-on-projects more for previously excluded tests. r=jmaher
Effectively back out much of the run on projects from D22710
This also has the added affect of scheduling the shippable builds to run because of dependencies.

Differential Revision: https://phabricator.services.mozilla.com/D22833

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:31 +00:00
Justin Wood
55e2cf8c4a Bug 1352113 - Shippable Builds - allow raptor tests to run for shippable (ends up scheduling shippable builds, due to deps. r=jmaher
raptor-chrome is Google Chrome and only needs to run once per day, so mozilla-central pushes and try.
raptor-profiling is primarily for devs to have up to date profile information and it too only needs to run once per day.

TODO is to try and find a clean way to make them only run when we trigger Nightlies rather than every m-c push.

Differential Revision: https://phabricator.services.mozilla.com/D22832

--HG--
extra : moz-landing-system : lando
2019-03-26 01:36:29 +00:00
Julian Descottes
84e0af7fe4 Bug 1521752 - Create jest test for aboutdebugging-new Message component;r=ladybenko
Depends on D24146
Example of a try run with tests running:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cca3978c6e3eb042c59e62b25b1946219cf3d74a&selectedJob=235873038

Differential Revision: https://phabricator.services.mozilla.com/D24721

--HG--
rename : devtools/client/framework/test/jest/.eslintrc.js => devtools/client/aboutdebugging-new/test/jest/.eslintrc.js
rename : devtools/client/framework/test/jest/README.md => devtools/client/aboutdebugging-new/test/jest/README.md
rename : devtools/client/framework/test/jest/jest.config.js => devtools/client/aboutdebugging-new/test/jest/jest.config.js
rename : devtools/client/framework/test/jest/package.json => devtools/client/aboutdebugging-new/test/jest/package.json
extra : moz-landing-system : lando
2019-03-26 17:16:41 +00:00
Julian Descottes
051a5b258f Bug 1521752 - Run other DevTools jest tests on try;r=jlast,ahal
Depends on D24145.

Differential Revision: https://phabricator.services.mozilla.com/D24146

--HG--
extra : moz-landing-system : lando
2019-03-26 17:20:48 +00:00
Bogdan Tara
f81aa92481 Backed out 3 changesets (bug 1536804) for /css/css-* failures CLOSED TREE
Backed out changeset e8758002d7d4 (bug 1536804)
Backed out changeset 795287b1e059 (bug 1536804)
Backed out changeset 9a680e886248 (bug 1536804)
2019-03-26 18:41:16 +02:00
James Graham
80422ff0e3 Bug 1536804 - Add a task for summarising wpt metadata, r=ahal
This task runs on wpt metadata changes and uploads an artifact
containing the summarised metadata.

Depends on D24178

Differential Revision: https://phabricator.services.mozilla.com/D24179

--HG--
extra : moz-landing-system : lando
2019-03-21 14:44:13 +00:00
Calixte Denizet
6d1edba8ae Bug 1519825: Update grcov to version 0.4.3 on macosx r=marco
The patch https://phabricator.services.mozilla.com/D16465 just updated windows and linux version of grcov, so here we update macosx version too.

Differential Revision: https://phabricator.services.mozilla.com/D24753

--HG--
extra : moz-landing-system : lando
2019-03-25 18:34:39 +00:00
Calixte Denizet
44a8c68d93 Bug 1519825 - Update grcov to revision 9214a916805838265764f9c69eaed657ea3db021 r=marco
This revision corresponds to grcov 0.4.2

Differential Revision: https://phabricator.services.mozilla.com/D16465

--HG--
extra : moz-landing-system : lando
2019-03-25 17:07:23 +00:00
Tom Prince
760bc6804e Bug 1538134: [mozharness] Set repository path in taskcluster; r=aki
Taskcluster has authorative information about the repository being built, so
pass that to mozharness, rather than have mozharness reconstruct it from
hand-maintained mozharness config.

Differential Revision: https://phabricator.services.mozilla.com/D24561

--HG--
extra : moz-landing-system : lando
2019-03-25 16:00:14 +00:00
Bastien Abadie
51d9cea5cd Bug 1536839 - Add json formatter to ./mach clang-format, r=ahal,marco
Depends on D24193

Differential Revision: https://phabricator.services.mozilla.com/D24194

--HG--
extra : moz-landing-system : lando
2019-03-25 15:02:44 +00:00
Mihai Tabara
3c69d90f40 Bug 1535679 - switch Firefox nightlies to declarative artifacts. r=sfraser a=release
Linter fixes.

Differential Revision: https://phabricator.services.mozilla.com/D24214

--HG--
extra : moz-landing-system : lando
2019-03-25 13:48:54 +00:00
ffxbld
3f834cdb15 No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D24676

--HG--
extra : moz-landing-system : lando
2019-03-25 11:07:49 +00:00
Bastien Abadie
9b8eb1ef99 Bug 1536836 - Support multiple formatters with file output in ./mach lint, r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D24193

--HG--
extra : moz-landing-system : lando
2019-03-25 09:16:14 +00:00
Rob Wood
17dec601e9 Bug 1533423 - Raptor cold page-load support for Firefox android geckoview; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D24464

--HG--
extra : moz-landing-system : lando
2019-03-22 15:27:27 +00:00
shindli
b3ac60ff06 Merge inbound to mozilla-central. a=merge 2019-03-23 11:47:34 +02:00
Mike Hommey
8d38f2020f Bug 1527463 - Apply same changes as win64-aarch64 nightlies to the shippable builds. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D24573
2019-03-23 09:29:25 +09:00
Mike Hommey
d77900a882 Bug 1527463 - Enable EME on win64-aarch64 nightlies. r=tomprince
Bug 1534522 added win64-aarch64-eme/opt builds, which are artifact builds
that glue together a win64-aarch64/opt build and a win32/opt build.

This enables EME on the corresponding nightlies in a slightly different
way:
- this adds a no-eme build that corresponds to win64-aarch64/opt.
- this turns the existing nightly into an artifact build that glues
  together that no-eme build and the win32 nightly.

The no-eme build cannot have the nightly attribute set, first because
the beetmover transform fails in that case, and because that would imply
shipping those builds, but they're not meant to be shipped this way.

It also has run-on-projects set to an empty list so that it doesn't
appear by default in `mach try fuzzy`, while still being triggered when
needed due to being a dependency of the nightly build.

It is preferable to keep the win64-aarch64{,-eme}/opt builds untouched
to make things easier for try (the win64-aarch64 ones being the main
ones to try; also, the -eme builds currently fail with --artifacts).

Ideally, like in bug 1534522, we'd add a diffoscope build to ensure
the variations between the nightly and its base no-eme build are within
control, but currently, that would trigger nightlies on every push,
which is not desirable. Ideally, they'd trigger whenever both their
dependencies are in the target task graph. We leave that to a followup.

Differential Revision: https://phabricator.services.mozilla.com/D23640
2019-03-23 09:29:24 +09:00
championshuttler
677714a968 Bug 1536103 - Fix Sphinx Warning - Title Underline too short in 'mach doc'. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D24536

--HG--
extra : moz-landing-system : lando
2019-03-22 19:30:34 +00:00
Tom Prince
dafb7d27e6 Bug 1536882: Stop specifying installer to download in windows L10n jobs; r=Callek
The code that actually downloads it is behind a condition that isn't set
anywhere.

Differential Revision: https://phabricator.services.mozilla.com/D24215

--HG--
extra : moz-landing-system : lando
2019-03-22 13:44:05 +00:00
Tom Prince
3cd07d3160 No bug: [diffoscope] Output an empty diff if the files do not differ; r=glandium
Currently, if the files match and you try to look at the diff, you get

   {
       "reason": "file-missing-on-worker",
       "message": "Artifact \"public/diff.html\" not found at \"/builds/worker/diff.html\""
   }

which makes it hard to tell if there was an error generating a diff, or if the files matched.
This changes things to ask diffoscope to always output a diff, to remedy that confusion.

Differential Revision: https://phabricator.services.mozilla.com/D24316

--HG--
extra : moz-landing-system : lando
2019-03-22 13:23:23 +00:00
Kartikaya Gupta
741672fb85 Bug 1538198 - Trigger a bugzilla-components job along with the searchfox indexing jobs. r=emilio
Searchfox relies on the bugzilla component job running on the same push
as the indexing jobs, but there's nothing that actually guarantees that.
Thus far pushes to m-c pretty much always have source changes so the
bugzilla component job gets run, but on beta/release branches it's
possible to get pushes with just tag changes and no source changes, so
the bugzilla component job would get optimized away. This patch ensures
that the job gets run along with the other indexing jobs that searchfox
needs.

Differential Revision: https://phabricator.services.mozilla.com/D24507

--HG--
extra : moz-landing-system : lando
2019-03-22 14:53:01 +00:00
Andreea Pavel
ca2f9536a8 No Bug - fix leftover from the merge conflict on a CLOSED TREE
--HG--
extra : rebase_source : 4ec06e78b9940e077b880426d28139d91da59a96
2019-03-22 15:47:18 +02:00
Andreea Pavel
9bdad35860 No bug - delete conflict marker 2019-03-22 12:46:22 +02:00
Andreea Pavel
74a4769236 Merge mozilla-central to autoland 2019-03-22 12:37:25 +02:00
Andreea Pavel
c1f948c75f Backed out 2 changesets (bug 1527463) for bustages a=backout
Backed out changeset 74b3bf36f5e8 (bug 1527463)
Backed out changeset 235af3330b73 (bug 1527463)
2019-03-22 12:09:57 +02:00
Andreea Pavel
94df8050c7 Bug 1352113 - fix duplicate key on a CLOSED TREE
--HG--
extra : rebase_source : 5da1b1f465af0259b805f4ab495c468c5e1baa74
2019-03-22 11:26:58 +02:00
Justin Wood
52cc42455b Bug 1352113 - Shippable Builds - Consolidate raptor-chrome options up to job-defaults to reduce boilerplate spread throughout. r=jmaher
This does not change the substance of what is passed down to transforms.

Differential Revision: https://phabricator.services.mozilla.com/D22831

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:46 +00:00
Justin Wood
2befe5e75b Bug 1352113 - Shippable Builds - add shippable index. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22240

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:44 +00:00
Justin Wood
bef2e172d1 Bug 1352113 - Shippable Builds - Add more new/old conversions for SETA. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22239

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:42 +00:00
Justin Wood
a9599e47f4 Bug 1352113 - Shippable Builds - Significantly speedup SETA computation by using sets. r=jmaher
Without this the shippable builds take >20 seconds to compute the prune through new_as_old_is_high_value, locally. With this it is near instant.

Differential Revision: https://phabricator.services.mozilla.com/D22711

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:40 +00:00
Justin Wood
cc220848b6 Bug 1352113 - Shippable Builds - Refactor SETA old->new handling a bit, to make it clearer. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22238

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:38 +00:00
Justin Wood
d23a3c5b36 Bug 1352113 - Shippable Builds - add shippable qr variants for osx, linux and windows. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22237

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:36 +00:00
Justin Wood
cc86da7584 Bug 1352113 - Shippable Builds - Win10 Tests. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22236

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:34 +00:00
Justin Wood
04ae5a13a1 Bug 1352113 - Shippable Builds - Win7 Tests. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22235

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:32 +00:00
Justin Wood
de08c2e3fb Bug 1352113 - Shippable Builds - Linux64 Tests. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22234

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:30 +00:00
Justin Wood
353bc8db92 Bug 1352113 - Shippable Builds - Linux32 Tests. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22233

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:28 +00:00
Justin Wood
186ee7963d Bug 1352113 - Shippable Builds - OSX tests. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22232

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:26 +00:00
Justin Wood
170f7747b6 Bug 1352113 - Shippable Builds - Add test run-on-projects to avoid scheduling shippable just yet. r=jmaher
This sets all of the shippable tests to not run in the places where they would otherwise.
This patch will be effectively undone later in the patchset.

Differential Revision: https://phabricator.services.mozilla.com/D22710

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:24 +00:00
Justin Wood
6b114e430f Bug 1352113 - Shippable Builds - Make sure we sign shippable builds. r=aki
When we set the nightly attribute the tasks don't run on-push, so we use a new attribute.

Differential Revision: https://phabricator.services.mozilla.com/D22709

--HG--
extra : moz-landing-system : lando
2019-03-22 03:24:22 +00:00
Justin Wood
2fed95e853 Bug 1352113 - Shippable Builds - Add linux64 shippable builds. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22230

--HG--
extra : moz-landing-system : lando
2019-03-22 03:23:12 +00:00
Justin Wood
6c9f30beab Bug 1352113 - Shippable Builds - Add Linux32 shippable builds. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22229

--HG--
extra : moz-landing-system : lando
2019-03-22 03:23:10 +00:00
Justin Wood
e382f881c1 Bug 1352113 - Shippable Builds - Add windows64 aarch64 shippable. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22228

--HG--
extra : moz-landing-system : lando
2019-03-22 03:23:08 +00:00
Justin Wood
465c92a23d Bug 1352113 - Shippable Builds - Add windows64 shippable. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22227

--HG--
extra : moz-landing-system : lando
2019-03-22 03:23:01 +00:00
Justin Wood
4d76c197fe Bug 1352113 - Shippable Builds - Add windows32 shippable. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22226

--HG--
extra : moz-landing-system : lando
2019-03-22 03:22:59 +00:00
Justin Wood
8d22d54e8c Bug 1352113 - Shippable Builds - OSX Build. r=aki
This commit adds a new build for OSX since there is no current PGO build type for OSX.
And calls it shippable, this mirrors that of the nightly.

Differential Revision: https://phabricator.services.mozilla.com/D22225

--HG--
extra : moz-landing-system : lando
2019-03-22 03:22:51 +00:00
Justin Wood
224d0be3ef Bug 1352113 - Shippable Builds - Add index builder, but don't do any index's yet. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22224

--HG--
extra : moz-landing-system : lando
2019-03-22 03:22:49 +00:00
Justin Wood
94d4e53251 Bug 1352113 - Shippable Builds - Do not run merge on by-* values. r=tomprince
This was needed since when we have job-defaults and later on a test set for
``
run-on-projects:
    by-test-platform:
        ...
``
We were ending up with both the list of by-* being extended but also
any array in that list also being extended (like `default: ['a', 'b']`
was getting extended to also have the new values for default)

This is not only usually wrong but very very likely not what the author wanted.

Differential Revision: https://phabricator.services.mozilla.com/D22708

--HG--
extra : moz-landing-system : lando
2019-03-22 03:22:42 +00:00
Tom Prince
b7b0abc340 Bug 1491371: [comm-task-env] Pass wrapped command name as argv[0]; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D24415

--HG--
rename : taskcluster/scripts/comm-task-env => taskcluster/docker/decision/comm-task-env
extra : moz-landing-system : lando
2019-03-21 20:05:56 +00:00
shindli
987aa4b78c Merge autoland to mozilla-central. a=merge 2019-03-21 06:33:42 +02:00
Mike Hommey
52462938e1 Bug 1527463 - Enable EME on win64-aarch64 nightlies. r=tomprince, a=CristianB
Bug 1534522 added win64-aarch64-eme/opt builds, which are artifact builds
that glue together a win64-aarch64/opt build and a win32/opt build.

This enables EME on the corresponding nightlies in a slightly different
way:
- this adds a no-eme build that corresponds to win64-aarch64/opt.
- this turns the existing nightly into an artifact build that glues
  together that no-eme build and the win32 nightly.

The no-eme build cannot have the nightly attribute set, first because
the beetmover transform fails in that case, and because that would imply
shipping those builds, but they're not meant to be shipped this way.

It also has run-on-projects set to an empty list so that it doesn't
appear by default in `mach try fuzzy`, while still being triggered when
needed due to being a dependency of the nightly build.

It is preferable to keep the win64-aarch64{,-eme}/opt builds untouched
to make things easier for try (the win64-aarch64 ones being the main
ones to try; also, the -eme builds currently fail with --artifacts).

Ideally, like in bug 1534522, we'd add a diffoscope build to ensure
the variations between the nightly and its base no-eme build are within
control, but currently, that would trigger nightlies on every push,
which is not desirable. Ideally, they'd trigger whenever both their
dependencies are in the target task graph. We leave that to a followup.

Differential Revision: https://phabricator.services.mozilla.com/D23640
2019-03-21 09:11:19 +09:00
Bastien Abadie
9e0cc34738 Bug 1535355 - Add clang-tidy & clang-format in CI for code-review, r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D23524

--HG--
extra : moz-landing-system : lando
2019-03-19 14:42:32 +00:00
Mike Shal
28e60232f7 Bug 632954 - Enable tests on Android PGO; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22827

--HG--
extra : moz-landing-system : lando
2019-03-18 23:53:38 +00:00
Mike Shal
d07bfb450e Bug 632954 - Add final Android PGO task; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D22826

--HG--
extra : moz-landing-system : lando
2019-03-18 23:53:31 +00:00
Mike Shal
de76c53a4e Bug 632954 - Add Android profile generation task; r=tomprince,gbrown
This introduces a mozharness script, android_emulator_pgo.py, to run the
profileserver suite with the PGO-instrumented Android build, and collect
the profile data and jarlog.

The mozharness script contains some redundancy with
build/pgo/profileserver.py, but the additional requirements for Android
to use adb and existing mozharness classes to control the emulator made
it difficult to share the desktop profileserver implementation.

Differential Revision: https://phabricator.services.mozilla.com/D22825

--HG--
extra : moz-landing-system : lando
2019-03-18 23:53:29 +00:00
Mike Shal
9a90619e08 Bug 632954 - Add Android PGO-instrumented build task; r=tomprince
This is the first stage of the Android PGO task pipeline to generate an
instrumented build.

Differential Revision: https://phabricator.services.mozilla.com/D22824

--HG--
extra : moz-landing-system : lando
2019-03-18 23:53:19 +00:00