Граф коммитов

5814 Коммитов

Автор SHA1 Сообщение Дата
Mitchell Hentges 3025d26ab8 Bug 1535056 - Validate taskgraph parameters using a schema r=tomprince
Validate taskgraph parameters using a schema.

Previously, parameters were verified using handwritten comparison to a sample set of parameters.
Switch to using an explicit schema instead.

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

--HG--
extra : moz-landing-system : lando
2019-03-26 02:09:14 +00:00
Rob Wood 0678c2e034 Bug 1522972 - Raptor cold-load tests on Firefox and Chromium desktop; #perftest r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D29032

--HG--
extra : moz-landing-system : lando
2019-05-01 14:52:59 +00:00
Aki Sasaki 7aa5e4c3a1 Bug 1471004 - use workerType aliases for signing. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D27400

--HG--
extra : moz-landing-system : lando
2019-05-01 17:11:19 +00:00
Tom Prince 7fd403e294 Bug 1543380: Always require a push task in cron tasks; r=dustin
When a cron task depends on tasks from the on-push build, wait for the on-push
decision task to complete, and fail if it doesn't complete succesfully.

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

--HG--
extra : moz-landing-system : lando
2019-05-01 13:01:42 +00:00
Andrew Halberstadt f2780c20ab Bug 1546979 - [ci] Allow TEST_VARIANTS to replace keys in addition to merging them, r=tomprince
This allows us to fix a regression where -sw tasks were scheduled on autoland/inbound.

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

--HG--
extra : moz-landing-system : lando
2019-05-01 15:07:44 +00:00
Andreea Pavel e3b7acfdad Bug 1536722 - fix lint spacing on a CLOSED TREE 2019-05-01 16:18:41 +03:00
Dustin J. Mitchell a3cb68d009 Bug 1536722 - combine all taskgraph artifacts, not just task-graph; r=tomprince
This also adds an optimization for the case where there is only one result
(Which is common for actions where `times` defaults to 1)

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

--HG--
extra : moz-landing-system : lando
2019-05-01 12:58:39 +00:00
Joel Maher 6611f95ab0 Bug 1546459 - remove subsuite=clipboard from manifests. r=ahal
remove subsuite=clipboard from manifests

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

--HG--
extra : moz-landing-system : lando
2019-05-01 08:16:44 +00:00
Tom Prince 6fbab2c8ec Bug 1532783: [taskgraph] Fix lint error.
Differential Revision: https://phabricator.services.mozilla.com/D29438

--HG--
extra : moz-landing-system : lando
2019-04-30 23:07:20 +00:00
Tom Prince d2299c07a6 Bug 1532783: [taskgraph] Remove entries from WORKER_TYPES that correspond to workers with aliases; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D24239

--HG--
extra : moz-landing-system : lando
2019-04-30 22:14:52 +00:00
Tom Prince e0ca5b4dd8 Bug 1532783: [taskgraph] Switch to using worker aliases for docker-worker and generic-worker; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D24238

--HG--
extra : moz-landing-system : lando
2019-04-30 22:58:06 +00:00
Mike Hommey e958e4adc0 Bug 1536543 - Require rust 1.34. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D25896

--HG--
extra : moz-landing-system : lando
2019-04-30 22:16:11 +00:00
Mike Hommey de6947591c Bug 1541313 - Upgrade nightly rust to the last one that was versioned 1.34. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D29307

--HG--
extra : moz-landing-system : lando
2019-04-30 22:16:11 +00:00
Mike Shal 5e4d5ff8da Bug 1547395 - Use 3-tier PGO for linux64-devedition builds; r=chmanchester
Depends on D29247

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

--HG--
extra : moz-landing-system : lando
2019-04-29 19:37:33 +00:00
Mike Shal 4a3296488a Bug 1547395 - Allow specific tasks in the use-pgo field; r=tomprince
Some groups of tasks need to share the same profile data. For example,
Android PGO builds and Android Nightly builds both use the
generate-profile-android-api-16/pgo task for profile data. Previously
this was done with a text substitution, but this is a bit hacky and
doesn't easily scale with different build types.

Allowing use_pgo to be a string means we can just directly point to the
generate-profile task that contains the profile data to be used in a PGO
build.

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

--HG--
extra : moz-landing-system : lando
2019-04-30 15:55:45 +00:00
ffxbld 75935ef8da No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D29170

--HG--
extra : moz-landing-system : lando
2019-04-29 11:10:35 +00:00
Jan de Mooij 2f854e97ee Bug 1545500 - Add Win32 SM(p) jobs back for 32-bit jit-test coverage. r=sfink,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D28830

--HG--
extra : moz-landing-system : lando
2019-04-26 18:08:59 +00:00
Edwin Gao 0a8a22cb9d Bug 1545810 - disable tests in testing/web-platform/meta/media-source/ on windows10-aarch64 that cause task to abort r=jmaher
Changes:
- disable wholesale the `media-source` subsuite within web-platform-test

