Commit Graph

4132 Commits

Author SHA1 Message Date
shindli
76c70811fd Backed out changeset 9819d9e38727 (bug 1547111) for causing Bug 1614852 CLOSED TREE 2020-02-13 02:38:50 +02:00
Justin Wood
f6ea7a63cf Bug 1614998 - Move nightly named transform to a shippable name. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D62641

--HG--
rename : taskcluster/taskgraph/transforms/nightly_l10n_signing.py => taskcluster/taskgraph/transforms/shippable_l10n_signing.py
extra : moz-landing-system : lando
2020-02-12 22:30:01 +00:00
Justin Wood
0780501613 Bug 1614998 - Change treeherder representation for L10n to be 'B' and 'Bs' instead of 'N' and 'Ns' r=aki
Differential Revision: https://phabricator.services.mozilla.com/D62640

--HG--
extra : moz-landing-system : lando
2020-02-12 22:59:13 +00:00
Justin Wood
41fceb0658 Bug 1614998 - Move nightly-l10n to shippable-l10n. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D62639

--HG--
rename : taskcluster/ci/nightly-l10n/kind.yml => taskcluster/ci/shippable-l10n/kind.yml
extra : moz-landing-system : lando
2020-02-12 22:29:02 +00:00
Justin Wood
01ccfa4e07 Bug 1614998 - Rename nightly-l10n-signing to shippable-l10n-signing. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D62638

--HG--
rename : taskcluster/ci/nightly-l10n-signing/kind.yml => taskcluster/ci/shippable-l10n-signing/kind.yml
extra : moz-landing-system : lando
2020-02-12 22:28:31 +00:00
Christian Holler
66d030b34d Bug 1612711 - Enable Mochitests and XPCShell tests for TSan. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D62628

--HG--
extra : moz-landing-system : lando
2020-02-12 19:03:36 +00:00
Wander Lairson Costa
7dfb4e5ccb Bug 1614855: Run valgrind builds in AWS r=froydnj
GCE instances use Ubuntu 18.04, which is known to cause issues in
valgrind builds (Bug 1545094), while EC2 uses Ubuntu 14.04.

Move valgrind builds back to GCE to avoid perma fail of these jobs.

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

--HG--
extra : moz-landing-system : lando
2020-02-12 11:15:56 +00:00
shravanrn@gmail.com
4fbd7a0f7c Bug 1610991 - Update rlbox_lucet lib to Mac compatible version r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D61077

--HG--
extra : moz-landing-system : lando
2020-02-12 04:11:49 +00:00
Chris Manchester
4ce7cf59dd Bug 1605188 - Update builders to rustc 1.41 r=firefox-build-system-reviewers,rstewart
Differential Revision: https://phabricator.services.mozilla.com/D61042

--HG--
extra : source : 802aa1e10c54424fd43f21411301892ff3c862ac
2020-02-10 22:15:27 +00:00
Wander Lairson Costa
d8577be6be Bug 1609568: request less parallelism for all gcc linux build r=#build
In GCP we have the double the number of core compared to AWS
counterparts, but we use the same amount of memory. Request the builds
to be less parallel to avoid OOM.

Differential Revision: https://phabricator.services.mozilla.com//D62514
2020-02-12 01:28:15 +02:00
Tom Prince
ec197b17fa Bug 1527313: [taskgraph] Use artifact-reference in upload-sources task; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D62341

--HG--
extra : moz-landing-system : lando
2020-02-11 19:46:44 +00:00
Cosmin Sabou
0f4388b1de Backed out 2 changesets (bug 1605188) for causing valgrind bustages. CLOSED TREE
Backed out changeset 1415d9d73a9b (bug 1605188)
Backed out changeset 802aa1e10c54 (bug 1605188)
2020-02-12 01:32:11 +02:00
Barret Rennie
9e2ba441a1 Bug 1613743 - Always use browsertime-results tarball from MOZ_FETCHES r=tarek,tomprince
Accepting an argument to specify a tarball of browsertime results was an
artifact of the previous split between the (now removed) visual-metrics and
visual-metrics-dep job kinds. Now that we are always providing the browsertime
results as a fetch task, can retrieve it directly from `MOZ_FETCHES` directory.

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

--HG--
extra : moz-landing-system : lando
2020-02-11 20:04:05 +00:00
Barret Rennie
f13aaa77ed Bug 1613743 - Remove visual-metrics job kind r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D62357

--HG--
extra : moz-landing-system : lando
2020-02-11 20:00:23 +00:00
Chris Manchester
5c16753263 Bug 1605188 - Update builders to rustc 1.41 r=firefox-build-system-reviewers,rstewart
Differential Revision: https://phabricator.services.mozilla.com/D61042

--HG--
extra : moz-landing-system : lando
2020-02-10 22:15:27 +00:00
Jason Laster
897b14485f Bug 1609815 - Remove Web Replay UI. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D60679

