Commit Graph

5887 Commits

Author SHA1 Message Date
Dustin J. Mitchell
4a285209e4 Bug 1539631 - ignore 409 errors cancelling tasks; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D28899

--HG--
extra : moz-landing-system : lando
2019-04-30 19:16:12 +00:00
Andi-Bogdan Postelnicu
ed1fbb0c1c Bug 1552133 - [Coverity] Use clang-7 for coverity analysis. r=bastien
Differential Revision: https://phabricator.services.mozilla.com/D31413

--HG--
extra : moz-landing-system : lando
2019-05-16 11:52:49 +00:00
Joel Maher
ec5f3f9ae1 Bug 1551957 - Allow for osx 10.14 in CI for source tasks. r=ahal
Allow for osx 10.14 in CI for source tasks.

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

--HG--
extra : moz-landing-system : lando
2019-05-15 21:04:57 +00:00
Tom Prince
e03ddc13fa Bug 1551738: [release] Add esr68 release-type, and corresponding branch and scriprworker configuration; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D31188

--HG--
extra : moz-landing-system : lando
2019-05-15 18:11:28 +00:00
Tom Prince
40f56fa87b Bug 1551738: Don't try to generate stub installer on esr branches; r=Callek
They don't get built on ESR, so don't indicate to taskcluster that we do.

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

--HG--
extra : moz-landing-system : lando
2019-05-15 19:10:23 +00:00
Tom Prince
8278e0ebdc Bug 1551738: [release] Match on esr.* instead of esr60 in a bunch of generic places; r=Callek
These are all places where the configuration is unlikely to change between major ESR versions,
or in many of them, between beta, release and esr.

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

--HG--
extra : moz-landing-system : lando
2019-05-15 18:09:22 +00:00
Dustin J. Mitchell
850305dbcc Bug 1547781 - test that .taskcluster.yml renders; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D29269

--HG--
extra : moz-landing-system : lando
2019-04-30 13:48:05 +00:00
Tom Prince
6752f52807 Bug 1551739: [taskgraph] Move update-verify tasks to shippable platform; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D31162

--HG--
extra : moz-landing-system : lando
2019-05-15 18:01:06 +00:00
Tom Prince
5c1895414f Bug 1551738: [release] Get channel for update-verify task from config task; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D31161

--HG--
extra : moz-landing-system : lando
2019-05-15 18:03:46 +00:00
Tom Prince
8c5f40229c Bug 1551738: Add a helper to extract the task name from the final task; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D31160

--HG--
extra : moz-landing-system : lando
2019-05-15 18:04:47 +00:00
Tom Prince
cb6a48a553 Bug 1551739: [taskcluster] Use inherit_from_treeherder in langpack tasks; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D31159

--HG--
extra : moz-landing-system : lando
2019-05-15 17:54:13 +00:00
Dustin J. Mitchell
a0fa39acc2 Bug 1545862 - translate aws-provisioner-v1 to ec2 except for existing deployment r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D29493

--HG--
extra : moz-landing-system : lando
2019-05-15 17:38:56 +00:00
Dustin J. Mitchell
c538204758 Bug 1545862 - refactor to generalize worker-type aliasing r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D29129

--HG--
extra : moz-landing-system : lando
2019-05-15 17:40:02 +00:00
Bogdan Tara
511a59f4bc Backed out 2 changesets (bug 1545862) for geko decision bustage CLOSED TREE
Backed out changeset 0d390c4c20d6 (bug 1545862)
Backed out changeset 29e91bd3091d (bug 1545862)
2019-05-15 18:41:00 +03:00
Dustin J. Mitchell
4fe0ceba60 Bug 1545862 - translate aws-provisioner-v1 to ec2 except for existing deployment r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D29493

--HG--
extra : moz-landing-system : lando
2019-05-15 15:14:15 +00:00
Dustin J. Mitchell
cecb0b67ab Bug 1545862 - refactor to generalize worker-type aliasing r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D29129

--HG--
extra : moz-landing-system : lando
2019-05-15 14:52:47 +00:00
Chris AtLee
2ae1754b27 Bug 1520591: switch gpg signing to autograph r=aki
Differential Revision: https://phabricator.services.mozilla.com/D31135

--HG--
extra : moz-landing-system : lando
2019-05-15 13:17:26 +00:00
Ionut Goldan
3f3ec9cdce Bug 1547245 - Use platform appropriate targets for Fenix & Reference Browser r=perftest-reviewers,rwood,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D30485

--HG--
extra : moz-landing-system : lando
2019-05-14 19:02:55 +00:00
shindli
ca765c6308 Backed out changeset 632f66ae2b39 (bug 1520591) for causing linting failures in /builds/worker/checkouts/gecko/taskcluster/taskgraph/transforms/checksums_signing.py CLOSED TREE 2019-05-15 01:39:36 +03:00
Chris AtLee
a9eeb8e3c8 Bug 1520591: switch gpg signing to autograph r=aki
Differential Revision: https://phabricator.services.mozilla.com/D31135