Attempts were made to isolate the tests that cause the test harness to lock up with a permission issue on `Ahem.ttf` however the attempts were unsuccessful in isolating the tests to a manageable set. It appears the solution is to simply stop running `media-source` tests on windows10-aarch64 as that seems to have solved the problem in a previous try run.

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

--HG--
extra : moz-landing-system : lando
2019-04-27 02:09:21 +00:00
Bogdan Tara 3b978e0ee1 Backed out changeset 8218cc92ee8d for docker images builds failures CLOSED TREE 2019-04-28 03:32:34 +03:00
Mike Hommey 46175d5797 Bug 1546870 - Package win*-rust toolchains as .tar.xz. r=froydnj
This uniformizes the artifact name across platforms. We may want to do
the same for other toolchains, but it bears the question whether xz is
reliably available on users' Windows machines, while it doesn't matter
for rust, since mach bootstrap pulls it with rustup rather than from
automation, contrary to other toolchains.

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

--HG--
extra : moz-landing-system : lando
2019-04-25 13:22:38 +00:00
Mike Hommey ca39c407dd Bug 1545368 - Support fetches in run-task on generic-worker. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D28048

--HG--
extra : moz-landing-system : lando
2019-04-27 21:56:47 +00:00
Mike Hommey 33a06d6450 Bug 1545344 - Don't change current directory when executing a command via run-task. r=tomprince
Currently, all things running via run-task don't really care that the
current directory is set to /. However, on generic-worker, many things
assume the current directory is the task directory, which varies by
task, and wrapping them with run-task fails because it resets the
current directory.

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

--HG--
extra : moz-landing-system : lando
2019-04-27 21:51:53 +00:00
Mike Hommey 25920280d9 Bug 1544986 - Fall back more gracefully when TASKCLUSTER_WORKER_GROUP is not set. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D27841

--HG--
extra : moz-landing-system : lando
2019-04-23 21:27:50 +00:00
Stephen Donner 6aa52f6860 Bug 1547272 - ensure windows10-aarch64 is set to tier 2 for talos-bcv. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D29003

--HG--
extra : moz-landing-system : lando
2019-04-26 15:48:33 +00:00
Nathan Froyd 0eebba71e5 Bug 1540082 - add an aarch64-cross clang build; r=nalexander
Analogously to the existing `linux64-clang-8-android-cross` build, this
build is a linux x86-64 build with runtime library support for aarch64.

Depends on D28405

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

--HG--
extra : moz-landing-system : lando
2019-04-22 22:11:12 +00:00
Nathan Froyd f1626f7f7b Bug 1540082 - add a `toolchain-arm64-build` docker image; r=nalexander
We need this image for building clang on machines with arm64
sysroots.  (Note that this image *is* a linux x86-64 image, just with
some arm64 cross-compilation packages available.)

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

--HG--
extra : moz-landing-system : lando
2019-04-23 19:44:55 +00:00
Joel Maher 02f0bd77f7 Bug 1546610 - reduce marionette-headless to run on linux64/shippable as tier2 only. r=whimboo
reduce marionette-headless to run on linux64/shippable as tier2 only

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

--HG--
extra : moz-landing-system : lando
2019-04-25 19:39:23 +00:00
Stephen Donner 7ecca43f85 Bug 1547044. Properly set windows10-aarch64 tests to tier 2. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D28887

--HG--
extra : moz-landing-system : lando
2019-04-25 18:07:39 +00:00
Gurzau Raul 71e35400ef Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-04-25 19:30:38 +03:00
Tom Prince fa5bf2bd57 No bug: Handle unicode output from docker builds; r=dustin
This is not strictly required in mozilla-central, as `mach` sets
the encoding of the output to UTF-8.

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

--HG--
extra : moz-landing-system : lando
2019-04-25 15:49:33 +00:00
James Graham 17ae648e48 Bug 1546858 - Force the wpt manifest job to rebuild the manifest, r=Aryx
If we use the downloaded manifest then any bug that leads to an error in the manifest
may be propogated forward. Instead force the manifest to be built from scratch in CI.

Differential Revision: https://phabricator.services.mozilla.com/D28809
2019-04-25 11:28:36 +01:00
Geoff Brown ce627bfc09 Bug 1546452 - Run fewer headless mochitests; r=jmaher
- stop mochitest-headless on windows10
 - stop mochitest-headless on linux64/debug
 - make mochitest-headless tier-2
 - make mochitest-headless run on m-c/try

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

--HG--
extra : moz-landing-system : lando
2019-04-25 09:15:29 +00:00
Mike Hommey e2485333eb Bug 1546845 - Remove separate win64-aarch64 rust toolchain. r=nalexander
It was necessary when it was a different version than win64-rust, but
that's not the case anymore.

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

--HG--
extra : moz-landing-system : lando
2019-04-25 01:58:24 +00:00
Edwin Gao 162eb47938 Bug 1546732 - enable jittest for windows10-aarch64 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D28704

