Commit Graph

4028 Commits

Author SHA1 Message Date
Geoff Brown
9a69c6610b Bug 1601387 - Avoid some ActiveData over-flows in 'mach test-info report'; r=jmaher
Adjust ActiveData queries so that no query matches more than the ActiveData maximum
of 10000 records (crashtest excepted, until bug 1596567 is fixed). This provides a
dramatic improvement in the quality of run counts and run times reported for wpt and
reftests. Also adjusts some of the update mechanisms to handle duplicate paths better.
Also adds more (verbose) logging of match counts, report run times, etc in anticipation
of further refinements.

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

--HG--
extra : moz-landing-system : lando
2019-12-10 21:41:34 +00:00
Edwin Takahashi
7bad3b9a56 Bug 1602863 - use ubuntu1804 image for linux32/android profile generation tasks r=jmaher
Changes:

Use ubuntu1804 test image as a direct drop-in replacement for linux profile generation tasks.

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

--HG--
extra : moz-landing-system : lando
2019-12-10 20:28:51 +00:00
Andrew Halberstadt
4e51876f56 Bug 1600904 - [lint.yaml] Fix Python 3 related error and the issues that snuck in because of it, r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D55798

--HG--
extra : moz-landing-system : lando
2019-12-10 19:18:31 +00:00
Gregory Mierzwinski
1853724f26 Bug 1587080 - Part 3: Add task for perfdocs verification through mozlint. r=ahal
This is the final patch for perfdocs. It adds a taskcluster task called perfdocs-verify into mozlint that will run the performance documentation verification.

Depends on D53648

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

--HG--
extra : moz-landing-system : lando
2019-12-10 17:04:31 +00:00
Noemi Erli
72d7d8ff5e Backed out 4 changesets (bug 1587080) for causing perfdocs Lint failure CLOSED TREE
Backed out changeset 254fd0c3af4a (bug 1587080)
Backed out changeset 34efe80bfd61 (bug 1587080)
Backed out changeset 4a552742b1cd (bug 1587080)
Backed out changeset 22afcb56e8ea (bug 1587080)
2019-12-10 19:01:07 +02:00
Gregory Mierzwinski
9685873c8c Bug 1587080 - Part 3: Add task for perfdocs verification through mozlint. r=ahal
This is the final patch for perfdocs. It adds a taskcluster task called perfdocs-verify into mozlint that will run the performance documentation verification.

Depends on D53648

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

--HG--
extra : moz-landing-system : lando
2019-12-10 15:53:01 +00:00
Dorel Luca
682cfaa718 Backed out 3 changesets (bug 1594344) for Decision task failure on taskcluster/ci/toolchain/rust-size.yml. CLOSED TREE
Backed out changeset 3208e2b16458 (bug 1594344)
Backed out changeset 57b641bb4d4b (bug 1594344)
Backed out changeset 36458762149d (bug 1594344)

--HG--
rename : taskcluster/ci/toolchain/dump-syms.yml => taskcluster/ci/toolchain/rust-size.yml
rename : taskcluster/scripts/misc/build-dump-syms.sh => taskcluster/scripts/misc/build-rust-size.sh
2019-12-10 15:59:12 +02:00
Eric Rahm
add4cfcb1e Bug 1594344 - Part 2: Fetch dump_syms toolchain on Windows builds. r=firefox-build-system-reviewers,chmanchester
This installs the rust-based `dump_syms` toolchain on Windows builds.

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

--HG--
extra : moz-landing-system : lando
2019-12-10 13:37:09 +00:00
Eric Rahm
824f9f7edb Bug 1594344 - Part 1: Add dump_syms toolchain. r=froydnj
This defines a new `dump_syms` toolchain that uses the rust implementation of `dump_syms`.

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

--HG--
rename : taskcluster/ci/toolchain/rust-size.yml => taskcluster/ci/toolchain/dump-syms.yml
rename : taskcluster/scripts/misc/build-rust-size.sh => taskcluster/scripts/misc/build-dump-syms.sh
extra : moz-landing-system : lando
2019-12-10 13:36:31 +00:00
alexandru.ionescu
bae763d008 Bug 1596367 Turn off testing and performance sherffinig on mozilla-inbound r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D55637

--HG--
extra : moz-landing-system : lando
2019-12-10 13:27:00 +00:00
Anthony Hughes
112c0c3f77 Bug 1601418 - Update to Iris Core v=0.8.4 r=mbrandt
Try run passed:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=039bd55c74a82067bed11c6b75fe172a8c81d687

Note failures are known, acceptable issues which should be resolved soon.

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

--HG--
extra : moz-landing-system : lando
2019-12-10 00:53:41 +00:00
Chris Manchester
ddc7528852 Bug 1579981 - Remove old rust toolchains and bump dependencies. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D56439

--HG--
extra : moz-landing-system : lando
2019-12-09 20:59:06 +00:00
Mike Shal
43f8eb0fbd Bug 1557788 - Remove NEED_XVFB from Linux instrumented and rusttest builds; r=firefox-build-system-reviewers,chmanchester
xvfb was used to create a virtual framebuffer for running Firefox during
build jobs to support PGO profile generation. That now runs in a
separate task, so we don't need this flag for builds anymore.

Note that other Linux builds still need xvfb in order to run xpcshell in
'make check'.

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

--HG--
extra : moz-landing-system : lando
2019-12-09 18:02:34 +00:00
Tom Ritter
abf34f1281 Bug 1601701 - Build libssp as part of the mingw-clang toolchain build r=froydnj
llvm-mingw has found a way to build libssp indepdendent of gcc which
is great. We set up some stuff to support that and then use that method.

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

--HG--
extra : moz-landing-system : lando
2019-12-09 14:57:37 +00:00
Tom Ritter
8ee3a8ca4b Bug 1601701 - Bump the mingw-w64 revision r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D56275

--HG--
extra : moz-landing-system : lando
2019-12-08 21:55:47 +00:00
Sylvestre Ledru
156e24bc25 Bug 1601611 - Create a group for the sphinx doc generation r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D55953

--HG--
extra : moz-landing-system : lando
2019-12-09 18:48:53 +00:00
Rob Wood
44378fa04c Bug 1600392 - Use a single test INI and taskcluster configuration file for all raptor-browsertime android page-load test r=perftest-reviewers,davehunt,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D56392

--HG--
extra : moz-landing-system : lando
2019-12-09 18:01:05 +00:00
Ricky Stewart
6999ee5c42 Bug 1601448 - The clang.tar.xz bootstrap artifact should contain the libclang_rt.builtins-wasm32.a archive r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D56019

--HG--
extra : moz-landing-system : lando
2019-12-09 16:59:49 +00:00
Emilio Cobos Álvarez
85599f3f1b Bug 1602317 - Update cbindgen to 0.11.1. r=jrmuizel
This includes more bitflag operators, which means we can remove some slightly
ugly code.

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

--HG--
extra : moz-landing-system : lando
2019-12-09 03:20:53 +00:00
Marian Raiciof
2f401b7b80 Bug 1554967 - Run raptor-youtube-playback jobs for Chrome in CI r=perftest-reviewers,sparky
Created a cron job for this task and added changes to yml and ini files.

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

--HG--
extra : moz-landing-system : lando
2019-12-09 09:04:16 +00:00
octavian.negru
db99b121a7 Bug 1581831 - Stop running warm page load tests against integration branches r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D55667

--HG--
extra : moz-landing-system : lando
2019-12-09 07:00:06 +00:00
Gregory Mierzwinski
f1a5cffc51 Bug 1600737 - Add chromedriver v79 for browsertime running chrome tests. r=perftest-reviewers,rwood
Differential Revision: https://phabricator.services.mozilla.com/D55537

--HG--
extra : moz-landing-system : lando
2019-12-06 21:44:23 +00:00
Andrew Halberstadt
f57f05e1c8 Bug 1601397 - [ci] Enable R-fis (tier 1) on mozilla-central and autoland, r=jmaher
Depends on D56211

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