--HG--
extra : source : cfe2388a674e024d1920245e867f9982087c8164
2020-02-10 21:03:28 +00:00
Wander Lairson Costa
647bb16c10 Bug 1547111: Replace -gcp builds with -aws builds r=tomprince
We are migrating the worker used by builds from AWS to GCP. We have had tier- 3 GCP builds for initial testing. We are replacing those with tier-3 AWS builds to ensure they keep working so we are able to switch back.

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

--HG--
extra : moz-landing-system : lando
2020-01-17 16:51:32 +00:00
David Major
d6ea5c461c Bug 1611511 - Update cctools-port for an LLVM 10 build bustage fix r=froydnj
f2890afb8a

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

--HG--
extra : moz-landing-system : lando
2020-02-10 16:50:55 +00:00
Mihai Tabara
c8f8193411 Bug 1612540 - bake geckoview in the push phase of releases. r=jlorenzo
Bug 1612540 - bake geckoview in the push phase of releases. r=jlorenzo

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

--HG--
extra : moz-landing-system : lando
2020-02-11 11:10:42 +00:00
Noemi Erli
cd1cea5a15 Backed out changeset e0e11528ba44 (bug 1610991) for causing failures in test_memory_usage.py CLOSED TREE 2020-02-11 01:11:41 +02:00
Noemi Erli
85558b46c4 Backed out changeset cfe2388a674e (bug 1609815) for causing TypeError in browserContext CLOSED TREE 2020-02-11 00:35:52 +02:00
Jason Laster
f5531f3716 Bug 1609815 - Remove Web Replay UI. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D60679

--HG--
extra : moz-landing-system : lando
2020-02-10 21:03:28 +00:00
shravanrn@gmail.com
81c6fd9ae1 Bug 1610991 - Update rlbox_lucet lib to Mac compatible version r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D61077

--HG--
extra : moz-landing-system : lando
2020-02-10 19:36:43 +00:00
Emilio Cobos Álvarez
c3cc693c75 Bug 1614198 - Update cbindgen. r=heycam
I need this to support individual #[cfg] in enum variants, which is used for
Image::PaintWorklet.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 03:06:53 +00:00
Chris Manchester
15a8d1765f Bug 1609568 - Request less parallelism for gcc base-toolchain builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D62104

--HG--
extra : moz-landing-system : lando
2020-02-10 16:16:59 +00:00
Marco Castelluccio
21a0032492 Bug 1614272 - Update Mac ccov test platform to use the opt build. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D62194

--HG--
extra : moz-landing-system : lando
2020-02-10 10:08:02 +00:00
Florin Strugariu
90a395b2ab Bug 1585022 - Add support to raptor-browsertime for running the ares6 benchmark on Firefox desktop r=tarek
Differential Revision: https://phabricator.services.mozilla.com/D61414

--HG--
extra : moz-landing-system : lando
2020-02-10 08:13:19 +00:00
alexandru.ionescu
9beb86ee68 Bug 1524545 Move raptor-unity-webgl-firefox to tier 3 and stop running on autoland r=Bebe,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D61456

--HG--
extra : moz-landing-system : lando
2020-02-06 15:51:51 +00:00
Sebastian Hengst
18aefc612f Bug 1613958 - set correct treeherder platform names for macOS webrender and condprof tasks. r=chmanchester
Some webrender and condprof tasks on macOS had raw/'ugly' platform names and
were listed at the top of a treeherder push due to that and not together with
the other OS X tasks. With this patch applied, they are shown together with the
other tasks on that platform.

The platform name should reference either cross compile or the platform version
it is running on.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 20:48:13 +00:00
Marian Raiciof
0a55602d5c Bug 1608951 - Remove legacy, Stylo-disabled Talos performance tests: Tsd and Tsd-1proc r=perftest-reviewers,octavian_negru
Differential Revision: https://phabricator.services.mozilla.com/D61677

--HG--
extra : moz-landing-system : lando
2020-02-05 12:27:57 +00:00
Marian Raiciof
0ba27d3d5f Bug 1608954 - Remove legacy Stylo-disabled SYsd AWSY test r=perftest-reviewers,maja_zf
Differential Revision: https://phabricator.services.mozilla.com/D61640

--HG--
extra : moz-landing-system : lando
2020-02-06 22:27:42 +00:00
Mike Hommey
623de66503 Bug 1525218 - Use minidump_stackwalk toolchain artifacts instead of tooltool packages. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D59936

--HG--
extra : moz-landing-system : lando
2020-02-06 08:39:54 +00:00
Bob Clary
3af4964fac Bug 1608390 - Run SpiderMonkey Windows 32 bit as Tier 2 only on mozilla-central, r=jmaher,sfink,aryx
Differential Revision: https://phabricator.services.mozilla.com/D61638

--HG--
extra : moz-landing-system : lando
2020-02-05 20:34:25 +00:00
Marian Raiciof
6d2d6bf95e Bug 1612375 - Run raptor youtube playback tests on fennec68 r=perftest-reviewers,alexandru.irimovici,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D61313