--HG--
extra : moz-landing-system : lando
2019-05-14 21:36:08 +00:00
Joel Maher
ff22bbc199 Bug 1550826 - add initial support for osx mojave 10.14 to our CI. r=ahal
add initial support for osx mojave 10.14 to our CI.

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

--HG--
extra : moz-landing-system : lando
2019-05-14 18:33:12 +00:00
Tom Ritter
c3fd97897f Bug 1550866 - Support try syntax '-p foo,bar,bob -u all[all]' to run Tier 2 tests on all platforms specified r=catlee
Differential Revision: https://phabricator.services.mozilla.com/D30720

--HG--
extra : moz-landing-system : lando
2019-05-14 19:53:44 +00:00
Kartikaya Gupta
e23526209c Bug 1545968 - Update repack_rust.py to include rust stdlib src and analysis data. r=glandium
This makes the rust toolchain artifacts contain the rust stdlib as well,
for use by searchfox. It does bring up the size of the toolchain
artifact slightly - rustc.tar.xz file for the Linux/rust 1.34 job for
example goes from 270483672 bytes to 273803148 bytes (1.23% larger) and
the equivalent android tarball goes from 230503888 to 235698736 bytes
(2.25% larger).

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

--HG--
extra : moz-landing-system : lando
2019-05-14 17:30:55 +00:00
alexandru.ionescu
86667830de Bug 1551194 Fix --test extra-option on fennec tests r=perftest-reviewers,rwood,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D30915

--HG--
extra : moz-landing-system : lando
2019-05-13 20:46:36 +00:00
Andi-Bogdan Postelnicu
7be18f3d26 Bug 1503453 - re-enable static-analysis autotest on win64 platform after migrating to clang-tidy 8. r=sylvestre
Also for checker `modernize-avoid-bind` export the respective reliability index from config.yaml

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

--HG--
extra : moz-landing-system : lando
2019-05-14 13:00:13 +00:00
Rob Thijssen
898299aa0d Bug 1549346 - toggle sccache gcs feature to always on r=chmanchester
partial revert of https://hg.mozilla.org/mozilla-central/rev/5b08dd3eeec9 where the gcs feature switch should have been to the win build only and always enabled rather than just when the SCCACHE_GCS_KEY_PATH variable is set.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 23:56:02 +00:00
Mike Hommey
e510881888 Bug 1548701 - Do no silence curl in get_and_diffoscope. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D30137

--HG--
extra : moz-landing-system : lando
2019-05-10 21:32:23 +00:00
Andrew Halberstadt
fb72cdde07 Bug 1550127 - [ci] Disable release and nightly tasks on ash, r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D30409

--HG--
extra : moz-landing-system : lando
2019-05-13 21:55:08 +00:00
Geoff Brown
167de4a58d Bug 1551226 - Run Android x86_64 7.0/debug mochitests; r=snorp
We can run /debug mochitests against geckoview for the cost of another dozen
or so test annotations. Both /opt and /debug mochitests are nearly worthy of
tier 1, but still waiting for bug 1534732.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 20:52:36 +00:00
Stephen Donner
2c218a311e Bug 1548689: Hook idle-power-usage tests up to CI. r=perftest-reviewers,rwood
Differential Revision: https://phabricator.services.mozilla.com/D30456

--HG--
extra : moz-landing-system : lando
2019-05-13 20:33:15 +00:00
Edwin Gao
f103a392a0 Bug 1550915 - task efficiency: re-balance reftest and reftest-no-accel chunking on linux r=gbrown
Changes:
- linux64 chunks reduced to 5 (from default 8)
- linux64 no-accel chunks reduced to 4 (from default 8)

All non-Linux chunks are untouched.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 19:18:48 +00:00
Emilio Cobos Álvarez
4e4121ea80 Bug 1551044 - Re-introduce debug symbols for noopt linux64 builds. r=froydnj
They were disabled in bug 1370129 because there were no use cases for them, but
there are use-cases for at least the linux64 ones :)

Let me know if you want me to enable them everywhere.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 16:05:07 +00:00
Rob Wood
a0cf1a68b5 Bug 1550553 - Move next few cold page load GVE suites to trunk/central/try; #perftest-reviewers r=perftest-reviewers,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D30669

--HG--
extra : moz-landing-system : lando
2019-05-10 18:07:02 +00:00
ffxbld
8e3d08807a No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D30886

--HG--
extra : moz-landing-system : lando
2019-05-13 13:38:57 +00:00
Florin Strugariu
3dc303757f Bug 1549948 Fenix jobs are failing with "activity class does not exist" r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D30359