--HG--
extra : moz-landing-system : lando
2019-12-06 16:55:02 +00:00
Andrew Halberstadt
68f3f65093 Bug 1601397 - [ci] Refactor fission configuration for more flexability r=jmaher,gbrown
This implements a 'fission-run-by-projects' and 'fission-tier' key that mirrors
the non-fission versions. We need to duplicate the keys rather than use
something like 'by-variant' due to the order that things are processed in the
tests.py transforms.

These keys should only be temporary until Fission is running the same as
non-Fission. In the meantime they will give us greater control over what runs
where.

The taskgraph generated before and after this change is identical.

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

--HG--
extra : moz-landing-system : lando
2019-12-06 19:55:14 +00:00
Marian Raiciof
3732eb3d78 Bug 1597991 - created raptor-scn-power-idle and raptor-scn-power-idle-bg for fennec68 r=perftest-reviewers,rwood,alexandru.irimovici
Differential Revision: https://phabricator.services.mozilla.com/D54157

--HG--
extra : moz-landing-system : lando
2019-12-06 11:18:03 +00:00
Marian Raiciof
1596fab43f Bug 1597991 - created speedometer tests for fenix and fennec68 r=perftest-reviewers,rwood,alexandru.irimovici
Differential Revision: https://phabricator.services.mozilla.com/D54156

--HG--
extra : moz-landing-system : lando
2019-12-06 15:08:21 +00:00
Tarek Ziadé
879e6071ec Bug 1599424 - Convert vismet task output to a perfherder artifact r=sparky,rwood
Differential Revision: https://phabricator.services.mozilla.com/D55393

--HG--
extra : moz-landing-system : lando
2019-12-06 07:57:50 +00:00
Chris Manchester
76a5b8c95c Bug 1595218 - Update builders to rustc 1.39 r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D53899

--HG--
extra : moz-landing-system : lando
2019-12-05 04:53:02 +00:00
Emilio Cobos Álvarez
445f39a14b Bug 1600735 - Make debug fuzzing builds use gcc 8. r=froydnj
GCC8 happens not to generate the code that causes the crash, so do that for now
to unblock fuzzers from hitting this.

We still need to figure out what to do about the more general issue of course...

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

--HG--
extra : moz-landing-system : lando
2019-12-05 17:03:29 +00:00
Rob Wood
b1c65ea809 Bug 1601631 - Scale back the number of raptor-browsertime test jobs running in CI r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D55970

--HG--
extra : moz-landing-system : lando
2019-12-05 15:27:42 +00:00
Florin Strugariu
cc65231541 Bug 1593674 - remove marionette VideoStream YouTube test as it's duplicated in raptor r=tarek,marionette-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D52820

--HG--
extra : moz-landing-system : lando
2019-12-05 14:06:38 +00:00
Rob Wood
c134c1980a Bug 1601006 - Fix download location of fenix performancetest apk in CI for raptor-browsertime r=stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D55864

--HG--
extra : moz-landing-system : lando
2019-12-04 21:16:29 +00:00
Sylvestre Ledru
032f34cac2 no bug - Fix a typo in a TaskCluster group r=marco
Differential Revision: https://phabricator.services.mozilla.com/D55951

--HG--
extra : moz-landing-system : lando
2019-12-05 13:08:56 +00:00
Razvan Maries
c9cf973dbf Backed out 3 changesets (bug 1595218) for build bustages. CLOSED TREE
Backed out changeset 499b0c27da4f (bug 1595218)
Backed out changeset f2f230a3028d (bug 1595218)
Backed out changeset 93ec75efbf41 (bug 1595218)
2019-12-05 02:53:04 +02:00
Chris Manchester
2502704f1f Bug 1595218 - Update builders to rustc 1.39 r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D53899

--HG--
extra : moz-landing-system : lando
2019-12-04 23:37:11 +00:00
Mike Hommey
3b0dc250b1 Followup for bug 1600952: run on trunk, not mozilla-central.
Differential Revision: https://phabricator.services.mozilla.com/D55880

--HG--
extra : moz-landing-system : lando
2019-12-04 22:44:21 +00:00
Rob Wood
c00bdd9fed Bug 1590561 - Use a single test INI and taskcluster configuration file for all raptor-browsertime desktop page-load tests r=perftest-reviewers,ahal,sparky,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D52185

--HG--
extra : moz-landing-system : lando
2019-12-04 21:23:35 +00:00
Jesse Schwartzentruber
81870fa7c5 Bug 1482167 - Create --enable-fuzzing ASAN build job for Android x86-64 firefox. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D3027

--HG--
extra : moz-landing-system : lando
2019-12-04 21:44:06 +00:00
Andrew Halberstadt
b3b9a988c5 Bug 1581194 - Change SETA to run all tasks every 10th push or two hours, r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D55020

--HG--
extra : moz-landing-system : lando
2019-11-28 14:56:54 +00:00
Justin Wood
caa1256754 No Bug - Use 'maybe-release' instead of 'maybe-trigger'. r=mtabara DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D55818

--HG--
extra : moz-landing-system : lando
2019-12-04 15:35:58 +00:00
Justin Wood
5b22f9c3ba No Bug - Add treeherder info for maybe-release. r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D55764

--HG--
extra : moz-landing-system : lando
2019-12-04 10:07:50 +00:00
Mike Hommey
3f71b0be50 Bug 1600952 - Do not run the diff-reproducible-linux32 task on beta/release as intended in bug 1577212. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D55766

--HG--
extra : moz-landing-system : lando
2019-12-04 05:29:45 +00:00
Gurzau Raul
87ac4a3719 Backed out 3 changesets (bug 1595218) for Windows wrench failures.
Backed out changeset 9fdeeb697611 (bug 1595218)
Backed out changeset d7f9a4045360 (bug 1595218)
Backed out changeset 30bb03117312 (bug 1595218)
2019-12-04 05:49:06 +02:00
Chris Manchester
f0b8585cf8 Bug 1595218 - Update builders to rustc 1.39 r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D53899

--HG--
extra : moz-landing-system : lando
2019-12-03 21:51:35 +00:00
Geoff Brown
320c507752 Bug 1600758 - Add basic ActiveData data to 'mach test-info report'; r=jmaher
This adds test run time and test run/skipped/failed counts for most test types.
There are numerous shortcomings (sometimes exceeding the ActiveData 10K record limit,
test path/name mismatches, no totals for manifest/component/all, etc) but I would
like to see this running asap as I think it provides a good foundation for further
work and discussion.

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

--HG--
extra : moz-landing-system : lando
2019-12-03 18:56:25 +00:00
Mike Shal
bf9c8ef9a1 Bug 1599551 - Don't specify full crashreporter symbols for instrumented builds; r=froydnj
minidump_stackwalk doesn't care about full crashreporter symbols per
https://bugzilla.mozilla.org/show_bug.cgi?id=1593465#c30, so we can turn
off the attribute. The generate-profile task already hooks up to the
non-full crashreporter symbols.

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

--HG--
extra : moz-landing-system : lando
2019-12-02 13:33:55 +00:00
shindli
4562fd4c3b Backed out 3 changesets (bug 1595218) for causing wrench bustages on central CLOSED TREE a=backout
Backed out changeset 1808b1722f64 (bug 1595218)
Backed out changeset 46fe2af291cf (bug 1595218)
Backed out changeset 11c0576cf3d5 (bug 1595218)
2019-12-03 13:17:59 +02:00
Chris Manchester
ba53d841f7 Bug 1595218 - Update builders to rustc 1.39 r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D53899

--HG--
extra : moz-landing-system : lando
2019-12-02 21:25:39 +00:00
Ricky Stewart
54c1252a7c Bug 1600697 - wasi-sysroot must be declared as a prerequisite for automation Linux builds r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D55503

--HG--
extra : moz-landing-system : lando
2019-12-02 20:20:51 +00:00
Noemi Erli
eaf5b4df15 Backed out changeset 07631f00f287 (bug 1595218) for causing Windows build bustages CLOSED TREE 2019-12-02 23:05:56 +02:00
Chris Manchester
2bbd0a4896 Bug 1595218 - Update builders to rustc 1.39 r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D53899