--HG--
extra : moz-landing-system : lando
2019-04-24 21:40:40 +00:00
Ben Hearsum c498588920 Bug 1546113 - Update public balrog api endpoint for stage r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D28711

--HG--
extra : moz-landing-system : lando
2019-04-24 19:30:47 +00:00
Andrew Halberstadt f16540f7fc Bug 1546373 - [ci] Update fenix try tasks to new index, r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D28716

--HG--
extra : moz-landing-system : lando
2019-04-24 19:43:44 +00:00
Edwin Gao 54959af57a Bug 1546728 - enable cppunittest for windows10-aarch64 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D28700

--HG--
extra : moz-landing-system : lando
2019-04-24 17:12:07 +00:00
Edwin Gao ea6fe15c68 Bug 1546532 - enable mochitest-a11y for windows10-aarch64 r=jmaher,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D28579

--HG--
extra : moz-landing-system : lando
2019-04-24 13:14:49 +00:00
Stephen Donner 8aae1fa163 Bug 1546595: Two followup fixes for windows10-aarch64 in CI: 1) drop to tier 3; 2) explicitly further limit tests' runs to try + m-c. r=gbrown,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D28623

--HG--
extra : moz-landing-system : lando
2019-04-24 15:28:00 +00:00
Raphael Pierzina ceb466e489 Bug 1531369 - Set telemetry-tests-client suite to tier default; r=gfritzsche
Differential Revision: https://phabricator.services.mozilla.com/D27795

--HG--
extra : moz-landing-system : lando
2019-04-17 11:40:16 +00:00
Nathan Froyd 21ba82cd8f Bug 1546619 - whitelist internal tooltool downloads for interactive task creation; r=dustin
These artifacts are "internal" because we can't redistribute them, but
downloading them into an interactive task is not redistribution.

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

--HG--
extra : moz-landing-system : lando
2019-04-24 14:14:59 +00:00
Jason Laster 1d349df2d1 Bug 1535484 - Use mozlog for node debugger linting test. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D28491

--HG--
extra : moz-landing-system : lando
2019-04-23 22:30:15 +00:00
Stephen Donner b354e3b6cb Bug 1546595: Two followup fixes for windows10-aarch64 in CI: 1) drop to tier 3; 2) explicitly further limit tests' runs to try + m-c. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D28623

--HG--
extra : moz-landing-system : lando
2019-04-24 10:29:33 +00:00
Wes Kocher 8c12e1a799 Bug 1501562 - Run wpt against geckoview r=jgraham
This patch leaves wpt running against fennec on androidx86 as tier2, adds wpt to run against geckoview testactivity on android x86_64 as tier3, and adds enough metadata to run_info_extras to help differentiate the two in expectation files. Fennec is "os == android and not e10s", while geckoview is "os == android and e10s".

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

--HG--
extra : moz-landing-system : lando
2019-04-24 00:04:48 +00:00
Mike Hommey 6478b5790b Bug 1545343 - Run mozharness tests with the intended command line on Windows. r=tomprince
Bug 1474897 changed things such that Windows builds ended up in the
linux/macosx branch. That still works somehow, but ends up breaking when
wrapping with run-task. This change restores the originally intended
command line.

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

--HG--
extra : moz-landing-system : lando
2019-04-23 20:45:40 +00:00
Andreea Pavel f3b4707792 Backed out 4 changesets (bug 1501562) for failing allowed-to-play.html on a CLOSED TREE
Backed out changeset c666c0a0d042 (bug 1501562)
Backed out changeset 7010f2e26969 (bug 1501562)
Backed out changeset 8045a87e5ce6 (bug 1501562)
Backed out changeset f5d44a3e3a7a (bug 1501562)
2019-04-24 01:31:36 +03:00
Tom Prince 4332d2b926 Bug 1543872: [taskgraph] Simplify the calculated path to the root of mozilla-central; r=dustin
On windows, the generated path will be close to the path length limits, which
causes `mach try` to fail.

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

--HG--
extra : moz-landing-system : lando
2019-04-23 21:12:00 +00:00
Wes Kocher bc8f1cd4e3 Bug 1501562 - Run wpt against geckoview r=jgraham
This patch leaves wpt running against fennec on androidx86 as tier2, adds wpt to run against geckoview testactivity on android x86_64 as tier3, and adds enough metadata to run_info_extras to help differentiate the two in expectation files. Fennec is "os == android and not e10s", while geckoview is "os == android and e10s".

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

--HG--
extra : moz-landing-system : lando
2019-04-23 21:02:30 +00:00
Ben Hearsum ae4dd49241 Bug 1546113 - switch to GCP balrog instance for staging releases r=rail
Differential Revision: https://phabricator.services.mozilla.com/D28370

--HG--
extra : moz-landing-system : lando
2019-04-22 19:18:49 +00:00
Stephen Donner 1418e37baa Bug 1531876. Only run talos-perf-reftest-singletons via try, on windows10-aarch64. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D28500

--HG--
extra : moz-landing-system : lando
2019-04-23 15:47:28 +00:00