--HG--
extra : moz-landing-system : lando
2019-05-13 07:30:08 +00:00
Julian Descottes
9af087cfa9 Bug 1535484 - Add proper logs for node-devtools test suite r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D30630

--HG--
extra : moz-landing-system : lando
2019-05-10 22:21:26 +00:00
Tom Prince
85e8be2031 Bug 1550816: Enforce consistent indenting in taskcluster yaml; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D30684

--HG--
extra : moz-landing-system : lando
2019-05-10 21:19:48 +00:00
Dorel Luca
a6a03d7eb9 Backed out changeset 865ec5a708ba (bug 1535484) for ESlint failure. CLOSED TREE 2019-05-10 20:08:37 +03:00
Julian Descottes
ae042decfb Bug 1535484 - Add proper logs for node-devtools test suite r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D30630

--HG--
extra : moz-landing-system : lando
2019-05-10 16:42:02 +00:00
Csoregi Natalia
7704517355 Backed out changeset f005c5114e06 (bug 1535484) for node devtools failures. CLOSED TREE 2019-05-10 17:48:51 +03:00
Julian Descottes
83aaa47d89 Bug 1535484 - Add proper logs for node-devtools test suite r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D30630

--HG--
extra : moz-landing-system : lando
2019-05-10 14:31:49 +00:00
Joel Maher
294dd5cc9a Bug 1539856 disable tp6-3 on windows ux laptops from running on autoland. r=davehunt
disable tp6-3 on windows ux laptops from running on autoland

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

--HG--
extra : moz-landing-system : lando
2019-05-10 13:35:50 +00:00
Andreea Pavel
f5f94453ae Backed out changeset ba9d948d404c (bug 1544470) for breaking raptor-chromium a=backout 2019-05-10 11:35:42 +03:00
Mike Shal
f6cd0b8528 Bug 1543215 - Enable PGO on Android aarch64 nightlies; r=firefox-build-system-reviewers,chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D30567

--HG--
extra : moz-landing-system : lando
2019-05-09 21:55:41 +00:00
Chris Hartjes
80fbae9239 Bug 1544470 - Added in code that can be used to take a snapshot of CPU usage on Android devices; r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D27954

--HG--
extra : moz-landing-system : lando
2019-05-09 20:39:43 +00:00
Edwin Gao
c459d71ebd Bug 1548160 - task efficiency: review and reduce chunk count of xpcshell for various platforms r=gbrown,jmaher
Changes:
- set `macosx64-ccov` tests to 8 chunks (unchanged from m-c)
- set windows and linux `ccov` to 6 chunks (from 8)
- set `linux64.*/debug` to 6 chunks (from 10 and 8)
- set `android-em` to 8 chunks (unchanged)
- set default chunks to be 5 (from 8)

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

--HG--
extra : moz-landing-system : lando
2019-05-09 20:59:52 +00:00
Edwin Gao
014374b1c8 Bug 1548106 - task efficiency: review chunking of web-platform-tests-reftests r=jmaher,gbrown
Changes:
- change the default chunk count to 4 (from 6)
- increase `ccov` chunk count to 8 (from 6)
- `qr` and `linux64/debug` are to remain at 6 chunks
- reduce all other `linux` chunks to 3 (from 6)
- `windows/debug` (including `qr`) chunks reduced to 5 (from 6)

Default chunk count of 4 for Windows and macOS are conservative, leading to sub-20 minute runtimes for most chunks.

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

--HG--
extra : moz-landing-system : lando
2019-05-09 20:35:56 +00:00
Edwin Gao
c729145871 Bug 1548965 - task efficiency: revisit mochitest-media chunking r=jmaher,gbrown
Changes:
- `android-hw` chunks reduced to 1 (from 3)
- `windows10-aarch64` chunks reduced to 2 (from 3)
- linux64.*/opt chunks reduced to 2 (from 3)
- windows7.*/opt chunks reduced to 2 (from 3)

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

--HG--
extra : moz-landing-system : lando
2019-05-08 23:37:44 +00:00
Bob Clary
8ac730d4d1 Bug 1541183 - make sw-tp6 tier 3, r=erahm
Differential Revision: https://phabricator.services.mozilla.com/D30492

--HG--
extra : moz-landing-system : lando
2019-05-09 18:42:06 +00:00
Edwin Gao
da5149fdb8 Bug 1549619 - task efficiency: revisit chunking of mochitest-devtools-chrome r=jmaher
Changes:
- reduced `linux64/debug` chunking to 14 (from 16)
- reduced `linux64-ccov/debug` to 14 (from 16)
- increased `windows64-ccov` to 16 (from 10)
- maintain all non-ccov debug to 8
- maintain all asan to 8
- reduce everything else to 5

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

--HG--
extra : moz-landing-system : lando
2019-05-09 16:29:10 +00:00