--HG--
extra : moz-landing-system : lando
2019-12-02 20:19:58 +00:00
Axel Hecht
bbf0cf900d Bug 1597258, follow-up to disable always-target for try-only l10n-conflicts job, r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D55180

--HG--
extra : moz-landing-system : lando
2019-11-29 17:57:10 +00:00
Mihai Tabara
932c71ae6c Bug 1597109 - Define a ship it task that will (sometimes) schedule a release. r=rail
Differential Revision: https://phabricator.services.mozilla.com/D54729

--HG--
extra : moz-landing-system : lando
2019-11-29 15:12:08 +00:00
Geoff Brown
8759757ae5 Bug 1600146 - Increase macosx and windows 10 opt xpcshell max-run-time; r=egao
Increase max-run-times to avoid intermittent task timeouts. Increasing chunks for
these tasks is not effective: chunks are very unbalanced due to a group of
long-running tests.

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

--HG--
extra : moz-landing-system : lando
2019-11-28 20:58:08 +00:00
Geoff Brown
fcd3ee4c1c Bug 1600098 - Update max-run-time for Talos g5 and chrome; r=perftest-reviewers,rwood
Avoid intermittent task timeouts.

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

--HG--
extra : moz-landing-system : lando
2019-11-28 20:58:08 +00:00
Axel Hecht
e0de52f3a3 Bug 1597258, create special l1nt for try, and trigger that, r=bastien
Differential Revision: https://phabricator.services.mozilla.com/D53409

--HG--
extra : moz-landing-system : lando
2019-11-28 17:25:00 +00:00
octavian.negru
5cbec9cef4 Bug 1596011 - Perma can't download apk r=perftest-reviewers,AlexandruIonescu,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D54925

--HG--
extra : moz-landing-system : lando
2019-11-28 09:19:10 +00:00
Marian Raiciof
8ea82ea95c Bug 1544761 - Move tp6 tests to Tier 1 r=perftest-reviewers,rwood
More details here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1544761#c11

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

--HG--
extra : moz-landing-system : lando
2019-11-27 14:16:15 +00:00
Tarek Ziadé
9705cbd3c7 Bug 1595789 - zip browsertime results r=rwood,sparky,barret
Instead of using a json file that contains URLs to task cluster artifacts, let's use a single zip file that contains all video files to analyze. This will reduce the number of artifacts we generate per raptor run and the number of network downloads.

The run-visual-metrics gets the tarball directly when it's used as a sub-task and produces its own result tarball

notice that at this point I don't see any reason to copy in the vismet results tarball all the files.

Maybe we should simply generate a *single* json file that contains a merge of all visualmetrics results?
But that could be done later. lmk

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

--HG--
extra : moz-landing-system : lando
2019-11-26 18:19:23 +00:00
Nick Thomas
341fd8d73a Bug 1598436 - add nightly bouncer checks to cron, r=aki
Depends on D54657

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

--HG--
extra : moz-landing-system : lando
2019-11-26 04:01:49 +00:00
Nick Thomas
c7bf333201 Bug 1598436 - add ESR bouncer checks to cron, r=aki
Fixes up ESR bouncer aliases now that ESR60 is EOL.
Adds check for latest products used by www.mozilla.org.
Enables the cron checks.
Fixes up a script error which meant we weren't checking all partial platforms in release automation.

Depends on D54656

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

--HG--
extra : moz-landing-system : lando
2019-11-27 02:53:21 +00:00
Ricky Stewart
0ab8b21981 Bug 1596219 - Augment wasi sysroot from bug 1582192 with bits necessary to perform wasm builds r=froydnj
Build a full sysroot by downloading the `wasi-sdk` repo, which has `llvm-project` and `wasi-libc` as submodules. `wasi-sdk` builds a `clang` in a unique configuration (with `wasm32-wasi` as a default target) and uses that `clang` to build the rest of the pieces for the wasm sysroot.

In principle it should be possible to build the sysroot using our in-house automation-built `clang`, but I kept running into strange, hard-to-diagnose issues when I attempted that. If someone else is able to straighten out all the compilation issues, we could replace this script and stop pulling in `wasi-sdk` entirely, which would result in a build that takes much less time overall. Until then, this will have to do to unblock the rest of the wasm sandboxing work.

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

--HG--
extra : moz-landing-system : lando
2019-11-26 13:27:39 +00:00
Ricky Stewart
938a5f9a2e Bug 1599264 - lucetc must be declared as a prerequisite for automation Linux builds r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D54628

--HG--
extra : moz-landing-system : lando
2019-11-26 13:27:02 +00:00
Csoregi Natalia
0d43b1dd19 Merge mozilla-central to autoland. CLOSED TREE 2019-11-26 11:39:23 +02:00
Csoregi Natalia
cce8b90aec Merge autoland to mozilla-central. a=merge 2019-11-26 11:33:06 +02:00
Gurzau Raul
5f0c55aacb Backed out changeset 50a04d79f020 (bug 1574285) for causing Bug 1597457 at ANdi's request. a=backout 2019-11-26 08:52:53 +02:00
Gurzau Raul
5ca07ee499 Backed out changeset 2cbc4579e85a (bug 1567929) for causing Bug 1597457 at ANdi's request. a=backout 2019-11-26 08:13:43 +02:00
Marian Raiciof
fd401a7368 Bug 1567122 - Enable Fission for AWSY r=perftest-reviewers,stephendonner,sparky,erahm
Differential Revision: https://phabricator.services.mozilla.com/D48660

--HG--
extra : moz-landing-system : lando
2019-11-26 08:46:24 +00:00
Aki Sasaki
bf83843fa9 Bug 1481916 - add l10n-bumper task. r=Callek,tomprince
Differential Revision: https://phabricator.services.mozilla.com/D53116

--HG--
extra : moz-landing-system : lando
2019-11-22 23:57:25 +00:00
Aki Sasaki
5196fd1fa8 Bug 1599223 - remove target.bz2.complete.mar r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D54613

--HG--
extra : moz-landing-system : lando
2019-11-25 21:49:47 +00:00
octavian.negru
ed75ff8aca Bug 1596011 - Perma Can't download apk r=perftest-reviewers,igoldan,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D54133

--HG--
extra : moz-landing-system : lando
2019-11-25 07:09:23 +00:00
Stephen Donner
2b779548ae Bug 1589267 - Add conditioned-profile support for desktop Firefox in Browsertime. r=perftest-reviewers,sparky,ahal
Differential Revision: https://phabricator.services.mozilla.com/D53708

--HG--
extra : moz-landing-system : lando
2019-11-22 15:41:19 +00:00
Mike Hommey
70a2f77dfa Bug 1598186 - Upgrade diffoscope to a more recent version. r=froydnj
This has the side effect of updating all debian10-based docker images
(except the ones based on debian10-test)

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

--HG--
extra : moz-landing-system : lando
2019-11-21 15:03:56 +00:00
Nathan Froyd
72b0fe8ee6 Bug 1536848 - raise the minimum gcc version to 7; r=dmajor
We need this for full C++17 support.

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

--HG--
extra : moz-landing-system : lando
2019-11-21 20:53:27 +00:00
Marco Castelluccio
b7028022dc Bug 1598437 - Fix duplicated windows10-64-ccov/debug in talos.yml. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D54184

--HG--
extra : moz-landing-system : lando
2019-11-21 20:39:25 +00:00
Daniel Varga
98807fe5a2 Bug 1593465 - followup for busting gecko decision task. On a CLOSED TREE
--HG--
extra : rebase_source : 0483136a5ea4be8d10938372a7674254a6614af2
2019-11-22 07:15:22 +02:00
Daniel Varga
c40b39b26d Bug 1593465 - Removing -full for causing build bustage from kind.yml and run_pgo_profile.py. On a CLOSED TREE
--HG--
extra : amend_source : 8ca7be097049e9edd26385716ab0c0cd7dc22c79
2019-11-22 06:53:28 +02:00
Mike Shal
bca8fea099 Bug 1593465 - Dump symbols during instrumented builds for crashlogs in the run task; r=firefox-build-system-reviewers,chmanchester
To get an accurate backtrace if the run task crashes, we need the
symbols from the instrumented build.

