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

7704 Коммитов

Автор SHA1 Сообщение Дата
Andrew Halberstadt 20db0eb3ac Bug 1603459 - [ci] Add a shadow-scheduler for the new 'bugbug-push-schedules' optimizer, r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D65586

--HG--
extra : moz-landing-system : lando
2020-03-13 20:30:57 +00:00
Andrew Halberstadt b395876bc4 Bug 1603459 - [taskgraph] Add an optimizer that queries the bugbug /push/schedules endpoint, r=tomprince
Creates an optimizer that queries https://bugbug.herokuapp.com/push/<branch>/<rev>/schedules
to determine which tasks to run.

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

--HG--
extra : moz-landing-system : lando
2020-03-13 20:30:34 +00:00
Andrew Halberstadt 31e8f2e640 Bug 1615333 - [taskgraph] Upload an artifact from the decision task mapping tests to manifests r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D62822

--HG--
extra : moz-landing-system : lando
2020-03-13 20:30:09 +00:00
Andrew Halberstadt 616e33a998 Bug 1615333 - [taskgraph] gzip the manifests-by-task.json artifact r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D62821

--HG--
extra : moz-landing-system : lando
2020-03-13 20:29:46 +00:00
Max 28f97ef5eb Bug 1621066 - Compress flatpak tars with xz instead of gzip. r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D66696

--HG--
extra : moz-landing-system : lando
2020-03-13 18:39:55 +00:00
Lee Salzman 5c3cc16e78 Bug 1612941 - import glsl-to-cxx and swgl into Gecko tree. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D65616

--HG--
extra : moz-landing-system : lando
2020-03-13 18:24:35 +00:00
Bartłomiej Piotrowski ef7b8c2b72 Bug 1621074 - flatpak symlinks l10n fix and other improvements. r=jcristau
Bug 1621074 - install Flatpak policy properly..

Bug 1621074 - use dictionaries provided-by-runtime

Bug 1621074 - disable defaultbrowsercheck as being useless on flatpaks

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

--HG--
extra : moz-landing-system : lando
2020-03-13 16:12:10 +00:00
Steve Fink f77a8187af Bug 1618923 - Fix llvm-symbolizer filename on Windows r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D65383

--HG--
extra : moz-landing-system : lando
2020-03-13 09:19:18 +00:00
Sebastian Hengst 2456f854fc Bug 1621416 - run Linux tsan mochitests with t-linux-xlarge to prevent retries and out-of-memory crashes. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D66299

--HG--
extra : moz-landing-system : lando
2020-03-11 19:23:15 +00:00
Tom Prince 065a1586a6 Bug 1616924: Add support for fetch aliases; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D66528

--HG--
extra : moz-landing-system : lando
2020-03-12 06:35:17 +00:00
Tom Prince 829460889a Bug 1616924: Allow fetching to private artifacts; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D66527

--HG--
extra : moz-landing-system : lando
2020-03-13 02:24:47 +00:00
Tom Prince 26cde0c7ae Bug 1616924: Use registry for fetch types; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D66526

--HG--
extra : moz-landing-system : lando
2020-03-12 06:26:25 +00:00
Tom Prince bbd6ed7de0 Bug 1616924: [taskgraph] Refactor fetch transform to make indivdual fetch types simpler; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D40457

--HG--
extra : moz-landing-system : lando
2020-03-13 01:56:14 +00:00
Edwin Takahashi c7e8b475ec Bug 1621483 - set up separate enviornment for linux1804 marionette and web-platform-tests-wdspec r=jmaher,marionette-reviewers,whimboo
Changes:

As documented in bug 1621483, `marionette` experiences a non-trivial amount of issues when run on ubuntu1804 docker image with GTK/GNOME desktop environment enabled.

GTK/GNOME has a higher degree of asynciness when manipulating window size/position and this leads to `marionette` and the derived suite `web-platform-tests-wdspec` reporting intermittent oranges for a number of tests.

While attempts were made to incorporate a fix for the marionette driver itself, the best attempts have only been able to achieve a ~50% reliability in green runs.

This patch reintroduces the use of bare `compiz` window manager exclusively for these two problematic test suites so that at least the tests are running on non-legacy software.

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

--HG--
extra : moz-landing-system : lando
2020-03-12 21:43:56 +00:00
Mike Hommey 277ae8c4e4 Bug 1621883 - Add a toolchain alias for the linux64-rust-cross-1.41 task. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D66544

--HG--
extra : moz-landing-system : lando
2020-03-12 20:50:41 +00:00
Mike Hommey 6508a7f411 Bug 1621880 - Create a linux64-clang-win-cross toolchain. r=dmajor
This creates a new toolchain artifact that repacks a combination of the
linux64-clang compiler along with parts of the win64-clang-cl compiler.

This has multiple advantages:
- It removes some convoluted parts of build task definitions (limiting
that to only occur on the win-cross toolchain itself).
- It simplifies the build setup by not requiring to prepare for where
clang-cl.exe is.
- It speeds up getting compiler artifacts because the win64-clang-cl
artifact is very large (due to there not being a llvm shared library)
and bzipped, which is slow to decompress. Here, we only take what we
need for the cross builds.
- It adds the runtime files that e.g. PGO will require, and that
linux clang-cl insists lives in the clang directory, not the
win64-clang-cl one, and that would require some convoluted setup to make
it work with the two separate toolchains.

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

--HG--
extra : moz-landing-system : lando
2020-03-12 21:05:28 +00:00
Edwin Takahashi 17d6d54433 Bug 1620343 - add dependent-build-platforms translation for linux1804 and move appropriate linux64 tasks to linux1804-64 label r=jmaher
Changes:

Add `linux1804-64` translation layer for `linux64` builds.

Move python-tests under linux1804 treeherder label.

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

--HG--
extra : moz-landing-system : lando
2020-03-12 20:42:09 +00:00
Mike Hommey 34c25c873c Bug 1621885 - Stop excluding .chk files in diffoscope. r=dmajor
The files have been removed in bug 1620158, so they won't appear as
differences anymore.

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