--HG--
extra : moz-landing-system : lando
2020-02-06 13:58:11 +00:00
Florin Strugariu
917f420412 Bug 1601009 - Add support to raptor-browsertime for running the speedometer benchmark on Firefox android r=tarek
Differential Revision: https://phabricator.services.mozilla.com/D61305

--HG--
extra : moz-landing-system : lando
2020-02-05 08:59:19 +00:00
Marco Castelluccio
9d46433c60 Bug 1596285 - Mark most test suites tier 2 for ccov. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D58919

--HG--
extra : moz-landing-system : lando
2020-02-04 20:50:20 +00:00
Cosmin Sabou
16a28d6c06 Backed out changeset c1b764e0ddb3 (bug 1601009) for massive raptor failures.
CLOSED TREE
2020-02-04 12:17:59 +02:00
Calixte Denizet
24e00f666b Bug 1603988 - Part 2: Add a TC index for generated artifacts for mac symbols and reuse them in the next run r=tomprince
To avoid to process again and again the same packages, we can use a cache.
So this patch add a TC index for the artifacts generated in a run and then we can reuse it in the next run.

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

--HG--
extra : moz-landing-system : lando
2020-02-03 18:41:49 +00:00
Calixte Denizet
99c6342b1a Bug 1603988 - Part 1: Avoid to fail system-symbols-mac-upload-symbols when no symbols to upload r=marco,gsvelto
Currently, when task system-symbols-mac doesn't produce artifacts because of no data, then the task system-symbols-mac-upload-symbols is failing too.
So this patch aims to not fail the task in such a case.

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

--HG--
extra : moz-landing-system : lando
2020-02-04 10:06:07 +00:00
Florin Strugariu
049e26b384 Bug 1601009 - Add support to raptor-browsertime for running the speedometer benchmark on Firefox android r=tarek
Differential Revision: https://phabricator.services.mozilla.com/D61305

--HG--
extra : moz-landing-system : lando
2020-02-03 16:26:21 +00:00
Marco Castelluccio
958735da69 Bug 1612295 - Upload coverage artifact in the Linux coverage build. r=calixte
Differential Revision: https://phabricator.services.mozilla.com/D61430

--HG--
extra : moz-landing-system : lando
2020-02-03 11:44:14 +00:00
Emilio Cobos Álvarez
4ba89c93cf Bug 1612092 - Update cbindgen. r=froydnj
v0.12.2 at least is needed to have proper v2 lockfile support.

But v0.13.0 contains extra fixes, and features that wgpu and the style system
plan to use, so let's just update to that.

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

--HG--
extra : moz-landing-system : lando
2020-01-31 08:03:17 +00:00
Edwin Takahashi
f0abec95b9 Bug 1612279 - condprof to use ubuntu1804-test image r=tarek
Changes:

Use the `ubuntu1804-test` image for condprof generation.

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

--HG--
extra : moz-landing-system : lando
2020-01-30 14:50:27 +00:00
alexandru.ionescu
1535129890 Bug 1573418 Run Talos harness tests in CI r=rwood,igoldan,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D56680

--HG--
extra : moz-landing-system : lando
2020-01-29 08:29:13 +00:00
shindli
05de837272 Backed out changeset 6a1a55bc4edf (bug 1605188) for webrender and wrench bustages. These are being detected with delay, see bug 1576040 a=backout 2020-01-29 00:20:16 +02:00
Chris Manchester
19dae3300c Bug 1605188 - Update builders to rustc 1.40 r=firefox-build-system-reviewers,rstewart
Differential Revision: https://phabricator.services.mozilla.com/D61042

--HG--
extra : moz-landing-system : lando
2020-01-25 16:03:16 +00:00
Marian Raiciof
585b7fc88e Bug 1564844 - Move raptor-tp6m-n-fennec68 tests into the correct platform r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D60833

--HG--
extra : moz-landing-system : lando
2020-01-28 08:04:30 +00:00
Geoff Brown
d2010b925a Bug 1611477 - Increase Android xpcshell test chunks from 3 to 4; r=jmaher
Avoid intermittent task timeouts by increasing test chunks for Android xpcshell.

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

--HG--
extra : moz-landing-system : lando
2020-01-24 22:10:17 +00:00
Geoff Brown
6dc0e04393 Bug 1611018 - Run wdspec in 3 test chunks by default; r=jmaher
Avoid intermittent task timeouts by increasing wdspec test chunks from 2 to 3.

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

--HG--
extra : moz-landing-system : lando
2020-01-24 15:18:00 +00:00
Mike Hommey
99572b3223 Bug 1606007 - Upgrade valgrind to current git trunk. r=froydnj
The added hacks are derived from what was used in bug 1479055.

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

--HG--
extra : moz-landing-system : lando
2020-01-23 21:12:14 +00:00