Depends on D53716

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

--HG--
extra : moz-landing-system : lando
2019-11-21 18:44:10 +00:00
Mike Shal
da85d8aabb Bug 1593465 - Add minidump_stackwalk dependencies to generate-profile tasks; r=firefox-build-system-reviewers,chmanchester
minidump_stackwalk is used to process any crash reports generated by the
PGO run task.

Depends on D52393

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

--HG--
extra : moz-landing-system : lando
2019-11-19 21:00:16 +00:00
Mike Shal
1e610f7310 Bug 1593465 - Upload the whole 'artifacts' directory for PGO-run tasks; r=tomprince
Since we may or may not have minidump files, it is not practical to
specifically name each file. We can just upload all files in the
directory instead.

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

--HG--
extra : moz-landing-system : lando
2019-11-21 18:44:10 +00:00
Johan Lorenzo
a966f72bb8 Bug 1597928 - Snap repackage: Stop fetching scripts from the hg.mozilla.org archive endpoint r=jlund
Differential Revision: https://phabricator.services.mozilla.com/D53933

--HG--
extra : moz-landing-system : lando
2019-11-21 09:50:47 +00:00
Chris Manchester
fa505637e2 Bug 1597836 - Update sccache in-tree to the current master r=dmajor,firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D53903

--HG--
extra : moz-landing-system : lando
2019-11-20 22:22:20 +00:00
Edwin Takahashi
63414f3417 Bug 1563864 - add ubuntu18.04 dockerfile and enable codepath to specify image for use in linux testing r=jmaher
Changes:

Add Ubuntu 18.04 `dockerfile`, support files and `ubuntu1804-test-system-setup.sh` that slightly differs from `ubuntu1604-test-system-setup.sh` in package contents.

Add a temporary flag to `try fuzzy` selector, taskcluster decision and taskgraphs to enable selection of Ubuntu 18.04 docker image to run linux tests.

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

--HG--
extra : moz-landing-system : lando
2019-11-20 18:18:07 +00:00
Geoff Brown
212ace1cf9 Bug 1597797 - Increase test chunks for osx/debug mochitest-browser-chrome; r=jmaher
Avoid intermittent task time outs, as seen in bug 1589796.

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

--HG--
extra : moz-landing-system : lando
2019-11-20 18:02:56 +00:00
Rob Wood
490528b68e Bug 1596548 - Add talos tests to central with gecko profiling enabled r=perftest-reviewers,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D53222

--HG--
extra : moz-landing-system : lando
2019-11-19 17:25:45 +00:00
Mike Hommey
4838632310 Bug 1577212 - Add diffoscope jobs ensuring reproducibility of the linux32 shippable builds. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D53164

--HG--
extra : moz-landing-system : lando
2019-11-20 00:23:09 +00:00
Marco Castelluccio
bc6e3a96fe Bug 1596281 - Remove the Linux coverage debug build. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D53823

--HG--
extra : moz-landing-system : lando
2019-11-19 16:15:34 +00:00
Tom Prince
f17dad37f7 Bug 1595623: [firefox-ci] Update gcp workers to use new names; r=coop
Differential Revision: https://phabricator.services.mozilla.com/D53856

--HG--
extra : moz-landing-system : lando
2019-11-19 19:44:20 +00:00
Ciure Andrei
287dcbd1bb Backed out changeset 11f48aaae955 (bug 1481916) for causing l10 bumper exceptions CLOSED TREE 2019-11-19 23:45:43 +02:00
Christian Holler
8d974e5d12 Bug 1590162 - Add TSan builds to TaskCluster. r=catlee
Differential Revision: https://phabricator.services.mozilla.com/D50925

--HG--
extra : moz-landing-system : lando
2019-11-19 15:27:13 +00:00
Aki Sasaki
fedc28edd3 Bug 1481916 - add l10n-bumper task. r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D53116

--HG--
extra : moz-landing-system : lando
2019-11-18 18:21:58 +00:00
Jesse Schwartzentruber
e326136cb6 Bug 1596953 - Add valgrind to android-build image. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D53287

--HG--
extra : moz-landing-system : lando
2019-11-18 20:38:11 +00:00
Geoff Brown
cdde1be6ad Bug 1596578 - Run test-info(all), test-info(disabled-by-os), tier 2 on mozilla-central; r- r=jmaher
Run two more test-info tasks alongside the existing fission task, on mozilla-central only.
There are many possible test-info reports; these are the most obvious:
 - a list and summary of all tests, broken out by component
 - a list and summary of tests skipped or marked failing on each OS, broken out by component
 - a list of all the manifest annotations
I think this will provide a good starting point for discussion around what types of reports
we want to see in the future.

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

--HG--
extra : moz-landing-system : lando
2019-11-15 17:26:40 +00:00
Stephen Donner
264606fba7 Bug 1537944. Add conditioned-profile support for desktop Firefox in Raptor. r=perftest-reviewers,tarek,sparky, ?tarek
Differential Revision: https://phabricator.services.mozilla.com/D49970

--HG--
extra : moz-landing-system : lando
2019-11-15 14:59:21 +00:00
Marco Castelluccio
6ef07e5ea6 Bug 1596280 - Make consistently passing linux64-ccov-opt suites tier 2. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D53183

--HG--
extra : moz-landing-system : lando
2019-11-15 14:56:12 +00:00
Rob Wood
52964ae989 Bug 1596593 - Reduce the number of raptor/browsertime android jobs being run in production r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D53105

--HG--
extra : moz-landing-system : lando
2019-11-15 10:40:32 +00:00
Marco Castelluccio
ff9a035b66 Bug 1596279 - Set the same chunk numbers and timeouts for coverage opt builds as in coverage debug builds. r=jmaher
In bug 1596368 we will adjust them, after disabling tests in coverage debug builds.

Depends on D53000

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

--HG--
extra : moz-landing-system : lando
2019-11-14 16:20:24 +00:00
Marco Castelluccio
19cd29168e Bug 1596279 - Define linux64-ccov/opt as a test platform. r=jmaher
Depends on D52998

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

--HG--
extra : moz-landing-system : lando
2019-11-14 16:20:23 +00:00
Marco Castelluccio
c1af931d6c Bug 1596279 - Install grcov in the Linux coverage opt build to parse gcno/gcda files. r=jmaher
Depends on D52997

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

--HG--
extra : moz-landing-system : lando
2019-11-14 16:20:23 +00:00
Razvan Maries
5af92f5f8a Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-11-15 00:41:27 +02:00
Razvan Maries
4e42de3ec8 Merge mozilla-inbound to mozilla-central a=merge 2019-11-14 23:49:26 +02:00
Nathan Froyd
d3483bdef5 Bug 1579189 - raise the minimum clang version to 5; r=#build
We need this for "full" C++17 support (everything is supported, but some
C++17 features still have bugs) and this change also brings Linux into
parity with our Mac requirements.

MANUAL PUSH: build toolchains on inbound to avoid clogging autoland

Differential Revision: https://phabricator.services.mozilla.com/D51450
2019-11-14 11:16:38 -04:00
Marco Castelluccio
490b98f1e2 Bug 1596276 - Switch Linux coverage opt builds to use GCC 7. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D52935

--HG--
extra : moz-landing-system : lando
2019-11-14 15:52:26 +00:00
Andreea Pavel
cc7af15029 Backed out changeset 38f7b7e307b3 (bug 1594438) for causing high load on linux and windows hardware test machines on a CLOSED TREE 2019-11-12 17:00:27 +02:00
Geoff Brown
8c26b2ef56 Bug 1594735 - Upgrade android emulator used for x86_64 xpcshell tests; r=aerickson
Upgrade the emulator used by xpcshell tests to 29.2.1, the same version used
by all other android tests.
We have delayed this upgrade because of intermittent failures seen on the new
emulator not seen previously - bug 1568063. After the packet.net upgrade to
Ubuntu 18.04, try runs with the new emulator show that bug 1568063 persists
but has less impact than the intermittent failures it resolves: More tests
pass consistently with the new emulator than with the old.

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