--HG--
extra : moz-landing-system : lando
2020-03-12 12:55:04 +00:00
Andrew Halberstadt 25b913bc5c Bug 1621814 - [ci] Run the mochitest + reftest selftests when mozrunner was modified, DONTBUILD, r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D66580

--HG--
extra : moz-landing-system : lando
2020-03-12 18:55:44 +00:00
Cosmin Sabou 438498c8b6 Backed out changeset 7aa8b1559a0d (bug 1620343) for gecko decision bustage. CLOSED TREE 2020-03-12 21:08:13 +02:00
Edwin Takahashi 71e997cb00 Bug 1620343 - add dependent-build-platforms translation for linux1804 and move appropriate linux64 tasks to linux1804-64 label r=jmaher
Changes:

Add `linux1804-64` translation layer for `linux64` builds.

Move python-tests under linux1804 treeherder label.

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

--HG--
extra : moz-landing-system : lando
2020-03-12 18:15:15 +00:00
Bartłomiej Piotrowski 557ef7c61c Bug 1621074 - fix Flatpak l10n properly. r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D66625

--HG--
extra : moz-landing-system : lando
2020-03-12 18:09:38 +00:00
Chris Hartjes 1a8f28437c Bug 1560185 - Convert telemetry-tests-client suite from unittest to pytest; r=raphael,ahal,chutten
Differential Revision: https://phabricator.services.mozilla.com/D50116

--HG--
extra : moz-landing-system : lando
2020-03-12 18:14:57 +00:00
Anurag Aggarwal 45b0a79f3d Bug 1536103 - Fixed mach doc warnings.r=firefox-source-docs-reviewers,championshuttler,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D66462

--HG--
extra : moz-landing-system : lando
2020-03-12 17:20:15 +00:00
Simon Fraser dfdd97e607 Bug 1621658 Update |mach try fuzzy| fzf version check r=ahal
Add filename support for plain display

Update fzf version in tests

Update tooltool url for fzf

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

--HG--
extra : moz-landing-system : lando
2020-03-12 12:56:35 +00:00
Sylvestre Ledru be18fd4dba Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D67319

--HG--
extra : moz-landing-system : lando
2020-03-19 13:47:51 +00:00
Nicholas Nethercote 278046367d Bug 1619837 - Add a missing `fix-stacks` dependency for the `py2(ref)` test job. r=erahm
Differential Revision: https://phabricator.services.mozilla.com/D66522

--HG--
extra : moz-landing-system : lando
2020-03-12 03:45:30 +00:00
Mike Hommey 9dfb53e3ae Bug 1621488 - Import dump_syms fix to find executable pdbs on Windows cross builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D66512

--HG--
extra : moz-landing-system : lando
2020-03-12 01:42:06 +00:00
Nicholas Nethercote 98a6c3f380 Bug 1619837 - Add a missing `fix-stacks` dependency for the `py2(mch)` test job. r=erahm
Differential Revision: https://phabricator.services.mozilla.com/D66511

--HG--
extra : moz-landing-system : lando
2020-03-12 01:39:15 +00:00
Mike Hommey 244fd3bd68 Bug 1620936 - Avoid creating a virtualenv when running unpack for diffoscope. r=froydnj
Creating the virtualenv prints an error message in the diffoscope docker
image because it doesn't have a compiler or the python development
headers, and that triggers an error setting up psutil after bug 1620513,
which in turn leads to a noisy and unrelated error message appearing in
the diffoscope jobs when they fail.

We don't need psutil set up really in those jobs, let alone a full
fledged virtualenv, so we can avoid the psutil error message by
disabling the virtualenv.

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

--HG--
extra : moz-landing-system : lando
2020-03-11 12:05:46 +00:00
Edwin Takahashi 79a1af5af5 Bug 1598055 - remove valgrind from ubuntu1804 dockerfile and prevent scheduling of mochitest-valgrind r=jmaher
Changes:

Remove the unnecessary setup phase of `valgrind` on the docker image, given that we are not scheduling `mochitest-valgrind` [anywhere](https://searchfox.org/mozilla-central/source/taskcluster/ci/test/mochitest.yml#300) in the CI system.

Also, clean up `test-sets.yml` by renaming the `linux-common-tests` to `linux1604-legacy-tests` to better reflect that the set holds tests that haven't been migrated over to linux1804 yet.

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

--HG--
extra : moz-landing-system : lando
2020-03-11 19:55:01 +00:00
Geoff Brown 0b0b89379d Bug 1621705 - Stop running test-verify tasks on mozilla-central /opt platforms; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D66476

--HG--
extra : moz-landing-system : lando
2020-03-11 21:32:36 +00:00
Bob Clary 2fca9971f1 Bug 1608427 - revert changes in Bug 1618953 that removed logic which forced android raptor tests to be low value, r=jmaher.
Differential Revision: https://phabricator.services.mozilla.com/D66466

--HG--
extra : moz-landing-system : lando
2020-03-11 19:22:01 +00:00
Andrew Halberstadt 18af17355f Bug 1617321 - Disable taskgraph chunking when 'taskgraph.fast' is set r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D64111

--HG--
extra : moz-landing-system : lando
2020-03-11 13:41:06 +00:00
Jan de Mooij 22fc0b5d6e Bug 1621295 - Run SM(arm) build on autoland. r=sfink,bc
This was disabled in bug 1599197 but this build is not really like the other
Linux32 builds: it runs ARM32 JIT code in SpiderMonkey's ARM32 simulator.

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

--HG--
extra : moz-landing-system : lando
2020-03-11 08:33:35 +00:00
shindli 19953cff21 Backed out changeset 399201119339 (bug 1621416) for gecko decision task bustage CLOSED TREE DONTBUILD 2020-03-11 12:22:30 +02:00
Sebastian Hengst ae46fc56b2 Bug 1621416 - run Linux tsan mochitests with t-linux-xlarge to prevent retries and out-of-memory crashes. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D66299

--HG--
extra : moz-landing-system : lando
2020-03-10 20:33:26 +00:00
Edwin Takahashi 11f28d2db6 Bug 1620343 - migrate node(newtab) to run on ubuntu1804 and move node tests to be under linux1804-64 label r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D66258

--HG--
extra : moz-landing-system : lando
2020-03-11 00:41:56 +00:00
Mihai Tabara fcaa28d7c7 Bug 1621053 - set proper branch when building Flatpaks. r=rail DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D66276

--HG--
extra : moz-landing-system : lando
2020-03-10 20:29:52 +00:00
Mihai Tabara ef4303686b Bug 1621083 - open more ports for Flatpak. r=rail DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D66277

--HG--
extra : moz-landing-system : lando
2020-03-10 19:27:28 +00:00
Dorel Luca 7b8e71bc82 Backed out changeset e0897db2db04 (bug 1620343) for Linting failure in taskcluster/ci/source-test/kind.yml. CLOSED TREE 2020-03-11 00:31:04 +02:00
Edwin Takahashi 4c78ba93e2 Bug 1620343 - migrate node(newtab) to run on ubuntu1804 and move node tests to be under linux1804-64 label r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D66258

--HG--
extra : moz-landing-system : lando
2020-03-10 21:33:12 +00:00
Mihai Tabara 5b93938c31 Bug 1621074 - fix l10n in Flatpaks. r=rail DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D66290

--HG--
extra : moz-landing-system : lando
2020-03-10 20:35:42 +00:00
Geoff Brown 2653d1a44c Bug 1612345 - Add custom retrigger support for geckoview-junit; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D66149

--HG--
extra : moz-landing-system : lando
2020-03-10 17:57:54 +00:00
James Graham b78ab3b383 Bug 1607474 - Mark the puppeteer tests as Tier-2, r=remote-protocol-reviewers,maja_zf
Depends on D65702

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

--HG--
extra : moz-landing-system : lando
2020-03-10 14:08:51 +00:00
James Graham 9407d058e3 Bug 1607474 - Upload puppeteer results on taskcluster, r=remote-protocol-reviewers,maja_zf
Depends on D65700

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

--HG--
extra : moz-landing-system : lando
2020-03-10 14:08:42 +00:00
Mike Hommey f8e37d2100 Bug 1621845 - Normalize fetch path in fetch-content. r=rstewart
The win64-aarch64 have a kind of a nasty trick that makes fetch-content
download artifacts of a dependent task directly as artifacts of the task
itself. For some reason, while this pattern works on native Windows
jobs, it doesn't on Linux. What happens is essentially that:

  `pathlib.Path(path).joinpath('../foo').mkdir(parents=True, exist=ok=True)`

fails when path doesn't exist first. I guess the fetches directory
already exists on Windows worker or something.

Unfortunately, os.path.normpath doesn't take `pathlib.Path`s in
still-supported python 3.5, so we have to convert to str first.

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

--HG--
extra : moz-landing-system : lando
2020-03-19 08:18:37 +00:00
Florin Strugariu b879e519c8 Bug 1621252 - Move Fenix tests to tire 1 r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D66205

--HG--
extra : moz-landing-system : lando
2020-03-10 13:21:27 +00:00
Nicholas Nethercote 10b3baa1f8 Bug 1619837 - Extend `fix-stacks` dependencies. r=glandium
First, with `fix_stacks.py` now being used on most test suites, those test
suites need a dependency on `fix-stacks`.

Second, for those few configurations that don't run xpcshell tests, we need a
`fix-stacks` dependency in the build job. This is because xpcshell self tests
run during the build job, but the existing xpcshell test dependency doesn't
cover that case.

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

--HG--
extra : moz-landing-system : lando
2020-03-10 06:27:56 +00:00
Mihai Tabara f6462fdfc3 Bug 1591387 - add flatpak release automation. r=rail
Adjust runme to be executable

Rm sdk/pltf install.Manually add meta

Enforce firefox run instead of notify

Add policy to disable updates

Temp hack to default to firefox instead of notify-send

Fix mach linters

Remove firefox command hack. Proper fix

Remove duplicate cmd in runme

Fix indentantion in kind

Fix more linters

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

--HG--
extra : moz-landing-system : lando
2020-03-09 12:16:51 +00:00
Gijs Kruitbosch 03b081f658 Bug 1618188 - stop updating the mozilla-central copy of blocklist.xml, r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D64932

--HG--
extra : moz-landing-system : lando
2020-03-09 11:58:32 +00:00
Mike Hommey b6cb0ded83 Bug 1620165 - Switch win64-aarch64 opt and debug builds to cross-compiles. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D65486

--HG--
extra : moz-landing-system : lando
2020-03-06 21:47:52 +00:00
Mike Hommey a1559ceaf5 Bug 1620165 - Switch win32 opt and debug builds to cross-compiles. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D65485

--HG--
extra : moz-landing-system : lando
2020-03-06 21:09:16 +00:00
Mike Hommey 3c91017340 Bug 1620165 - Remove the now redundant win64-cross/opt build. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D65484

--HG--
extra : moz-landing-system : lando
2020-03-06 21:09:13 +00:00
Mike Hommey 4a257fb555 Bug 1620165 - Switch win64 opt and debug builds to cross-compiles. r=dmajor
This duplicates the peculiarities of the win64-cross/opt task, while adding
a rust-size dependency it was lacking.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 21:09:06 +00:00
Emilio Cobos Álvarez ed7d25f51e Bug 1620779 - Use built-in cargo vendor to vendor wrench / wgpu.
We were using the old cargo-vendor, which tries to fetch dependencies in a way
that crates.io dislikes, leading to spurious timeouts.

Use the built-in command instead. We no longer need the --relative-path flag
because the built-in one uses a relative path by default.

MANUAL PUSH: Fixing tree closure, so need to push on CLOSED TREE.

Differential Revision: https://phabricator.services.mozilla.com/D65882
2020-03-07 21:28:07 +01:00
Mike Hommey 7ef39a5fd8 Bug 1617043 - Track the time spent in fetch-content and mach artifact toolchain. r=rstewart
Note: while we can use time.monotonic in fetch-content, we can't in
mach artifact toolchain yet because it's still python2.

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

--HG--
extra : moz-landing-system : lando
2020-03-07 10:46:14 +00:00
Mark Banner 15cfe23b88 Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop
# ignore-this-changeset

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

--HG--
extra : moz-landing-system : lando
2020-03-07 10:09:44 +00:00
Mike Hommey d09f9aa8fa Bug 1620165 - Switch Wine builds to tier 1. r=dmajor
They are going to be required by tier 1 tasks. Also move them around to
another file because they're not mingw-specific anymore.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:02:47 +00:00
Edwin Takahashi 9f0b95ae4e Bug 1611566 - support python3 syntax in taskcluster/taskgraph/try_option_syntax.py r=Callek
Changes:

Replaces all instances of `itervlaues` and `iteritems` with `six` variant in try_option_syntax.py.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 21:58:55 +00:00
Edwin Takahashi 3bec702dcb Bug 1620204 - enable windows10-aarch64 reftests, crashtests, mochitest-media on beta/release r=jmaher
Changes:

Specifically enable `mozilla-beta` and `mozilla-release` for windows10-aarch64 `reftest`, `crashtest` and `mochitest-media`.

This will exclude `mozilla-esr*` which is part of the `release` tag (https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/util/attributes.py#18-27)

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

--HG--
extra : moz-landing-system : lando
2020-03-06 22:00:19 +00:00
Csoregi Natalia eaba0f6c47 Merge mozilla-central to autoland. CLOSED TREE 2020-03-06 22:30:20 +02:00
Csoregi Natalia 60dfa99561 Merge autoland to mozilla-central. a=merge 2020-03-06 22:09:55 +02:00
Csoregi Natalia c56ee76c10 Backed out changeset 8685d073fea1 (bug 1611566) for breaking try option syntax. a=backout 2020-03-06 21:42:01 +02:00
Geoff Brown 15a2cb5aea Bug 1619846 - Increase max-run-time for webrender on macos; r=kats
Avoid task timeouts by increasing max-run-time, to allow for repo cloning.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 19:38:54 +00:00
Sebastian Hengst a23651529b Bug 1620610 - Remove coalescing for tasks. r=catlee
Bug 1602446 disabled coalescing for tasks which was designed to reduce load on
the pools which ran those tasks by skipping some of them. After coalescing was
affecting almost no tasks, it started to coalesce more tasks in November 2019
(bug 1602446) up to a level for which too few tasks ran and test coverage was
impacted. Coalescing got disabled and the conclusion is that coalescing is
currently not needed.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 15:52:51 +00:00
Geoff Brown 125780a30a Bug 1612345 - Generalize the retrigger-mochitest action; r=bc
Simple update to strings and names for the custom retrigger action, in preparation
for the addition of more tasks.

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

--HG--
rename : taskcluster/taskgraph/actions/retrigger_mochitest.py => taskcluster/taskgraph/actions/retrigger_custom.py
extra : moz-landing-system : lando
2020-03-06 15:21:10 +00:00
Bob Clary 14697403b8 Bug 1618953 - remove obsolete kludges for build platforms and android raptor tests, r=jmaher.
Differential Revision: https://phabricator.services.mozilla.com/D64827

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:10 +00:00
Bob Clary a94ea75d6c Bug 1608427 - Simplify SkipLowValue.should_remove_task, r=tomprince.
Differential Revision: https://phabricator.services.mozilla.com/D64631

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:07 +00:00
Bob Clary 89f9c43290 Bug 1608427 - Eliminate O(N^2) behavior with lists and sets in SETA.query_low_value_tasks, r=ahal.
Differential Revision: https://phabricator.services.mozilla.com/D64630

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:05 +00:00
Bob Clary 7aa8095b93 Bug 1608427 - remove mozilla-inbound from SETA_PROJECTS, r=tomprince.
Differential Revision: https://phabricator.services.mozilla.com/D64629

--HG--
extra : moz-landing-system : lando
2020-03-06 01:53:03 +00:00
Bob Clary 252bb6f8b4 Bug 1618622 - Use fuzzing-builds optimization strategy fuzzing builds, r=aki.
Define and use fuzzing-builds optimization strategy that allows either
skip-unless-schedules or seta strategies.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 01:21:35 +00:00
Sebastian Hengst 49f3d93a8e Bug 1527313: Fix Windows cross-compilation bustage. patch by glandium on Matrix
--HG--
extra : rebase_source : 821b50ecaaa30f9153bf68220ef7c469b22d37d1
2020-03-06 11:21:40 +01:00
Edwin Takahashi 65d23c4f71 Bug 1620460 - turn off all tests except crashtest, reftest and mochitest-media on windows10-aarch64 r=jmaher
Changes:

Remove all tests other than `reftests`, `crashtests` and `mochitest-media` for windows10-aarch64.
Important changes are in `taskcluster/ci/test/test-platforms.yml` and `taskcluster/ci/test/test-sets.yml`.

I've gone ahead and removed the windows10-aarch64 specific entries in the YAML files as well.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 00:15:43 +00:00
Edwin Takahashi 6e0e6a4c13 Bug 1598055 - further trim packages from ubuntu1804-test docker image r=jmaher
Changes:

Pin the source docker image to a specific tag from canonical.

Remove unneeded packages that are either installed as part of the setup, or come preinstalled.

Silence the `dbus` startup message by redirecting the output to `2&>1`.

Remove unnecessary `locale-gen` call at the end of setup.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:10:08 +00:00
Tom Prince b250509e73 Bug 1620437: Remove android openh264 builds; r=Callek
We don't ship openh264 builds on android, so there is no need
to build them in automation.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 09:30:09 +00:00
Tom Prince 7b75844c69 No bug: Use internal tooltool downloads for windows openh264 builds; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D65670

--HG--
extra : moz-landing-system : lando
2020-03-06 09:19:03 +00:00
Tom Prince f552683ada Bug 1527313: [taskgraph] Don't use a workspace cache for hazard builds; r=glandium
These jobs only use the workspace for obj directories, have some some logic to
cleanup the directory at the beginning of the run, so there is no reason to
cache the directory.

This also removes the now-unused common code for creating a workspace cache directory.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:20 +00:00
Tom Prince 776a84e980 Bug 1527313: Enable caching on windows builds; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D62485

--HG--
extra : moz-landing-system : lando
2020-03-06 09:17:54 +00:00
Tom Prince 0cc5c24dee Bug 1527313: [taskgraph] Ensure that the mozharness workspace is part of a docker volume; r=glandium
Since the workspace is no longer cached, but needs to be a volume for
performance reasons, add a check to ensure that is the case.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:13 +00:00
Tom Prince abadb30b3a Bug 1527313: [taskgraph] Remove workspace-key from mozharness tasks; r=glandium
Since mozharness tasks are no longer caching the workspace directory, we don't
need a key for different tasks.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 23:22:10 +00:00
Tom Prince fa69ebf563 Bug 1527313: Move objdir out of source directory for all mozharness builds; r=glandium,Callek
This moves the object directory and source directories around in all mozharness
jobs, to allow enabling caching on windows builders.

This makes a number of changes that all need to land at once:
- Move the source checkout for the workspace cache mount, to the checkouts
  cache mount.
- Makes the object directoy from underneath the source directory, to directly
  in the work directory (which is still under `workspace`).
- Sets the object directory to `obj-build` instead of `obj-firefox`.
- Stops caching the workspace directory (it is still a volume in docker workers,
  so writes perform well; a followup revision add some checks around this).
- Removes one level of directory in the mozharness workdir (things were under
  `workspace/build`, but are now just under `workspace/`.
- Adjust paths in environment variables and artifact specifications to match
  the above changes.

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

--HG--
extra : moz-landing-system : lando
2020-03-06 08:51:21 +00:00
Edwin Takahashi 914f9794fd Bug 1611566 - support python3 in taskcluster/taskgraph/try_option_syntax.py and taskcluster/taskgraph/taskgraph.py r=Callek
Changes:

Replaces all instances of `itervlaues` and `iteritems` with `six` variant.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 22:51:44 +00:00
Mike Hommey e71aed1a71 Bug 1619867 - Use the nightly mozconfig for win64-cross builds. r=rstewart
Differential Revision: https://phabricator.services.mozilla.com/D65296

--HG--
extra : moz-landing-system : lando
2020-03-05 21:54:12 +00:00
Dorel Luca 103e28a0af Backed out changeset 7bd703285a7c (bug 1585050) for Mochitest failures dom/media/test/test_background_video_no_suspend_short_vid.html 2020-03-05 22:17:18 +02:00
Kris Taeleman ea1eb84eee Bug 1585050 - Add mochitest to android-qr platform. r=jnicol
Differential Revision: https://phabricator.services.mozilla.com/D62511

--HG--
extra : moz-landing-system : lando
2020-03-05 17:29:27 +00:00
Simon Fraser ae80827888 Bug 1619944 Migrate partials and pipfile-updates to use requirements.txt r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D65323

--HG--
rename : taskcluster/ci/pipfile-update/kind.yml => taskcluster/ci/python-dependency-update/kind.yml
rename : taskcluster/docker/pipfile-updates/Dockerfile => taskcluster/docker/python-dependency-update/Dockerfile
rename : taskcluster/docker/pipfile-updates/README.md => taskcluster/docker/python-dependency-update/README.md
rename : taskcluster/docker/pipfile-updates/runme.sh => taskcluster/docker/python-dependency-update/runme.sh
rename : taskcluster/docker/pipfile-updates/scripts/update_pipfiles.sh => taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh
rename : taskcluster/docker/pipfile-updates/setup.sh => taskcluster/docker/python-dependency-update/setup.sh
rename : taskcluster/taskgraph/transforms/pipfile_update.py => taskcluster/taskgraph/transforms/python_update.py
extra : moz-landing-system : lando
2020-03-05 13:49:24 +00:00
alexandru.ionescu cb8a401831 Bug 1604541 Stop raptor android performance tests on opt builds r=sparky,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D64939

--HG--
extra : moz-landing-system : lando
2020-03-05 13:30:18 +00:00
Bob Clary 42ef0b1151 Bug 1605744 - fix Test Isolation action tasks handling of extra arguments, r=jmaher.
add_args_to_command in taskcluster/taskgraph/actions/util.py assumes that the
cmd_parts argument on OSX consists of a list containing a single list item.
This is not always the case in that it is possible for cmd_parts to contain
multiple command such as changing file permissions before executing a test command.
This patch adds a check for cmd_parts consisting of a list of two items, the
second of which is a list. The extra_args are appended to the second item. The
existing behavior for a cmd_parts argument consisting of a list containing a
single list item is preserved for backwards compatibility.

add_args_to_command also suffers from an additional problem in that it modifies
the cmd_parts argument which results in the object being modified in the caller.
create_isolate_failure_tasks in taskcluster/taskgraph/actions/isolate_test.py also
suffers from the modification of the task_description argument. This is fixed
by using deepcopied versions of the objects in the corresponding functions.

create_isolate_failure_tasks handling of empty failure groups and unknown
failure groups is also improved.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 10:24:00 +00:00
Ciure Andrei 6fb6ae2327 Backed out changeset 7e16fe72804a (bug 1619944) for causing gecko decision bustage CLOSED TREE
--HG--
rename : taskcluster/ci/python-dependency-updates/kind.yml => taskcluster/ci/pipfile-update/kind.yml
rename : taskcluster/docker/python-dependency-update/Dockerfile => taskcluster/docker/pipfile-updates/Dockerfile
rename : taskcluster/docker/python-dependency-update/README.md => taskcluster/docker/pipfile-updates/README.md
rename : taskcluster/docker/python-dependency-update/runme.sh => taskcluster/docker/pipfile-updates/runme.sh
rename : taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh => taskcluster/docker/pipfile-updates/scripts/update_pipfiles.sh
rename : taskcluster/docker/python-dependency-update/setup.sh => taskcluster/docker/pipfile-updates/setup.sh
rename : taskcluster/taskgraph/transforms/python_update.py => taskcluster/taskgraph/transforms/pipfile_update.py
2020-03-05 13:05:34 +02:00
Tarek Ziadé 0165728187 Bug 1619198 - add mach commands for condprofs r=Bebe
Refactored condprof so we can drive it with mach

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

--HG--
extra : moz-landing-system : lando
2020-03-05 10:27:05 +00:00
Simon Fraser c8f4578a7f Bug 1619944 Migrate partials and pipfile-updates to use requirements.txt r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D65323

--HG--
rename : taskcluster/ci/pipfile-update/kind.yml => taskcluster/ci/python-dependency-updates/kind.yml
rename : taskcluster/docker/pipfile-updates/Dockerfile => taskcluster/docker/python-dependency-update/Dockerfile
rename : taskcluster/docker/pipfile-updates/README.md => taskcluster/docker/python-dependency-update/README.md
rename : taskcluster/docker/pipfile-updates/runme.sh => taskcluster/docker/python-dependency-update/runme.sh
rename : taskcluster/docker/pipfile-updates/scripts/update_pipfiles.sh => taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh
rename : taskcluster/docker/pipfile-updates/setup.sh => taskcluster/docker/python-dependency-update/setup.sh
rename : taskcluster/taskgraph/transforms/pipfile_update.py => taskcluster/taskgraph/transforms/python_update.py
extra : moz-landing-system : lando
2020-03-04 17:47:49 +00:00
Johan Lorenzo 0ab7d3836f Bug 1619603 - Ship Geckoview at the ship_rc phase r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D65341

--HG--
extra : moz-landing-system : lando
2020-03-05 10:25:18 +00:00
Nicholas Nethercote 1b5344bc69 Bug 1604095 - Build `fix-stacks` as 32-bit on Windows, cross-compiling from Linux. r=glandium
Also remove some unnecessary stuff from the Mac toolchain configuration.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 00:23:27 +00:00
Nicholas Nethercote 4aaf2391eb Bug 1604095 - Update the `fix-stacks` version. r=glandium
The new version has two improvements.
- It has slightly changed output in some cases -- more similar to the existing
  stack fixers -- which avoids the need to change the DMD tests.
- It fixes some erroneous double-JSON-escaping that caused excess backslashes
  in Windows paths.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 00:22:02 +00:00
Edwin Takahashi 6e6db2f667 Bug 1620044 - remove unnecessary debian and ubuntu-bionic codepaths r=jmaher
Changes:

Remove `ubuntu-bionic` flag that was used during development to enable use of ubuntu1804-test docker image.

Remove unnecessary conditional and in the process rewrite how `runtests.py` checks the environment for `pactl` prior to running mochitests.

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

--HG--
extra : moz-landing-system : lando
2020-03-04 20:47:43 +00:00
Edwin Takahashi ffaa485846 Bug 1354088 - clean up inherited environment variables r=dhouse
Changes:

Cleaned up a lot of the unnecessary environment variables that was inherited from previous build and test systems.

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

--HG--
extra : moz-landing-system : lando
2020-03-04 18:12:29 +00:00
Rob Lemley 27ef39e646 Bug 1615932 - Support building Thunderbird Snap packages with firefox-snap. r=jlorenzo
Changes to the firefox-snap Docker image to support building Thunderbird Snap
packages as well.
Replaced hardcoded "firefox" instances in runme.sh with $PRODUCT variable and
renamed "snapcraft.yaml.in" to "firefox.snapcraft.yaml.in".

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

--HG--
rename : taskcluster/docker/firefox-snap/snapcraft.yaml.in => taskcluster/docker/firefox-snap/firefox.snapcraft.yaml.in
extra : moz-landing-system : lando
2020-03-03 14:48:49 +00:00
Simon Fraser 9415049f64 Bug 1615311 Add merge day action r=mtabara
Calling the merge day automation requires an action so that we can pass in parameters such as source and destination repository and branch.

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

--HG--
extra : moz-landing-system : lando
2020-02-25 10:48:54 +00:00
Nick Thomas ddc352a68a Bug 1619469 - Update release watershed to 72.0.2, r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D65046

--HG--
extra : moz-landing-system : lando
2020-03-03 00:58:32 +00:00
Kartikaya Gupta d86f663351 Bug 1619284 - Remove obsolete dockerfile. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D64952

--HG--
extra : moz-landing-system : lando
2020-03-02 17:23:22 +00:00
Kartikaya Gupta 232e9231e5 Bug 1618353 - Rename the mochitest jobs to mochitest-plain. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D64733

--HG--
extra : moz-landing-system : lando
2020-03-02 15:23:13 +00:00
ffxbld 4ed5d9375b No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D64926

--HG--
extra : moz-landing-system : lando
2020-03-02 14:12:29 +00:00
Bob Clary 23d14dd728 Bug 1618919 - Remove sm-plain-win64-aarch64/opt, r=jmaher.
Differential Revision: https://phabricator.services.mozilla.com/D64828

--HG--
extra : moz-landing-system : lando
2020-02-28 23:12:20 +00:00
Rob Lemley 29c4b97622 Bug 1609987 - unittests for taskgraph.util.verify. r=tomprince
Some initial tests for verify docs functionality.

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

--HG--
extra : moz-landing-system : lando
2020-02-28 21:14:03 +00:00
Rob Lemley 9dc5cd5b86 Bug 1609987 - Allow checking additional paths in verify_docs. r=tomprince
There's no way for Thunderbird to define a new task kind at the moment because
the verify_docs function only checks one base path.

This adds a 'documentation_paths' registry that holds a list of paths to check
for documentation files. Calling documentation_paths() with a filename later
will read all the files it finds with that name under all of the base paths,
returning them in one chunk. This minimizes the necessary changes to verify_docs
itself.

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

--HG--
extra : moz-landing-system : lando
2020-02-28 18:32:19 +00:00
Andrew Halberstadt 339f2f6936 Bug 1618633 - [ci] Stop implicitly adding 'try' to all fission-run-on-projects, r=jgraham
Adding 'try' to 'run-on-projects' is a no-op anyway, so we should avoid it.

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

--HG--
extra : moz-landing-system : lando
2020-02-28 19:46:21 +00:00
Mike Hommey ce7f9915c4 Bug 1618474 - Enable sccache on the Windows cross builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D64688

--HG--
extra : moz-landing-system : lando
2020-02-28 12:33:53 +00:00
Nick Alexander 300005e4ee Bug 1615001 - `always-target` android-lints like other mozlints. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D64784

--HG--
extra : moz-landing-system : lando
2020-02-28 18:34:19 +00:00
Tooru Fujisawa b9ef3fbf74 Bug 1612686 - Part 2: Add SmooshMonkey tasks. r=sfink,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D64556

--HG--
extra : moz-landing-system : lando
2020-02-28 14:18:09 +00:00
Tooru Fujisawa 91f0366117 Bug 1612686 - Part 1: Fix autospider.py caller to set RUSTC/CARGO/CBINDGEN env. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D64555

--HG--
extra : moz-landing-system : lando
2020-02-28 14:17:28 +00:00
Aki Sasaki dfdadd73df Bug 1562412 - [3-task notarization] - fix missing poller task r=Callek
The transform skips copying attributes from the dep job if attributes are specified. This means we skipped adding shipping_{phase,product}, nightly, and shippable attributes, and the poller task ended up getting filtered out of various target task methods.

Everything works properly if we just copy the attributes from the dependent job.

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

--HG--
extra : moz-landing-system : lando
2020-02-28 00:14:27 +00:00
Chris Manchester 7fbe451377 Bug 1617700 - Bump in-tree sccache to 0.2.13 and require the new version to build. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D63971

--HG--
extra : moz-landing-system : lando
2020-02-26 21:46:27 +00:00
Mike Hommey 1ff924fd0f Bug 1617794 - Run the tier-2 64-bits Window cross build task on try.
As originally intended.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 21:58:46 +00:00
Andrew Halberstadt 11c1a5975d Bug 1612115 - [ci] Run codespell linter in parallel in CI, r=linter-reviewers,sylvestre CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D64662

--HG--
extra : source : 8b3bb998c3c26dab42824ba4577a39c54c08d4be
extra : histedit_source : cf3c2259c92e43bce7aba26924052db760123c25
2020-02-27 21:37:58 +00:00
shindli d56d4b53db Backed out 2 changesets (bug 1612115) for causing a mozlint failure in /builds/worker/checkouts/gecko/tools/lint/test/test_yaml.py CLOSED TREE
Backed out changeset 8b3bb998c3c2 (bug 1612115)
Backed out changeset 10f69335c6f5 (bug 1612115)
2020-02-28 00:07:04 +02:00
Andrew Halberstadt ff87ae3aec Bug 1612115 - [ci] Run codespell linter in parallel in CI, r=linter-reviewers,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D64662

--HG--
extra : moz-landing-system : lando
2020-02-27 21:37:58 +00:00
Mike Hommey 587be1cb03 Bug 1617794 - Add a tier-2 64-bits Window cross build task. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D64298

--HG--
extra : moz-landing-system : lando
2020-02-27 21:39:39 +00:00
Mike Hommey 58228b3764 Bug 1617794 - Add a toolchain task to build a LD_PRELOAD helper for Windows cross builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D64295

--HG--
extra : moz-landing-system : lando
2020-02-27 21:40:50 +00:00
Nicholas Nethercote 08ca7c7fd0 Bug 1604095 - Fix up `fix-stacks` toolchain on Mac. r=erahm
It currently is missing some cross-compilation stuff and so actually builds a
Linux binary.

The commit also avoids the unintentional installation of the `fix-stacks.d`
file, by introducing the `EXE` variable.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 20:07:10 +00:00
Razvan Maries 2e07e8ca83 Backed out 2 changesets (bug 1617794) for Gecko Decision Task bustage. CLOSED TREE
Backed out changeset e6cdc99bb877 (bug 1617794)
Backed out changeset 71cfd922f86a (bug 1617794)
2020-02-27 23:35:10 +02:00
Mike Hommey 5e7b379977 Bug 1617794 - Add a tier-2 64-bits Window cross build task. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D64298

--HG--
extra : moz-landing-system : lando
2020-02-27 21:18:12 +00:00
Mike Hommey c2a988f4e0 Bug 1617794 - Add a toolchain task to build a LD_PRELOAD helper for Windows cross builds. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D64295

--HG--
extra : moz-landing-system : lando
2020-02-27 15:55:20 +00:00
Chris Manchester b99c6dd1df Bug 1618316 - Update builders to rustc 1.41.1 r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D64636

--HG--
extra : moz-landing-system : lando
2020-02-27 19:47:45 +00:00
Tarek Ziadé 2b394657d7 Bug 1618498 - condprof bustage on macOS r=sparky
target.common.tests.tar.gz is only present in the shippable build

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

--HG--
extra : moz-landing-system : lando
2020-02-27 17:23:49 +00:00
Chris Manchester bcf6a95993 Bug 1615003 - Bump the nightly rust version used in tree to 1.41. r=decoder
Depends on D63372

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

--HG--
extra : moz-landing-system : lando
2020-02-27 16:21:14 +00:00
Chris Manchester 9a39bce9e0 Bug 1615003 - Require rustc 1.41 to build. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D63372

--HG--
extra : moz-landing-system : lando
2020-02-27 16:21:13 +00:00
Justin Wood bc71963465 Bug 1618216 - Followup, android nightlies *do* need test packaging. r=froydnj
This is necessary, at the least because Raptor on Fenix needs the test packages
e.g. https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/fKZ-MTqGQo-yMxDn1eCEKQ/artifacts/public/build/en-US/target.test_packages.json

In Fenix that particular task is pulled into the taskgraph via https://github.com/mozilla-mobile/fenix/blob/master/taskcluster/ci/geckoview/kind.yml
- specifically the index at gecko.v2.mozilla-central.nightly.latest.mobile.android-x86_64-opt

That is then referenced in a0c60c70da/taskcluster/fenix_taskgraph/transforms/raptor.py
Lines 68 and 77

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

--HG--
extra : moz-landing-system : lando
2020-02-27 15:32:48 +00:00
Kartikaya Gupta 7dc7e33a19 Bug 1618517 - Fetch the dump_syms toolchain for win64 searchfox builds. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D64589

--HG--
extra : moz-landing-system : lando
2020-02-27 15:18:27 +00:00
Sebastian Hengst e4f2eafcd9 Bug 1618503 - switch web-platform-tests on Linux x64 asan from tier 2 to tier 1 r=jgraham DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D64562

--HG--
extra : moz-landing-system : lando
2020-02-27 13:15:40 +00:00
James Graham 3e37e70104 Bug 1618496 - Make wdspec tests in headless mode Tier 1, r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D64558

--HG--
extra : moz-landing-system : lando
2020-02-27 12:25:35 +00:00
Ciure Andrei 236d721acb Bug 1614152 - fix static analysis bustages r=bustage-fix CLOSED TREE
--HG--
extra : rebase_source : e21dc11941596fcd917891feff8deb9249f438cf
extra : histedit_source : 0ad66c1cce322ba7eb9711087400297027117e9e
2020-02-27 06:56:50 +02:00
Mike Hommey 2416a183bd Bug 1617794 - Add fetches for UPX and NSIS from mozilla-build. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D64297

--HG--
extra : moz-landing-system : lando
2020-02-27 04:43:25 +00:00
Aki Sasaki 19175da396 Bug 1562412 - [3-task notarization] fix ./mach try release r=Callek
- backs out 71e376fd296d
- fixes bug 1618162.

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

--HG--
extra : moz-landing-system : lando
2020-02-26 21:51:11 +00:00
Aki Sasaki c43aefd35b Bug 1562412 - key mac-behavior off shippable r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D64413

--HG--
extra : moz-landing-system : lando
2020-02-26 21:50:11 +00:00
Bogdan Tara ab84964fa2 Backed out changeset 9df351217706 (bug 1617700) for webconsole/typing.js failures CLOSED TREE 2020-02-26 23:39:02 +02:00
Bob Clary 68ab8142d4 Bug 1610977 - disable service worker testing until alternatives are available, r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D64061

--HG--
extra : moz-landing-system : lando
2020-02-26 19:48:23 +00:00
Justin Wood 047ab655d1 Bug 1618216 - When doing test packaging test for the nightly attribute as well, and validate against it. r=mshal
Future work should hopefully find a way to not assume tests are packaged with beetmover, and to have a solution for w64's emefree design.

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

--HG--
extra : moz-landing-system : lando
2020-02-26 19:16:42 +00:00
Bogdan Tara 32800c141f Backed out changeset 7bf42b92bb7e (bug 1615003) for causing build bustages CLOSED TREE 2020-02-26 20:35:02 +02:00
Chris Manchester f4fd5b69cb Bug 1615003 - Require rustc 1.41 to build. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D63372

--HG--
extra : moz-landing-system : lando
2020-02-26 18:12:34 +00:00
Brindusan Cristian b7970646fb Backed out changeset 1ce1b379d5c9 (bug 1615003) for breaking Gecko decision task. CLOSED TREE 2020-02-26 19:48:06 +02:00
Chris Manchester c54ae051b3 Bug 1615003 - Require rustc 1.41 to build. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D63372

--HG--
extra : moz-landing-system : lando
2020-02-20 12:38:43 +00:00
Chris Manchester fb67d9c344 Bug 1617700 - Bump in-tree sccache to 0.2.13 and require the new version to build. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D63971

--HG--
extra : moz-landing-system : lando
2020-02-25 02:15:06 +00:00
David Major e5cd04c721 Bug 1616943 - Run GTests on Windows ASan builds r=firefox-build-system-reviewers,rstewart
Differential Revision: https://phabricator.services.mozilla.com/D64210

--HG--
extra : moz-landing-system : lando
2020-02-25 22:43:49 +00:00
Aki Sasaki 80c7bc5ac2 Bug 1605275 - point mar-signing-autograph-stage back at depsigning r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D64204

--HG--
extra : moz-landing-system : lando
2020-02-25 21:48:43 +00:00
Aki Sasaki ee067a4465 Bug 1562412 - don't run notarization on autoland. r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D63998

--HG--
extra : moz-landing-system : lando
2020-02-25 18:02:31 +00:00
Aki Sasaki 36c8838740 Bug 1562412 - release-{eme-free,partner}-repack-signing multi_dep. r=nthomas
Differential Revision: https://phabricator.services.mozilla.com/D58069

--HG--
extra : moz-landing-system : lando
2020-02-25 03:40:47 +00:00
Aki Sasaki e6ba0795c6 Bug 1562412 - add release-{eme-free,partner}-repack-notarization-poller kinds. r=nthomas
Differential Revision: https://phabricator.services.mozilla.com/D58068

--HG--
extra : moz-landing-system : lando
2020-02-25 03:38:26 +00:00
Aki Sasaki e7c5481d03 Bug 1562412 - add release-{eme-free,partner-repack}-notarization-part-1 kind. r=nthomas
Differential Revision: https://phabricator.services.mozilla.com/D58067

--HG--
extra : moz-landing-system : lando
2020-02-25 03:37:37 +00:00
Aki Sasaki 5bb28f4119 Bug 1562412 - allow for copy-repack-ids behavior for partner kinds. r=nthomas
Differential Revision: https://phabricator.services.mozilla.com/D58066

--HG--
extra : moz-landing-system : lando
2020-02-25 03:35:47 +00:00