--HG--
extra : moz-landing-system : lando
2019-11-13 17:46:02 +00:00
Bob Clary
7e08e9cc75 Bug 1595279 - disable windows10-aarch64 on mozilla-central and restrict try to --full, r=jmaher.
Differential Revision: https://phabricator.services.mozilla.com/D52838

--HG--
extra : moz-landing-system : lando
2019-11-13 14:55:45 +00:00
Gregory Mierzwinski
ef58a4bbbf Bug 1596102 - Disable vismet on browsertime. r=perftest-reviewers,rwood
This bug disables vismet for browsertime until the png/artifact issues are resolved.

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

--HG--
extra : moz-landing-system : lando
2019-11-13 15:36:20 +00:00
Nathan Froyd
5d35f602aa Bug 1582192 - add a job to build a wasi sysroot; r=glandium
When we start compiling things to wasm during the build process, we're
going to need a basic sysroot.  This new job builds just such a sysroot.

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

--HG--
extra : moz-landing-system : lando
2019-11-12 00:10:38 +00:00
Andreea Pavel
03ff4d65f1 Backed out changeset 776dc76ec598 (bug 1567122) for landing without proper peer review on a CLOSED TREE 2019-11-12 18:46:03 +02:00
Tarek Ziadé
0768e82e1c Bug 1595836 - add support for ./mach python-test r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D52976

--HG--
extra : moz-landing-system : lando
2019-11-14 15:02:44 +00:00
Gregory Mierzwinski
213118bbe1 Bug 1594438 - Add cold page load tests for browsertime on integration branches. r=perftest-reviewers,stephendonner
This patch adds more cold page load tests to browsertime running on integration. Specifically, the following pages will now be tested:

TP6-24: Wikipedia
TP6-17: Yahoo News
TP6-11: Bing
TP6-7: Google Slides
TP6-4: Youtube
TP6-3: Google
TP6-2: Facebook

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

--HG--
extra : moz-landing-system : lando
2019-11-08 22:54:56 +00:00
Marian Raiciof
548d1181f8 Bug 1567122 - Enable Fission for AWSY r=perftest-reviewers,stephendonner,sparky
Differential Revision: https://phabricator.services.mozilla.com/D48660

--HG--
extra : moz-landing-system : lando
2019-11-12 14:07:17 +00:00
Tom Prince
069263ab46 Bug 1595368: [firefox-ci] Use consitent logic to determine tooltool url; r=sfraser a=task-fix
Differential Revision: https://phabricator.services.mozilla.com/D52498

Depends on D52497

--HG--
extra : histedit_source : 4b7e40193155303d8757f08aabe670e4dd127924
2019-11-11 05:50:11 +01:00
Tom Prince
ad179105ef Bug 1595368: [firefox-ci] Use internal tooltool downloads for windows spidermonkey tasks; r=garbas a=task-fix
Differential Revision: https://phabricator.services.mozilla.com/D52497

--HG--
extra : histedit_source : 1c01d4461337e93d55764cd0d620033cc8ea35a7
2019-11-11 08:50:17 +01:00
Dorel Luca
5fb0480649 Merge mozilla-central to autoland. CLOSED TREE 2019-11-10 05:05:40 +02:00
Tom Prince
c0945dfd53 Bug 1546801: [firefox-ci] Use taskcluster-proxy for windows builds' tooltool access; r=Callek a=tomprince CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com//D52471

--HG--
extra : histedit_source : a61b23e325340f4673cfe3c2a6f857023a2b4ab7
2019-11-10 01:25:19 +02:00
Tom Prince
065ccdcd35 Bug 1546801: [firefox-ci] Use taskcluster-proxy for windows builds' tooltool access; r=Callek a=tomprince CLOSED TREE
MANUAL PUSH: Fix windows tooltool failures in firefox-ci cluster.

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

--HG--
extra : rebase_source : 1444058a60e72214986e3ac6151b5d00b38f300e
extra : amend_source : 6c44b9e8f0185f8023af04898df89079586a2b55
2019-11-09 15:19:55 -07:00
Jamie Nicol
f29a37cb8d Bug 1590805 - Run reftests and crashtests on android emulator with webrender enabled. r=gbrown
Add new test platforms "android-em-7.0-x86_64-qr/opt" and
"android-em-7.0-x86_64-qr/debug", which run a new test-set
"android-x86_64-qr-tests", which includes reftests and crashtests.

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

--HG--
extra : moz-landing-system : lando
2019-11-08 22:05:35 +00:00
Anthony Hughes
2eff1a9d08 Bug 1594799 - [iris firefox] Update Taskcluster to the latest rev of iris_firefox r=mbrandt
Differential Revision: https://phabricator.services.mozilla.com/D52251

--HG--
extra : moz-landing-system : lando
2019-11-07 22:04:35 +00:00
Tom Prince
600844947a Backed out changeset e8b7c48d4e7e (Bug 1589706) now that gecko-t/t-win10-64-gpu-s is working.
--HG--
extra : rebase_source : 31b520d04b367791d2d7c850dfc66adb3c4a068d
extra : histedit_source : c7d6f20a46c5f67ec6b9fe9553cfee728a574788
2019-11-07 11:54:55 -07:00
Andreea Pavel
b2b0077c2e Merge autoland to mozilla-central a=merge 2019-11-07 11:47:48 +02:00
Tom Prince
1ec11c66d1 Bug 1589706: [firefox-ci] Continue to use aws-provisioner t-win10-64-gpu-s worker; r=Callek a=me
This worker-type isn't working with worker-manager, so backout the change
switching to it.

MANUAL PUSH: Prepration for testing firefox-ci cluster in advance of TCW

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

--HG--
extra : histedit_source : 4f2689d47f25864b87abae6eeb55cc09936f4a61
2019-11-06 18:52:01 -07:00
Tom Prince
f26b434906 Bug 1589706: [firefox-ci] Switch windows workers to aws-provider worker pools; r=Callek a=me
Differential Revision: https://phabricator.services.mozilla.com/D52074

--HG--
extra : rebase_source : 7b520226799e3e8fe905c4e1cf8f35f508dd55f4
extra : histedit_source : 6d1e883a760c352523877745c73d8b4cef670e37
2019-11-06 10:19:21 -07:00
Gregory Mierzwinski
f734adca8b Bug 1594210 - Fix vismet and browsertime tasks on mozilla-central. r=perftest-reviewers,rwood
This patch prevents the visual-metrics tasks from scheduling browsertime tests on mozilla-central by removing the run-on-projects setting (setting it to []). The run-on-projects setting is now set during the visual-metrics transformation so that it is the same as the dependent task so it will only run on projects that the dependent task runs on. Also, this patch enables browsertime TP6-1 on mozilla-central for chrome, firefox and geckoview.

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

--HG--
extra : moz-landing-system : lando
2019-11-06 19:03:57 +00:00
Ricky Stewart
0bc04914ab Bug 1582195 - Provide a job to build lucetc r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D51716

--HG--
extra : moz-landing-system : lando
2019-11-05 16:30:24 +00:00
Gregory Mierzwinski
1fb8e8eb6b Bug 1587576 - Part 3: Add chrome support in raptor-browsertime. r=perftest-reviewers,rwood,ahal
This is the third, and final, part of a patch that adds chrome support to raptor-browsertime.

In this part, all the changes from the previous 2 parts are integrated in raptor and browsertime. The main change is that the browsertime-chromedriver paths created in taskcluster's `tests.py` are changed to include a `{}` for inserting the chrome version that is used in production (formatting is done within raptor). The Perftest class structure is slightly modified as well here to accommodate these changes.

There are also some changes to how the taskcluster definitions are made to make it easier to specify how chrome must be handled. The 'limit-platforms' and 'run-visual-metrics' fields are added for this purpose to limit chrome's platforms and disable visual-metric tasks.

Finally, chrome is missing some results in browsertime (relative to firefox) and at least one of the other results is scattered into a different location. The results.py and output.py changes handle this issue.

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

--HG--
extra : moz-landing-system : lando
2019-11-05 13:50:15 +00:00
Gregory Mierzwinski
fa8d8fd872 Bug 1587576 - Part 2: Add chromedriver fetch task. r=ahal
This is the second part of a patch that adds chrome support to raptor-browsertime.

This part of the patch adds fetch tasks to handle multiple chrome versions running in production. These fetch tasks provide a tar that the chrome browsertime can use to get a chromedriver compatible with the chrome version available on the testing machine. The artifacts are converted to `.tar.zst` so that they can be prefixed with the chome version that they are compatible with.

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

--HG--
extra : moz-landing-system : lando
2019-11-05 13:52:12 +00:00
Andi-Bogdan Postelnicu
22b4d86ced Bug 1593703 - disable clang based static-analysis for build-linux64-base-toolchains-clang/*. r=froydnj
With Bug 1579189 we are going to raise the minimum clang version to 5. But in clang 5
and clang 6 an issue has been introduced where the `Decl` nodes from the `AST` don't
contain all of the annotation attributes. The missing attributes can cause static
analysis failures. We are therefore going to disable the static analysis for the
base-toolchain clang builds as a workaround.

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

--HG--
extra : moz-landing-system : lando
2019-11-06 18:29:09 +00:00
octavian.negru
c0f0a39e87 Bug 1585618 - Clean taskcluster/ci/test/talos.yml platform setup r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D48033

--HG--
extra : moz-landing-system : lando
2019-10-16 14:17:43 +00:00
Geoff Brown
5f4906e9b5 Bug 1593818 - Increase max-run-time for some Talos tasks; r=perftest-reviewers,stephendonner
Avoid intermittent task timeouts by allowing a little more time.

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

--HG--
extra : moz-landing-system : lando
2019-11-04 23:10:40 +00:00
Tom Prince
ce7c2ef520 Bug 1589706: [firefox-ci] Use AWS Provider-based linux builld workers; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D50358

--HG--
extra : moz-landing-system : lando
2019-10-28 17:45:39 +00:00
Florin Strugariu
67759f09a5 Bug 1585020 - Add support to raptor-browsertime for running the speedometer benchmark on Firefox desktop r=rwood,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D48700

--HG--
extra : moz-landing-system : lando
2019-11-01 19:10:02 +00:00
Andrew Halberstadt
0b1bb56b96 Bug 1583353 - [mozharness] Remove '-chunked' mochitest and jittest suite definitions, r=gbrown
Having a distinction between -chunked and not adds unnecessary complexity. It's
possible to simply remove them because:

1. The mozharness definitions for 'jittest' and 'jittest-chunked' are
identical, so it is literally not serving any purpose.

2. The definitions for 'mochitest' only add either '--chunk-by-dir' or
'--chunk-by-runtime'. Both of these are no-ops in the mochitest harness
unless '--total-chunks' is also supplied. Therefore, if we ever use these
suites without chunking (which I don't think we do anyway), then it'll
still work fine as those options won't have any affect.

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

--HG--
extra : moz-landing-system : lando
2019-10-30 21:41:24 +00:00
Matt Brandt
268736c6e3 Bug 1592827 - [iris firefox] Update toolchain.yml to pull in the updated Linux tests r=ashughes
Differential Revision: https://phabricator.services.mozilla.com/D51207

--HG--
extra : moz-landing-system : lando
2019-11-01 20:15:13 +00:00
Bogdan Tara
6f6bae4263 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-11-01 12:51:47 +02:00
Justin Wood
ac23441f9b Bug 1593093 - Bump Wix toolchain. r=mhowell a=me for CLOSED TREE
MANUAL PUSH: Needed on central to populate the index for a non-gecko release expected today.

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

--HG--
extra : rebase_source : 02ca5e6033c7708c2cc462f2ef76c3ec661ed20f
extra : amend_source : 4169f1357dbf29de60fcb80c2a46aee5c867a29a
2019-10-31 15:34:32 -04:00
Geoff Brown
217c8bd66e Bug 1592813 - Increase number of test chunks for windows 7/debug wpt; r=egao
Avoid intermittent task timeouts by running in more test chunks.

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

--HG--
extra : moz-landing-system : lando
2019-10-31 17:24:40 +00:00
Andi-Bogdan Postelnicu
0c27f932f0 Bug 1583742 - Upgrade docker image for clang based analysis. r=bastien,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D47048

--HG--
extra : moz-landing-system : lando
2019-10-15 17:10:52 +00:00
Ciure Andrei
aea0b77b62 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-10-31 00:13:32 +02:00
Ciure Andrei
b52c025493 Merge inbound to mozilla-central. a=merge 2019-10-31 00:10:08 +02:00
Nathan Froyd
06e29085fa Bug 1569728 - build clang toolchains with GCC 7; r=mshal
We need this change so that the newly-built clang will have
C++17-compatible libstdc++ headers installed. I believe this change also
means that the newly-built clang (and associated tools) links against
GCC 7's libstdc++, but we set RPATH or similar appropriately, so there
shouldn't be issues stemming from that.

MANUAL PUSH: toolchain patches are requested to land on inbound

Differential Revision: https://phabricator.services.mozilla.com/D41251
2019-10-30 13:47:19 -04:00
Gregory Mierzwinski
5870176253 Bug 1592401 - Prevent verbose output when unpacking browsertime. r=perftest-reviewers,rwood
This patch changes the browsertime archive built as a toolchain from a .zip archive to a .tar.bz2 archive to prevent the large amount of verbose unpacking output we currently see.

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

--HG--
extra : moz-landing-system : lando
2019-10-30 20:32:19 +00:00
Geoff Brown
71d7fa0656 Bug 1592115 - Increase max-run-time for some raptor tests on windows10-64-ref-hw-2017; r=perftest-reviewers,stephendonner,sparky
Avoid intermittent task timeouts.

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

--HG--
extra : moz-landing-system : lando
2019-10-30 13:33:27 +00:00
Tarek Ziadé
63ab3346a0 Bug 1578862 - Feed --browsertime Raptor task videos into new visual metrics task type r=rwood,sparky,jlorenzo,barret
Feed --browsertime Raptor task videos into new visual metrics task type

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

--HG--
extra : moz-landing-system : lando
2019-10-29 19:31:23 +00:00
Chris Manchester
43f9563dd7 Bug 1592443 - Update sccache to the current master branch. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D51017

--HG--
extra : moz-landing-system : lando
2019-10-30 00:17:11 +00:00
Chris Manchester
0de3e0765d Bug 1592402 - Remove erroneous duplicate toolchain alias. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D51003

--HG--
extra : moz-landing-system : lando
2019-10-29 21:10:09 +00:00
Matt Brandt
c70db2d144 Bug 1592072 - [iris firefox] Update Taskcluster to the latest rev in iris_firefox
This pulls in the latest `iris_firefox` code base; pulling in fixes for Win10 tests and making the build green. This also adds an`$IRIS_CODE_ROOT`env var for `iris core` to read from.

[[ https://tools.taskcluster.net/groups/EsjqpXCPTt2aKEP0N6IW1Q | Try build can be viewed here ]].

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

--HG--
extra : moz-landing-system : lando
2019-10-28 20:58:45 +00:00
Chris Manchester
194dff7015 Bug 1591262 - Apply additional patch to clang used for sccache-dist builds. r=firefox-build-system-reviewers,dmajor
This applies one of the patches we needed to build on windows to the clang
we're using for sccache-dist builds. The upstream issue is described in
https://bugs.llvm.org/show_bug.cgi?id=41817

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

--HG--
extra : moz-landing-system : lando
2019-10-25 21:24:33 +00:00
Geoff Brown
1136fcdcd0 Bug 1590873 - Increase test chunks for windows aarch64 wpt; r=egao
Avoid frequent task timeouts.

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

--HG--
extra : moz-landing-system : lando
2019-10-24 16:51:38 +00:00
Rob Wood
a70e03bbf7 Bug 1590834 - Increase raptor-browsertime android maximum taskcluster job time r=perftest-reviewers,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D50276

--HG--
extra : moz-landing-system : lando
2019-10-24 13:25:24 +00:00
Chris Manchester
49a5f408be Bug 1589783 - Update sccache in-tree to the latest version. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D49801

--HG--
extra : moz-landing-system : lando
2019-10-22 16:40:34 +00:00
Matt Brandt
ef37b0d532 Bug 1590795 - Revert iris_firefox to last known good version. moziris == 0.6
Differential Revision: https://phabricator.services.mozilla.com/D50244

--HG--
extra : moz-landing-system : lando
2019-10-23 15:43:25 +00:00
Tom Prince
9237ee4209 Bug 1589706: [firefox-ci] Migrate linux test docker-workers to AWS Provider; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D49999

--HG--
extra : moz-landing-system : lando
2019-10-22 04:30:44 +00:00
Matt Brandt
c9f5445269 Bug 1589763 - [iris firefox] Update build to latest core version, 0.7, with fixes for failing tests
Differential Revision: https://phabricator.services.mozilla.com/D50064

--HG--
extra : moz-landing-system : lando
2019-10-22 14:28:49 +00:00
Tom Prince
1fd2626e6a Bug 1576707: [taskgraph] Get artifact prefix for fetches from dependent task; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D49699

--HG--
extra : moz-landing-system : lando
2019-10-18 17:23:00 +00:00
Chris Manchester
28b061a7b4 Bug 1582598 - Update builders to rustc 1.38 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D48998

--HG--
extra : moz-landing-system : lando
2019-10-16 22:16:22 +00:00
Rob Wood
be2b8eab04 Bug 1520463 - Raptor python unit tests: add support for python 3 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D48768

--HG--
extra : moz-landing-system : lando
2019-10-21 20:26:15 +00:00
Kristen Wright
e1a7b2036e Bug 1585421 - Expand the usage of Lintpref into more pref files r=ahal
Adds the filepaths of more pref files to Lintpref as well as to its TaskCluster entry. All of the pref files added are noted in bug 1585421.

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

--HG--
extra : moz-landing-system : lando
2019-10-18 22:31:38 +00:00
Bogdan Tara
4736ee716a Backed out changeset a4ed297ed157 (bug 1520463) for raptor failures complaining about StringIO 2019-10-19 15:02:15 +03:00
Rob Wood
cec1bc2e1d Bug 1520463 - Raptor python unit tests: add support for python 3 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D48768

--HG--
extra : moz-landing-system : lando
2019-10-18 17:48:52 +00:00
Tom Prince
628d9226b6 Bug 1589706: Remove unused b-android worker type; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D49762

--HG--
extra : moz-landing-system : lando
2019-10-18 16:04:06 +00:00
Matt Brandt
73375c18cb Bug 1586290 - [iris firefox] Add email notifications for failing builds r=KWierso,tomprince
Differential Revision: https://phabricator.services.mozilla.com/D48738

--HG--
extra : moz-landing-system : lando
2019-10-16 21:32:44 +00:00
Nick Thomas
4f61eb6771 Bug 1588392 - Switch to new GCP treescript workers, r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D49360

--HG--
extra : moz-landing-system : lando
2019-10-16 20:41:11 +00:00
Andrew Halberstadt
17530b8dcc Bug 1587826 - [ci] Use a transform to split raptor cold pageload tests r=perftest-reviewers,rwood
Differential Revision: https://phabricator.services.mozilla.com/D48981

--HG--
extra : moz-landing-system : lando
2019-10-16 13:46:45 +00:00
Andrew Halberstadt
c858034fd8 Bug 1587826 - [raptor] Rename raptor configs to <test>-cold r=perftest-reviewers,rwood
Differential Revision: https://phabricator.services.mozilla.com/D48980

--HG--
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-1.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-1-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-10.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-10-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-11.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-11-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-12.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-12-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-13.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-13-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-14.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-14-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-15.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-15-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-16.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-16-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-17.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-17-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-18.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-18-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-19.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-19-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-2.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-2-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-20.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-20-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-21.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-21-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-22.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-22-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-23.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-23-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-24.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-24-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-25.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-25-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-26.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-26-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-27.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-27-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-28.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-28-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-29.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-29-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-3.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-3-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-30.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-30-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-4.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-4-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-5.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-5-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-6.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-6-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-7.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-7-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-8.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-8-cold.ini
rename : testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-cold-9.ini => testing/raptor/raptor/tests/tp6/desktop/raptor-tp6-9-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-1.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-1-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-1-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-1-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-10.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-10-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-10-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-10-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-11.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-11-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-11-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-11-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-12.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-12-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-12-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-12-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-13.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-13-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-13-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-13-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-14.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-14-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-14-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-14-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-15.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-15-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-16.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-16-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-17.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-17-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-18.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-18-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-19.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-19-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-2.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-2-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-2-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-2-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-20.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-20-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-21.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-21-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-22.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-22-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-23.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-23-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-24.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-24-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-25.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-25-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-26.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-26-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-27.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-27-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-28.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-28-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-3.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-3-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-3-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-3-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-4.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-4-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-4-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-4-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-5.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-5-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-5-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-5-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-6.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-6-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-6-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-6-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-7.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-7-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-7-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-7-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-8.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-8-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-8-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-8-fennec68-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-9.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-9-cold.ini
rename : testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-cold-9-fennec68.ini => testing/raptor/raptor/tests/tp6/mobile/raptor-tp6m-9-fennec68-cold.ini
extra : moz-landing-system : lando
2019-10-15 19:15:37 +00:00
Andrew Halberstadt
7b5c0693b4 Bug 1587826 - [ci] Use a transform to split raptor apps r=tomprince,perftest-reviewers,rwood
Differential Revision: https://phabricator.services.mozilla.com/D48979

--HG--
extra : moz-landing-system : lando
2019-10-15 17:05:13 +00:00
Daisuke Akatsuka
38f4dd72f0 Bug 1587690: Add jest tests for components. r=ladybenko
Depends on D48950

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

--HG--
extra : moz-landing-system : lando
2019-10-16 01:32:48 +00:00
Geoff Brown
c906073cd5 Bug 1585119 - Re-enable many mochitests on android; r=geckoview-reviewers,snorp
Most of these tests have been disabled for a long time; they run well
in the current test environment.
With the additional tests running, task times increase; I have added one
more test chunk for android mochitest-plain.
These tests were identified from a random sampling of mochitest manifests;
I intend to enable more mochitests in future patches.

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

--HG--
extra : moz-landing-system : lando
2019-10-15 15:07:09 +00:00
Brian Grinstead
eab92c4995 Bug 1588855 - Remove browser-instrumentation job r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D49326

--HG--
extra : moz-landing-system : lando
2019-10-15 17:47:12 +00:00
Geoff Brown
8f9a2c0a61 Bug 1588160 - Increase test chunks for windows 10 asan browser-chrome; r=ahal
Avoid intermittent task timeouts by increasing test chunks.

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

--HG--
extra : moz-landing-system : lando
2019-10-15 15:26:26 +00:00
Geoff Brown
bfe39d8e5a Bug 1588161 - Increase max-run-time for windows ccov devtools tests; r=marco
Avoid very frequent task timeouts.

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

--HG--
extra : moz-landing-system : lando
2019-10-15 14:38:49 +00:00
Mihai Tabara
b41b773370 Bug 1588577 - switch to new GCP pushsnapworkers. r=nthomas a=release
Differential Revision: https://phabricator.services.mozilla.com/D49183

--HG--
extra : moz-landing-system : lando
2019-10-15 05:23:39 +00:00
Johan Lorenzo
c9a42567f6 Bug 1586748 - Re-enable build-signing for N and Ngv tasks and clean up unused fennec manifests/kinds r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D48831

--HG--
extra : moz-landing-system : lando
2019-10-10 17:53:54 +00:00
Nick Alexander
151b2d9f96 Bug 1585120 - Add tier 3 Android browsertime smoketests. r=perftest-reviewers,sparky
The intention is to run `tp6m-1` and `tp6m-cold-1` using Browsertime
against the GVE vehicle on integration and try, so as to smoketest the
Browsertime harness as we stabilize it.  At the same time, this also
allows try runs against the Fenix and refbrow vehicles.

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

--HG--
rename : taskcluster/ci/test/raptor-fenix.yml => taskcluster/ci/test/browsertime-fenix.yml
rename : taskcluster/ci/test/raptor-gve.yml => taskcluster/ci/test/browsertime-gve.yml
rename : taskcluster/ci/test/raptor-refbrow.yml => taskcluster/ci/test/browsertime-refbrow.yml
extra : moz-landing-system : lando
2019-10-10 13:34:18 +00:00
Coroiu Cristina
d3a27d5c3f Merge mozilla-central to autoland a=merge on a CLOSED TREE[F 2019-10-10 19:31:34 +03:00
Geoff Brown
996128fd41 Bug 1587201 - Increase max-run-time for mochitest-devtools-webreplay; r=bc
Avoid intermittent task timeouts.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 14:47:58 +00:00
Coroiu Cristina
a35c47f71d Merge mozilla-central to inbound a=merge 2019-10-10 12:55:45 +03:00
Marco Castelluccio
8b6902a296 Bug 1473069 - Use stable Rust with RUSTC_BOOTSTRAP for code coverage builds. r=chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D48780

--HG--
extra : moz-landing-system : lando
2019-10-09 22:57:22 +00:00
Matt Brandt
64228e5005 Bug 1587598 [iris firefox] Update build to latest version 0.6 with fixes for Win10 tests r=KWierso
Differential Revision: https://phabricator.services.mozilla.com/D48761

--HG--
extra : moz-landing-system : lando
2019-10-09 22:07:09 +00:00
Marian Raiciof
5cdb1a99dc Bug 1572411 - Investigate JetStream2 perma-fail on Windows 10 AArch64 opt platform r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D47733

--HG--
extra : moz-landing-system : lando
2019-10-10 13:17:50 +00:00
Nick Thomas
b6fa1fc423 Bug 1585603 - enable GCP addonworkers. r=catlee
Switch addonworkers from AWS to GCP.

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

--HG--
extra : moz-landing-system : lando
2019-10-09 13:32:58 +00:00
Florin Strugariu
f752a3a05d Bug 1581829 - Expand desktop cold page load tests to full suite of sites r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D47585

--HG--
extra : moz-landing-system : lando
2019-10-08 10:53:30 +00:00
Coroiu Cristina
9363b6ca0a Merge mozilla-central to autoland a=merge on a CLOSED TREE 2019-10-08 01:34:25 +03:00
Chris Manchester
7353e61583 Bug 1586919 - Bump in-tree sccache to 0.2.12. r=dmajor
This version includes a fix necessary to distributing builds to multiple
servers as well as several important fixes to the client that will help
people attempting to distribute compiles. Once a bit more testing has been
seen we will update the required version used locally to 0.2.12.

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

--HG--
extra : moz-landing-system : lando
2019-10-07 21:40:17 +00:00
Chris AtLee
867b841baf Bug 1542819: Use worker aliases for signing to unbreak TB. r=tomprince a=Aryx
Differential Revision: https://phabricator.services.mozilla.com/D48406

--HG--
extra : source : 61f8731a42cb05138726666fee9eafb65d455e14
extra : histedit_source : ae8d44b31d3dcd00fdbdbc542f86a4a85bb646e0
2019-10-07 18:47:40 +00:00
Coroiu Cristina
faadf02d25 Merge autoland to mozilla-central a=merge 2019-10-08 00:48:53 +03:00
Gurzau Raul
f155d3a218 Merge autoland to mozilla-central. a=merge 2019-10-07 19:25:43 +03:00
Chris AtLee
473f352250 Bug 1542819: Use worker aliases for signing to unbreak TB. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D48406

--HG--
extra : moz-landing-system : lando
2019-10-07 18:47:40 +00:00
Coroiu Cristina
b6f088f2f6 Merge inbound to mozilla-central a=merge 2019-10-06 12:33:48 +03:00
Sylvestre Ledru
62439272d4 No bug - Fix a typo in the coverity job description r=me 2019-10-05 21:35:53 +02:00
Marian Raiciof
35bf32a269 Bug 1581841 - Restore coverage of tp6m tests on g5 android hw r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D47900

--HG--
extra : moz-landing-system : lando
2019-10-04 13:14:40 +00:00
Chris AtLee
4ac0642434 Bug 1542819: Use GCP signing workers r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D48199

--HG--
extra : moz-landing-system : lando
2019-10-04 15:58:27 +00:00
Wes Kocher
c4acd9439a Bug 1573271 - Run the iris test suite in CI on Windows and Linux r=grenade,tomprince
This patch enables the iris test suite to run in CI against Windows and Linux shippable builds on mozilla-central and try. The framework is in place for Iris to run against MacOS in CI, but it is currently disabled while bootstrapping issues are sorted out.

Linux uses a new docker image based on the debian10-test parent image that installs preinstalls most of Iris's dependencies. Windows installs a few dependencies using the scoop package manager. Both then install the rest of the python dependencies via pip.

This adds a new toolchain artifact to fetch the iris_firefox git repo without touching the outside network.

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

--HG--
extra : moz-landing-system : lando
2019-10-02 01:58:31 +00:00
Nick Alexander
c46ec74815 Bug 1580356 - Remove Fennec (Firefox for Android). r=snorp,mshal
This does many things:

1) stops producing (and consuming) `FennecJNI*` JNI wrappers
2) removes the :app and :thirdparty Gradle projects
3) removes relevant pieces of the Gradle target configuration
4) updates lints
5) purges old configurations

After this commit, the `mobile/android` project/application builds
only GeckoView.

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

--HG--
extra : moz-landing-system : lando
2019-10-04 20:55:11 +00:00
Geoff Brown
f3c3cef387 Bug 1584692 - Increase max-run-time for win7 xpcshell opt; r=bc
Avoid intermittent task timeouts.

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

--HG--
extra : moz-landing-system : lando
2019-10-04 15:39:48 +00:00
Matt Brandt
268d795936 Bug 1586067 - [iris firefox] Run only the nightly build validation tests r=KWierso
Differential Revision: https://phabricator.services.mozilla.com/D48132

--HG--
extra : moz-landing-system : lando
2019-10-03 22:34:24 +00:00
Florin Strugariu
2769c33faa Bug 1576235 - Run macOS tests on integration branches r=perftest-reviewers,davehunt
Differential Revision: https://phabricator.services.mozilla.com/D47886

--HG--
extra : moz-landing-system : lando
2019-10-02 11:37:57 +00:00
Steve Fink
6cf5bd1291 Bug 1560667 - Switch hazard analysis over to gcc 8.3.0 r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D46682

--HG--
extra : moz-landing-system : lando
2019-10-02 03:19:06 +00:00
Stephen Donner
3b89e2688e Bug 1581580: Add limited set of --browsertime Raptor tests to make it easier to smoke-test changes. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D47562

--HG--
extra : moz-landing-system : lando
2019-10-01 17:48:29 +00:00
Gregory Mierzwinski
3764e3493f Bug 1585329 - Prevent raptor chrome and chromium tests from running on all mc commits. r=perftest-reviewers,davehunt
This patch prevents chrome and chromium raptor tests from running on all mozilla-central commits. They will be triggered on Mondays, Wednesdays, and Fridays by a cron task instead.

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

--HG--
extra : moz-landing-system : lando
2019-10-01 14:05:31 +00:00