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

11903 Коммитов

Автор SHA1 Сообщение Дата
Joel Maher 3a659506c8 Bug 1791632 - move mochitest media on android-hw from pixel2 -> pixel5 phones. r=bxbrenden
Differential Revision: https://phabricator.services.mozilla.com/D165696
2022-12-29 22:37:16 +00:00
Joel Maher 235e74e24f Bug 1805503 - Add Pixel 5 and run jittest/reftest/crashtests on there. r=bxbrenden
Differential Revision: https://phabricator.services.mozilla.com/D165688
2022-12-29 18:01:54 +00:00
Mike Hommey 78f9dfc456 Bug 1807780 - Remove now unused liblowercase. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D165597
2022-12-29 00:05:49 +00:00
Mike Hommey 007a7a25e5 Bug 1807780 - Use -ivfsoverlay instead of liblowercase. r=firefox-build-system-reviewers,ahochheiden
Because this involves affecting the MSVC + Windows SDK packs, we need to
do this for toolchain tasks as well as Firefox builds in a single pass.

The MSVC + Windows SDK packs are altered to keep the original case
instead of lowercasing everything (except .lib files), and contain
an overlay file that we now automatically use from the WINSYSROOT.

This requires adjusting some paths to match what the original case
is, as well as removing everything related to the use of liblowercase,
which conflicts with the use of the overlay file. People using
liblowercase locally will still have a working setup as long as they
don't set WINSYSROOT (it's new, so they won't have it), and don't have
an overlay file in there (which they only would  if they ran the new
pack_vs.py).

Differential Revision: https://phabricator.services.mozilla.com/D165596
2022-12-29 00:05:49 +00:00
Sandor Molnar e3d6c22a10 Bug 1806040 - Fix android bustages. a=fix 2022-12-29 01:04:02 +02:00
Mike Hommey e8a944bb84 Bug 1807765 - Use rustc 1.65 as compiler for toolchains instead of 1.61. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D165582
2022-12-28 22:20:07 +00:00
Mike Hommey c98d352787 Bug 1807761 - Bump minimum Rust version to 1.65. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D165580
2022-12-28 22:01:45 +00:00
Mike Hommey d5225693c8 Bug 1807203 - Build windows openh264 with mozmake. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D165448
2022-12-28 21:41:06 +00:00
Mike Hommey 7c0ba52acc Bug 1504632 - Build grcov toolchain for macos ourselves. r=marco
Differential Revision: https://phabricator.services.mozilla.com/D165382
2022-12-28 21:20:25 +00:00
Mike Hommey 3485ee4361 Bug 1806960 - Compile rust-based toolchains the same way. r=firefox-build-system-reviewers,ahochheiden
We leave out liblowercase and geckodriver because
- their source is in-tree, which is different from the others
- liblowercase will eventually be removed
- geckodriver has different needs wrt its artifacts

We switch to using cargo install instead of cargo build, because it
gives us strictly what we want, as opposed to pulling things off
target/release, which currently ends up copying .d files.

Differential Revision: https://phabricator.services.mozilla.com/D165381
2022-12-28 21:18:03 +00:00
Mike Hommey dc8d84efd8 Bug 1806959 - Cross-compile mozmake. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D165379
2022-12-28 21:13:17 +00:00
Mike Hommey c63bed3af0 Bug 1806958 - Use rust-toolchain dependencies for cargo-vet tasks. r=firefox-build-system-reviewers,ahochheiden
That's the same thing, except that it will change automatically when we
bump the rust-toolchain aliases.

Differential Revision: https://phabricator.services.mozilla.com/D165375
2022-12-28 21:11:37 +00:00
Mike Hommey d43dfe4d11 Bug 1806761 - Use toolchain binutils in base-toolchain builds. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D165326
2022-12-28 21:07:04 +00:00
Mike Hommey 63841b6782 Bug 1806040 - Remove toolchain binutils dependency from tasks that don't use it. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D165249
2022-12-28 21:02:00 +00:00
Marco Castelluccio f69e697461 Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D165395
2022-12-23 22:45:46 +00:00
Ryan VanderMeulen 5bdcb81ec5 Bug 1807238 - Enable TSAN mochitest-devtools by default. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D165462
2022-12-23 22:20:27 +00:00
Ryan VanderMeulen b950e6cdb8 Bug 1806934 - Enable TSAN web-platform-tests-wdspec by default. r=webdriver-reviewers,jmaher,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D165370
2022-12-22 20:31:42 +00:00
Ryan VanderMeulen c5abb469fa Bug 1806890 - Clean up mochitest-media chunking. r=taskgraph-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D165323
2022-12-21 20:12:06 +00:00
Ryan VanderMeulen e8d2c208a3 Bug 1806832 - Enable TSAN mochitest-chrome by default. r=taskgraph-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D165281
2022-12-21 15:17:36 +00:00
Ray Kraesig a3fb6515cf Bug 1804178 - [6/6] Switch from pytoml to toml in (almost) all other contexts r=firefox-build-system-reviewers,releng-reviewers,glandium,ahal
Convert all other imports of `pytoml` within mozilla-central to imports
of `toml`.

As both libraries patterned their API on that of the Python standard-
library module `json`, this is mostly a straight replace, with two
caveats:

  * pytoml's exception messages when loading a file provide the file
    name; toml's do not. Some additional machinery has been added or
    repurposed in a few places to ensure that the relevant filename is
    printed.

  * In `python_lockfile.py`, the order of arguments to `dump` needed to
    be reversed. (`toml` follows `json` in this; `pytoml` differs.)

This patchset does not remove pytoml from `requirements.in`, as `pytoml`
is still used by `compare-locales`.

Differential Revision: https://phabricator.services.mozilla.com/D164155
2022-12-20 23:01:26 +00:00
Ray Kraesig 5a08e0d0b1 Bug 1804178 - [1/6] Add `toml` to mach requirements r=firefox-build-system-reviewers,glandium
The `pytoml` library is abandoned, and does not support TOML v0.5.0,
which Cargo uses. This prevents mach from properly parsing many
Cargo.toml files.

Include the `toml` library as a slightly more modern and currently-
maintained alternative for use in mach.

Supply-chain notes:
  - toml v0.10.2 is MIT-licensed, which is an approved MPL-compatible
    license.
  - I have personally audited this version of `toml` and consider it
    "safe-to-run", as much as any Python code can be: other than opening
    and reading/writing a file when specifically requested via `load`/
    `dump` respectively, it performs only string manipulation and
    ordinary object creation.

Differential Revision: https://phabricator.services.mozilla.com/D164150
2022-12-20 23:01:24 +00:00
Ryan VanderMeulen 6add7b745a Bug 1806702 - Increase the max runtime for TSAN mochitest-browser-a11y to 45min. r=taskgraph-reviewers,bhearsum DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D165183
2022-12-20 21:22:32 +00:00
Tom Ritter d641f49795 Bug 1806134: Use --no-ansi with Poetry to avoid an unexpected error r=marco
Also, pin poetry at the same time

Differential Revision: https://phabricator.services.mozilla.com/D165184
2022-12-20 21:01:10 +00:00
Ryan VanderMeulen 0d7440e1da Bug 1806483 - Enable TSAN cppunittests by default. r=jmaher
Depends on D164960

Differential Revision: https://phabricator.services.mozilla.com/D165059
2022-12-20 14:25:35 +00:00
Mark Banner 2cb008575f Bug 1806497 - Update node to v16.19.0. r=firefox-build-system-reviewers,glandium
Differential Revision: https://phabricator.services.mozilla.com/D165065
2022-12-20 07:56:04 +00:00
Andi-Bogdan Postelnicu 0bc9ebdeb6 Bug 1805685 - Don't start source-test-clang-tidy task for header files. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D164684
2022-12-20 07:31:25 +00:00
Csoregi Natalia 2c951dd0d8 Backed out changeset 00838fbbc755 (bug 1806073) for causing clang bustage. CLOSED TREE 2022-12-20 04:38:47 +02:00
Greg Mierzwinski 0043222e3c Bug 1806178 - Add safari to browsers available for grandprix test. r=perftest-reviewers,kshampur
This patch adds the safari browser to the list of available browsers for the grandprix custom benchmark test.

Differential Revision: https://phabricator.services.mozilla.com/D165039
2022-12-20 00:01:53 +00:00
Mike Hommey 5d85a7e370 Bug 1797419 - Update builders to rustc 1.66. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D164767
2022-12-19 22:14:46 +00:00
Ben Hearsum 4b432dfb6c Bug 1805989: fix nightly and esr msix repack configs r=taskgraph-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D165056
2022-12-19 18:22:18 +00:00
Ben Hearsum 073422c0d6 Bug 1805989: run non-shippable MSIX tests on autoland and try r=jmaher
I gave this a good on Try with a bunch of retriggers - no new failures came up, so I think this is good to go.

Differential Revision: https://phabricator.services.mozilla.com/D164939
2022-12-19 16:51:50 +00:00
Ben Hearsum e8506ab2de Bug 1805989: set the MSIX publisher correctly on autoland r=taskgraph-reviewers,ahal
We sign autoland builds with dep certificates. MSIX packages require some of their metadata set in a way that matches the signing cert, which is currently not done correctly for autoland.

Differential Revision: https://phabricator.services.mozilla.com/D165037
2022-12-19 16:51:49 +00:00
Noemi Erli da1f2e0046 Backed out changeset 863fc99bca91 (bug 1806434) for causing unintended consequences CLOSED TREE 2022-12-19 18:36:23 +02:00
Greg Mierzwinski 58b8c73ddf Bug 1806178 - Run grandprix benchmark through a custom browsertime test. r=perftest-reviewers,AlexandruIonescu
This patch adds a test that triggers a benchmark test on the Grandprix website (live). The patch also adds the CI tasks for this test to firefox, chrome, and chromium. The firefox tasks run on autoland, and mozilla-central. Some new code is added to flatten a custom data type if requested. This allows us to easily comb large datasets and organize them into our replicates as long as the key paths match. We remove the "iterations", and "tests" strings as they are unnecessary for unique pathing and we do this with a new test field called `subtest_metric_filters`. The `test_summary` field lets you turn the flattening on and off since some tests don't need this.

Differential Revision: https://phabricator.services.mozilla.com/D164946
2022-12-19 16:21:14 +00:00
Andrew Halberstadt 23ae1157a3 Bug 1806184 - [ci] Migrate 'misc' pool from AWS -> GCP, r=MasterWayZ
This pool runs the 'index' and 'eager-index' tasks. It is not actually a part
of any graph and doesn't show up on Treeherder.

Differential Revision: https://phabricator.services.mozilla.com/D164941
2022-12-19 15:34:43 +00:00
Ben Hearsum ae3459b394 Bug 1806434: try removing fallback from scriptworker helper to see if it's actually needed r=taskgraph-reviewers,ahal
While debugging https://bugzilla.mozilla.org/show_bug.cgi?id=1805989 I noticed this seemingly unnecessary fallback branch in one of the scriptworker helpers. It appears to me that we can drop the second and third branches there, and let everything not in the first branch get handled by get_signing_cert_scope instead.

That function ultimately has its own fallback for things without explicit matches, which applies the same default as the current third branch.

I ran this through tgdiff on try, which found no changes to any tasks for any set of parameters

Differential Revision: https://phabricator.services.mozilla.com/D165022
2022-12-19 15:34:21 +00:00
Ben Hearsum 516dbdf21e Bug 1806182: bump max run time on windows PGO runs. r=ahal
I've seen the max hit a few times in the last couple of weeks; may as well bump it to avoid rerun friction.

Differential Revision: https://phabricator.services.mozilla.com/D164940
2022-12-19 12:07:54 +00:00
Michelle Goossens bff0c42c1c Bug 1806073 - Migrate Windows 2012 workloads to Azure r=ahal,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D164898
2022-12-19 10:26:40 +00:00
Tom Ritter bfe2366de2 Bug 1806134: Add verbose flags for debugging r=marco DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D164935
2022-12-16 23:03:42 +00:00
Cristian Tuns 9966f020fe Backed out changeset 079d34eb51b0 (bug 1805989) for causing bc failures on win 10 2004 msix CLOSED TREE 2022-12-16 18:27:20 -05:00
Mike Hommey 41c895c0d7 Bug 1245969 - Add tasks that perform a bootstrap on various bare Linux environments. r=taskgraph-reviewers,firefox-build-system-reviewers,jlorenzo,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D162974
2022-12-16 21:44:19 +00:00
Ben Hearsum 9cdac0a5f3 Bug 1806164: only generate msix variant for opt windows 10 platforms r=jmaher
None of the others will work either because the platform is not windows, or the build type on Windows doesn't support signing (eg: asan, ccov).

Differential Revision: https://phabricator.services.mozilla.com/D164938
2022-12-16 21:14:23 +00:00
Ben Hearsum b6cc4d37e1 Bug 1805989: run non-shippable MSIX tests on autoland and try r=jmaher
I gave this a good on Try with a bunch of retriggers - no new failures came up, so I think this is good to go.

Differential Revision: https://phabricator.services.mozilla.com/D164939
2022-12-16 21:14:04 +00:00
Mike Hommey 49f82a3299 Bug 1806036 - Remove explicit docker-image references when that's the default. r=taskgraph-reviewers,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D164864
2022-12-16 20:59:40 +00:00
Ryan VanderMeulen 969998dbc7 Bug 1806175 - Don't try to enable parallel marking in TSAN compiled unit tests. r=jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D164937
2022-12-16 20:58:10 +00:00
Ben Hearsum 4ad7a47040 Bug 1806150: Bump max runtime for msix browser chrome r=jmaher
I've been seeing some timeouts at 1 hour -- 1.5h should be fine.

Differential Revision: https://phabricator.services.mozilla.com/D164918
2022-12-16 18:54:31 +00:00
Marco Castelluccio d28152cb28 Bug 1806133 - Update redo package's expected hash. r=ahal CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D164911
2022-12-16 16:10:49 +00:00
Marco Castelluccio faa5410de1 Bug 1790816 - Reformat taskcluster/ with isort. r=#linter-reviewers CLOSED TREE
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D162661
2022-12-16 11:14:02 +00:00
Marco Castelluccio c0cd912663 Bug 1803510 - Add an isort linting task. r=linter-reviewers,ahal DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D163652
2022-12-16 10:40:46 +00:00
andrej 36a6ea45a1 Bug 1778822 - Create CI files for fenix and focus startup benchmarks. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D164737
2022-12-15 16:57:28 +00:00
Greg Mierzwinski 46c8d35400 Bug 1799655 - Disable g-search perftests for permas. r=perftest-reviewers,kshampur
This patch disables the g-search tests because they're intermittently failing with a captcha test.

Differential Revision: https://phabricator.services.mozilla.com/D164806
2022-12-15 16:04:17 +00:00
Ben Hearsum ac96f1204a Bug 1712329: Enable mochitest-browser-chrome tests for msix variant r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D164087
2022-12-15 14:30:13 +00:00
Jon Coppeard ba3b2937c4 Bug 1805442 - Enable parallel marking in TSAN tests r=jmaher
To help test parallel marking this patch enables it in some browser TSAN tests.
This change will be removed when it is enabled by default.

Differential Revision: https://phabricator.services.mozilla.com/D164579
2022-12-15 09:52:47 +00:00
Iulian Moraru cc585bd1b0 Backed out 11 changesets (bug 1804903, bug 1804902, bug 1804900, bug 1804899, bug 1712329, bug 1804898, bug 1804894, bug 1804904, bug 1804896, bug 1804905) for breaking gecko decision task. CLOSED TREE
Backed out changeset 9e7813271e6b (bug 1712329)
Backed out changeset 29aa1d032dd3 (bug 1804903)
Backed out changeset 22ef0b00cc99 (bug 1804905)
Backed out changeset 8fad832a574e (bug 1804904)
Backed out changeset 60f185a3a485 (bug 1804902)
Backed out changeset 8b69824de6e2 (bug 1804900)
Backed out changeset 140f75f3f919 (bug 1804899)
Backed out changeset f4da44b1a219 (bug 1804898)
Backed out changeset 7cf946ae8295 (bug 1804896)
Backed out changeset 07d62af0767f (bug 1804894)
Backed out changeset 1e3e02cc3b1f (bug 1712329)
2022-12-15 03:16:41 +02:00
Ben Hearsum 7199446671 Bug 1712329: Enable mochitest-browser-chrome tests for msix variant r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D164087
2022-12-15 00:45:16 +00:00
Ryan VanderMeulen ca77fe1c0b Bug 1805536 - Align TSAN scheduling more closely with ASAN and enable more passing suites. r=webdriver-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D164600
2022-12-14 13:41:19 +00:00
Mike Hommey cc8462672a Bug 1805587 - Add missing include. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D164637
2022-12-14 08:59:10 +00:00
Mike Hommey 4819a4a6f8 Bug 1805504 - Disable wasm sandboxing when building rusttests. r=firefox-build-system-reviewers,nalexander
No rust code indirectly depends on wasm-sandboxed code, so we don't need
to build the sandbox.

Differential Revision: https://phabricator.services.mozilla.com/D164619
2022-12-14 00:52:16 +00:00
Mike Hommey 41f4ad5f30 Bug 1804602 - Remove Debian 10-based docker images. r=taskgraph-reviewers,aki
Differential Revision: https://phabricator.services.mozilla.com/D164182
2022-12-13 09:29:34 +00:00
Mike Hommey 03626e19b9 Bug 1804604 - Run release-notify-started tasks on Debian 11. r=releng-reviewers,gbrown,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D164187
2022-12-13 09:23:25 +00:00
Andrew Halberstadt 17a788402a Bug 1805263 - [ci] Revert 'release-flatpack-repackage' tasks back to AWS, r=releng-reviewers,aki
We had https://bugzilla.mozilla.org/show_bug.cgi?id=1795884 on file for this already, but the
task passes on try and I must have unwittingly re-landed it again.

Differential Revision: https://phabricator.services.mozilla.com/D164482
2022-12-12 20:37:33 +00:00
Ben Hearsum 2e674c6f2e Bug 1712329: Enable mochitest-media tests for msix variant r=jmaher,ahal
This test suite seems to be green on try already.

Differential Revision: https://phabricator.services.mozilla.com/D164084
2022-12-12 14:36:41 +00:00
Ben Hearsum cd7d832ee8 Bug 1712329: Ensure msix tests show up on try without --full r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D164083
2022-12-12 14:36:41 +00:00
Ben Hearsum d4ac00c2a2 Bug 1712329: Use correct build signing tasks for msix test dependencies r=ahal
I ended up making what I think is an overall improvement to build-signing: moving it out to test-platforms.yml. This was more or less necessary due to the need to key it on variant. (It would've been possible to keep in the loader, but it would've been much uglier...)

As far as I can tell, all current jobs are keeping their current dependencies correctly from a run of `./mach taskgraph target-graph -p project=mozilla-central -J --diff`

Differential Revision: https://phabricator.services.mozilla.com/D164082
2022-12-12 14:36:40 +00:00
Ben Hearsum 7168a4ed55 Bug 1712329: Allow test kind's mozharness.requires-signed-builds and target to be keyed by variant r=ahal
The original version of this patch (https://phabricator.services.mozilla.com/D119213) was much simpler, but even after the big refactor this is mostly just moving a few things around and adding some keyed by support.

Differential Revision: https://phabricator.services.mozilla.com/D164081
2022-12-12 14:36:40 +00:00
Julien Cristau b309f5ec20 Bug 1803831 - [ci] Migrate 'valgrind' tasks from AWS -> GCP, r=MasterWayZ,ahal,glandium
For some reason when running on b-linux-gcp workers, valgrind crashes, but it
runs OK on t-linux-kvm-gcp, so use that.

Differential Revision: https://phabricator.services.mozilla.com/D164090
2022-12-12 10:02:39 +00:00
Mike Hommey f460dc75d5 Bug 1804167 - Use sysroot when building AFL instrumentation toolchain. r=decoder
clang is built using the sysroot, and not using the sysroot to build the
afl-llvm-pass plugin can lead to ABI differences that lead to crashes.

Differential Revision: https://phabricator.services.mozilla.com/D163905
2022-12-11 21:00:01 +00:00
Gabriele Svelto 14cb5e4415 Bug 1805006 - Revert changes that caused the scraper scripts to fail r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D164408
2022-12-10 10:54:30 +00:00
Joel Maher fded74dc7f Bug 1804995 - Move mochitest-remote from hardware to virtualized environment. r=bxbrenden! CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D164400
2022-12-10 00:07:17 +00:00
Gabriele Svelto be74cacc64 Bug 1804840 - Update rust-minidump to version 0.15.2 r=KrisWright
Differential Revision: https://phabricator.services.mozilla.com/D164316
2022-12-09 21:38:28 +00:00
Joel Maher 2c49108189 Bug 1804529 - re-enabling non debug unittests on android phones. r=bxbrenden
Differential Revision: https://phabricator.services.mozilla.com/D164298
2022-12-09 18:11:35 +00:00
Ryan VanderMeulen 1c72078a6b Bug 1804808 - Run Tier 1 TSAN test suites on all trees. r=jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D164306
2022-12-09 04:30:39 +00:00
Mike Hommey bc19df5359 Bug 1804601 - Update webrender docker image to Debian 11. r=gfx-reviewers,gw
Also remove the openjdk hack from the Dockerfile, since openjdk hasn't
been installed since bug 1740358.

Differential Revision: https://phabricator.services.mozilla.com/D164181
2022-12-09 01:39:46 +00:00
Mike Hommey 1861703e51 Bug 1797891 - Make some tasks really only run on m-c or autoland. r=jcristau
As of bug 1791454 m-c and autoland both also imply the toolchains
branch, which doesn't work for every kind of task, some of which are
really meant to only run on those branches.

Differential Revision: https://phabricator.services.mozilla.com/D164149
2022-12-08 21:18:06 +00:00
Andrew Halberstadt d428faabc7 Bug 1795042 - [ci] Migrate 'packages' tasks from AWS -> GCP, r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D164238
2022-12-08 18:48:03 +00:00
Marian-Vasile Laza b94fb931fa Backed out 7 changesets (bug 1712329) for causing mochitest certificate integration failures. CLOSED TREE
Backed out changeset 9812a580faff (bug 1712329)
Backed out changeset 108f339bf13e (bug 1712329)
Backed out changeset a64c580e31d0 (bug 1712329)
Backed out changeset 7cce6af9c6b5 (bug 1712329)
Backed out changeset e7f1b3c8f532 (bug 1712329)
Backed out changeset 71562a7b9060 (bug 1712329)
Backed out changeset d249b4468265 (bug 1712329)
2022-12-08 19:25:57 +02:00
Ben Hearsum 79dd85e9fe Bug 1712329: Enable mochitest-media tests for msix variant r=jmaher,ahal
This test suite seems to be green on try already.

Differential Revision: https://phabricator.services.mozilla.com/D164084
2022-12-08 15:16:46 +00:00
Ben Hearsum 2ab4b48ebb Bug 1712329: Ensure msix tests show up on try without --full r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D164083
2022-12-08 15:16:45 +00:00
Ben Hearsum 1a80330a2c Bug 1712329: Use correct build signing tasks for msix test dependencies r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D164082
2022-12-08 15:16:45 +00:00
Ben Hearsum 89c961c663 Bug 1712329: Allow test kind's mozharness.requires-signed-builds and target to be keyed by variant r=ahal
The original version of this patch (https://phabricator.services.mozilla.com/D119213) was much simpler, but even after the big refactor this is mostly just moving a few things around and adding some keyed by support.

Differential Revision: https://phabricator.services.mozilla.com/D164081
2022-12-08 15:16:45 +00:00
Marian-Vasile Laza 0f9f899589 Backed out 7 changesets (bug 1712329) for breaking the decision task landing. CLOSED TREE
Backed out changeset 6663585b720e (bug 1712329)
Backed out changeset 054c8b42c54d (bug 1712329)
Backed out changeset 86bc88c293fe (bug 1712329)
Backed out changeset 16b42b3c4f49 (bug 1712329)
Backed out changeset a937a2551259 (bug 1712329)
Backed out changeset 81a9fa3a88c2 (bug 1712329)
Backed out changeset c8e40be18e99 (bug 1712329)
2022-12-08 16:29:30 +02:00
Ben Hearsum bf478305a1 Bug 1712329: Enable mochitest-media tests for msix variant r=jmaher,ahal
This test suite seems to be green on try already.

Differential Revision: https://phabricator.services.mozilla.com/D164084
2022-12-08 14:15:30 +00:00
Ben Hearsum 583bfc97be Bug 1712329: Ensure msix tests show up on try without --full r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D164083
2022-12-08 14:15:30 +00:00
Ben Hearsum 417dc12f3e Bug 1712329: Use correct build signing tasks for msix test dependencies r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D164082
2022-12-08 14:15:29 +00:00
Ben Hearsum 5e4d68279e Bug 1712329: Allow test kind's mozharness.requires-signed-builds and target to be keyed by variant r=ahal
The original version of this patch (https://phabricator.services.mozilla.com/D119213) was much simpler, but even after the big refactor this is mostly just moving a few things around and adding some keyed by support.

Differential Revision: https://phabricator.services.mozilla.com/D164081
2022-12-08 14:15:29 +00:00
Alexandre Lissy ac8227ce16 Bug 1804620 - Use find instead of fd for symbol-scrapers r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D164209
2022-12-08 13:27:46 +00:00
Mike Hommey 5543f8ecb5 Bug 1804389 - Update system-symbols-win docker image to Debian 11. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D164041
2022-12-07 21:28:23 +00:00
Mike Hommey 672b39065f Bug 1804389 - Update system-symbols-mac docker image to Debian 11. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D164040
2022-12-07 21:28:22 +00:00
Mike Hommey 057f243547 Bug 1804390 - Update push-to-try/updatebot docker images to Debian 11. r=releng-reviewers,tjr,jcristau
We remove the python2 packages that are of no use, and bzr, which causes
problems because it pulls a dulwich package that conflicts with the
dulwich that pip wants to install when installing poetry. AFAIK, we have
no use for bzr.

Differential Revision: https://phabricator.services.mozilla.com/D164042
2022-12-07 21:21:08 +00:00
Mike Hommey 816377812c Bug 1804388 - Update sentry docker image to Debian 11. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D164039
2022-12-07 21:20:09 +00:00
Mike Hommey a6aebd2065 Bug 1804387 - Update github-sync docker image to Debian 11. r=releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D164038
2022-12-07 21:16:01 +00:00
Mike Hommey b009eceb27 Bug 1804386 - Update partner-repack docker image to Debian 11. r=releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D164037
2022-12-07 21:10:39 +00:00
Ben Hearsum 17e2b029ca Bug 1712329: linting pass on files I will be touching r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D164077
2022-12-07 20:23:46 +00:00
Tom Ritter 8efd64bdbf Bug 1700396: Bump Updatebot version for phabricator fixes r=andi
Correctly handle group phab reviewers and submit two separate
phabricator revisions for two patches

Differential Revision: https://phabricator.services.mozilla.com/D163872
2022-12-07 17:20:54 +00:00
Kash Shampur 2aa3c9900d Bug 1803792 - Add Safari performance tests to general_perf_testing cron. r=perftest-reviewers,sparky
Now that we can run performance tests on Safari, this patch adds these tests to the general_perf_testing cron.
This let's us run the existing Safari live and benchmark tests at the same frequency as Chrome tests.

Differential Revision: https://phabricator.services.mozilla.com/D163987
2022-12-07 14:24:13 +00:00
serge-sans-paille 7868df2196 Bug 1804251 - Update debian-11 docker image r=glandium
- Update base snapshot
- Upgrade to clang-13 and add lld-13 as a preliminary step for https://bugzilla.mozilla.org/show_bug.cgi?id=1799423

Differential Revision: https://phabricator.services.mozilla.com/D163945
2022-12-07 05:09:30 +00:00
Heitor Neiva b71d7b535b Bug 1801381 - Disable run_configure for mac repackaging r=glandium
Switches from `buildconfig.substs` to `bootstrap_toolchain` for the repackage job
Refactors mozpack/dmg to not depend on the environment; Moves path resolution of tools up to `mozbuild.action.{make_dmg|unpack_dmg}`
Update syntax to python 3.7+

Differential Revision: https://phabricator.services.mozilla.com/D163129
2022-12-06 21:11:43 +00:00
Geoff Brown a132d5f6ab Bug 1756129 - Retry network requests in fetch-chromium.py; r=sparky
Retry network requests to avoid those intermittent failures resulting from temporary network or server outages.

Differential Revision: https://phabricator.services.mozilla.com/D163876
2022-12-06 16:00:47 +00:00
Andrew Halberstadt 99c109e78a Bug 1795042 - [ci] Migrate 'system-symbols-upload' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D162622
2022-12-06 14:20:08 +00:00
Alexandre Lissy 769cbd8fec Bug 1804208 - Handle spaces correctly on reprocessing r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D163923
2022-12-06 13:08:36 +00:00
Stanca Serban 457fffd7b7 Backed out changeset d5e57953b041 (bug 1804208) as requested by Gerard-Majax. CLOSED TREE 2022-12-06 14:37:45 +02:00
Alexandre Lissy eee12a3d76 Bug 1804208 - Handle spaces correctly on reprocessing r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D163923
2022-12-06 11:01:15 +00:00
Andrew Halberstadt b1b63ca8f0 Bug 1795042 - [ci] Migrate Android 'generate-profile' tasks from AWS -> GCP, r=MasterWayZ
Depends on D163604

Differential Revision: https://phabricator.services.mozilla.com/D163605
2022-12-05 21:35:44 +00:00
Gabriel Bustamante 929a011067 Bug 1799233 - Add tasks to repack Firefox nightly builds into Debian Packages r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D161743
2022-12-05 21:10:07 +00:00
Brenden Hyde 99db5f0a1d Bug 1790453 - Selectively expire public/build artifacts early. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D163647
2022-12-05 20:11:56 +00:00
Alex Finder 3ce001633d Bug 1585039 [meta][android] Add support to raptor-browsertime for measuring cpu r=perftest-reviewers,sparky,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D161313
2022-12-05 15:36:11 +00:00
Dave Hunt f45bb4d253 Bug 1779588 - Add support for running Raptor performance tests against Safari. r=perftest-reviewers,sparky
This patch adds the ability to run raptor performance tests (specifically benchmark and live pageload tests) with Safari on our MacOS hardware.
This will let us compare Safari to Firefox for a subset of our tests.
Bug 1802922 is a follow up to look into some of the failing tests in Safari that were disabled for this patch.

Differential Revision: https://phabricator.services.mozilla.com/D160890
2022-12-05 15:01:33 +00:00
Alexandre Lissy 1c18616170 Bug 1803875 - Dont fail silently on SuperSearch/Reprocessing of crashes r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D163832
2022-12-05 14:52:51 +00:00
Sylvestre Ledru 67afcca535 Bug 1801395 - Update to sccache 0.3.1 r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D162430
2022-12-05 13:42:54 +00:00
Sandor Molnar 91d923e157 Backed out changeset 5a43305a0147 (bug 1790453) for causing py unit test failures. CLOSED TREE 2022-12-03 00:17:23 +02:00
Brenden Hyde cabafb4746 Bug 1790453 - Selectively expire public/build artifacts early. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D163647
2022-12-02 21:31:03 +00:00
Cosmin Sabou 511dd02ae1 Merge autoland to mozilla-central. a=merge 2022-12-02 23:24:22 +02:00
Csoregi Natalia 3846421138 Backed out changeset 94c4492b9ede (bug 1795042) for blocking GV nightlies from running. a=backout 2022-12-02 19:14:35 +02:00
Gabriele Svelto f619db4279 Bug 1709543 - Fix the macOS symbol scraper to scrape older builds r=glandium
This patch fixes several issues and needs to work together with matching
changes in reposado:
* The package dumper handles nested packages correctly
* Disk image files (.dmg) are handled as well as package ones (.pkg) and ZIP archives (.zip)
* Fixed some code that still used python 2 semantics
* Deleting temporary directories was made more reliable
* Use the libdmg build provided in the toolchain

Differential Revision: https://phabricator.services.mozilla.com/D137207
2022-12-02 13:56:11 +00:00
Alexandre Lissy 82b0628fab Bug 1803648 - Update symbol scrapers r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D163658
2022-12-02 10:28:59 +00:00
Henrik Skupin 54295c0592 Bug 1676487 - [marionette] Reduce max-run-time for jobs in Taskcluster. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D163449
2022-12-02 09:15:39 +00:00
Marco Castelluccio 5203443423 No bug - Black should run when tools/lint/black.yml is modified and not tools/lint/flake8.yml. r=linter-reviewers,sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D163654
2022-12-02 00:11:45 +00:00
Cristian Tuns 3ef28fd16c Backed out changeset 93a99f808df6 (bug 1799233) for causing endless exceptions 2022-12-01 18:39:18 -05:00
Gabriel Bustamante 4da6f3c01b Bug 1799233 - Add tasks to repack Firefox nightly builds into Debian Packages r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D161743
2022-12-01 21:26:53 +00:00
Otto Länd 3044a66464 No bug: apply code formatting via Lando
# ignore-this-changeset
2022-12-01 21:15:20 +00:00
Andrew Halberstadt d23623a311 Bug 1795042 - [ci] Migrate 'diffoscope' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D163613
2022-12-01 21:12:26 +00:00
Andrew Halberstadt 85ea786c62 Bug 1795042 - [ci] Migrate Android 'generate-profile' tasks from AWS -> GCP, r=MasterWayZ
Depends on D163604

Differential Revision: https://phabricator.services.mozilla.com/D163605
2022-12-01 21:12:26 +00:00
Andrew Halberstadt cadf0683ac Bug 1795042 - [ci] Migrate 'l10n-cross-channel' tasks from AWS -> GCP, r=MasterWayZ,releng-reviewers,gbrown
Depends on D163603

Differential Revision: https://phabricator.services.mozilla.com/D163604
2022-12-01 21:12:25 +00:00
Andrew Halberstadt b610afa6e0 Bug 1795042 - [ci] Migrate 'cron-bouncer-check' tasks from AWS -> GCP, r=MasterWayZ,releng-reviewers,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D163603
2022-12-01 21:12:25 +00:00
Mark Banner 67a651fc98 Bug 1803509 - Turn off warnings for eslint-build source task. r=releng-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D163592
2022-12-01 16:03:23 +00:00
Butkovits Atila 9894c19165 Backed out changeset c353f81b2823 (bug 1799423) for causing build OSX bustages. CLOSED TREE 2022-12-01 15:42:11 +02:00
serge-sans-paille aae108f1a3 Bug 1799423 - link clang with lld r=firefox-build-system-reviewers,glandium
As a side effect, this obsoletes the "link" config as clang always uses
the lld linker alongside its own install.

Differential Revision: https://phabricator.services.mozilla.com/D161436
2022-12-01 08:51:47 +00:00
Norisz Fay 1235811770 Backed out changeset 632f9747a11e (bug 1801381) for causing build bustages on OSX. CLOSED TREE 2022-12-01 12:01:04 +02:00
Heitor Neiva c502d9c55b Bug 1801381 - Disable run_configure for mac repackaging r=glandium
Switches from `buildconfig.substs` to `bootstrap_toolchain` for the repackage job
Refactors mozpack/dmg to not depend on the environment; Moves path resolution of tools up to `mozbuild.action.{make_dmg|unpack_dmg}`
Update syntax to python 3.7+

Differential Revision: https://phabricator.services.mozilla.com/D163129
2022-12-01 01:29:27 +00:00
Gabriele Svelto debb4059e1 Bug 1803326 - Make the symbol scrapers pick up the expat packages r=gerard-majax DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D163441
2022-11-30 10:17:41 +00:00
Andrew Halberstadt cc760d5dab Bug 1795042 - [ci] Migrate 'repo-update' tasks from AWS -> GCP, r=MasterWayZ
CLOSED TREE

Depends on D163332

Differential Revision: https://phabricator.services.mozilla.com/D163334
2022-11-29 16:19:01 +00:00
Andrew Halberstadt 0eb9b0daf2 Bug 1795042 - [ci] Migrate 'upload-symbols' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D163332
2022-11-29 16:19:01 +00:00
Sandor Molnar 048272e302 Backed out 2 changesets (bug 1795042) on the suspicion of busting Pulsebot. CLOSED TREE
Backed out changeset 56ade5390ee6 (bug 1795042)
Backed out changeset 9fd76357cec7 (bug 1795042)
2022-11-30 10:38:36 +02:00
owlishDeveloper b4e5bbb4c4 Bug 1802953 - Temporarily enable Fission tests on Android in isolateNothing mode r=geckoview-reviewers,jmaher,calu
We want these tests to run by default on Android Fission to get some statistics on the failures, and to let the wpt-sync bot adjust the expectations. Once the work on fixing wpt tests on Android Fission is complete, we plan to revisit this and make the tier of these tests to be default

Differential Revision: https://phabricator.services.mozilla.com/D163262
2022-11-29 23:04:14 +00:00
Bobby Holley 09a315f97c Bug 1802222 — Update cargo-vet to November 23rd. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D162910
2022-11-29 22:24:26 +00:00
Ben Hearsum 75ae6f6158 No bug: Fix an issue where ./mach taskgraph --diff sometimes uses the wrong taskgraph schema r=ahal
It's unclear exactly what is happening, but ensuring that gecko_taskgraph is loaded immediately after being unloaded will ensure that it is always before taskcluster_taskgraph in sys.path, which avoids the issue.

Differential Revision: https://phabricator.services.mozilla.com/D163377
2022-11-29 21:59:07 +00:00
Gabriele Svelto a50206c197 Bug 1803208 - Update dump_syms to version 2.1.1 r=calixte
This fixes issues with INLINE_ORIGIN directives where the original function
name contained newlines.

Differential Revision: https://phabricator.services.mozilla.com/D163373
2022-11-29 21:28:54 +00:00
andrej 1dbeaddea4 Bug 1797770 - Add chromedriver for Chrome 108. r=perftest-reviewers,kshampur
Differential Revision: https://phabricator.services.mozilla.com/D163263
2022-11-29 19:14:23 +00:00
Andrew Halberstadt 9e2d9c8529 Bug 1795042 - [ci] Migrate 'repo-update' tasks from AWS -> GCP, r=MasterWayZ
Depends on D163332

Differential Revision: https://phabricator.services.mozilla.com/D163334
2022-11-29 16:19:01 +00:00
Andrew Halberstadt f990aa949c Bug 1795042 - [ci] Migrate 'upload-symbols' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D163332
2022-11-29 16:19:01 +00:00
Andrew Halberstadt 651d38f7e3 Bug 1795042 - [ci] Migrate remaining release tasks from AWS -> GCP, r=MasterWayZ,releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D163272
2022-11-29 15:39:47 +00:00
Andrew Halberstadt 692bb41b62 Bug 1801283 - [ci] Disable optimization for 'eslint-build' task, r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D163259
2022-11-28 21:52:58 +00:00
Mark Banner 2738023a40 Bug 1800874 - Promote eslint-build tester to tier-2. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D163158
2022-11-26 16:22:29 +00:00
Jesse Schwartzentruber cc5a93bd54 Bug 1802356 - Move Android debug-fuzzing build from x86 to x86_64 r=taskgraph-reviewers,geckoview-reviewers,jcristau,m_kato
Differential Revision: https://phabricator.services.mozilla.com/D163020
2022-11-25 14:58:03 +00:00
Iulian Moraru 9a50cb98c6 Backed out changeset 7ee6fbff56f3 (bug 1802222) for causing toolchains bustages cargo-vet related. CLOSED TREE 2022-11-25 07:23:11 +02:00
Bobby Holley c426eb479c Bug 1802222 — Update cargo-vet to November 23rd. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D162910
2022-11-25 05:07:41 +00:00
Iulian Moraru 0c21622862 Backed out 2 changesets (bug 1245969) - for causing bootstrap bustages. CLOSED TREE
Backed out changeset b5967ff5a23c
Backed out changeset 03596bbe6b15 (bug 1245969)
2022-11-25 05:06:42 +02:00
Otto Länd e260350f6f No bug: apply code formatting via Lando
# ignore-this-changeset

Output from `mach lint`:

error: problem with lint setup, skipping android-api-lint, android-checkstyle, android-format, android-javadoc, android-lint, android-test
Unable to match yaml regex against output: Site not up-to-date reason: The pthfile at "/repos/mozilla-central/obj-x86_64-pc-linux-gnu/_virtualenvs/common/lib/python3.9/site-packages/mach.pth" does not match the expected value.
Unable to match yaml regex against output: # --- on-disk pthfile: ---
Unable to match yaml regex against output: /repos/mozilla-central/build
Unable to match yaml regex against output: /repos/mozilla-central/config
Unable to match yaml regex against output: /repos/mozilla-central/config/mozunit
Unable to match yaml regex against output: /repos/mozilla-central/dom/bindings
Unable to match yaml regex against output: /repos/mozilla-central/dom/bindings/parser
Unable to match yaml regex against output: /repos/mozilla-central/layout/tools/reftest
Unable to match yaml regex against output: /repos/mozilla-central/python/l10n
Unable to match yaml regex against output: /repos/mozilla-central/python/mach
Unable to match yaml regex against output: /repos/mozilla-central/python/mozboot
Unable to match yaml regex against output: /repos/mozilla-central/python/mozbuild
Unable to match yaml regex against output: /repos/mozilla-central/python/mozlint
Unable to match yaml regex against output: /repos/mozilla-central/python/mozperftest
Unable to match yaml regex against output: /repos/mozilla-central/python/mozrelease
Unable to match yaml regex against output: /repos/mozilla-central/python/mozterm
Unable to match yaml regex against output: /repos/mozilla-central/python/mozversioncontrol
Unable to match yaml regex against output: /repos/mozilla-central/security/manager/tools
Unable to match yaml regex against output: /repos/mozilla-central/taskcluster
Unable to match yaml regex against output: /repos/mozilla-central/testing
Unable to match yaml regex against output: /repos/mozilla-central/testing/awsy
Unable to match yaml regex against output: /repos/mozilla-central/testing/condprofile
Unable to match yaml regex against output: /repos/mozilla-central/testing/firefox-ui/harness
Unable to match yaml regex against output: /repos/mozilla-central/testing/marionette/client
Unable to match yaml regex against output: /repos/mozilla-central/testing/marionette/harness
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/manifestparser
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozcrash
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozdebug
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozdevice
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozfile
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozhttpd
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozgeckoprofiler
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozinfo
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozinstall
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozleak
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozlog
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/moznetwork
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozpower
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozprocess
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozprofile
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozproxy
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozrunner
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozsystemmonitor
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozscreenshot
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/moztest
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozversion
Unable to match yaml regex against output: /repos/mozilla-central/testing/raptor
Unable to match yaml regex against output: /repos/mozilla-central/testing/talos
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform
Unable to match yaml regex against output: /repos/mozilla-central/testing/xpcshell
Unable to match yaml regex against output: /repos/mozilla-central/toolkit/components/telemetry/tests/marionette/harness
Unable to match yaml regex against output: /repos/mozilla-central/tools
Unable to match yaml regex against output: /repos/mozilla-central/tools/moztreedocs
Unable to match yaml regex against output: /repos/mozilla-central/xpcom/ds/tools
Unable to match yaml regex against output: /repos/mozilla-central/xpcom/geckoprocesstypes_generator
Unable to match yaml regex against output: /repos/mozilla-central/xpcom/idl-parser
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/funcsigs
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/h2
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/hpack
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/html5lib
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/hyperframe
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/pywebsocket3
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/webencodings
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/wptserve
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/wptrunner
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/aiohttp
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/ansicon
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/appdirs
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/async_timeout
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/attrs
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/blessed
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/cbor2
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/certifi
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/chardet
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/click
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/colorama
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/compare_locales
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/cookies
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/cram
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/diskcache
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/distro
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/dlmanager
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/ecdsa
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/esprima
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/fluent.migrate
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/fluent.syntax
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/giturlparse
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/gyp/pylib
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/idna
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/idna-ssl
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/importlib_metadata
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/iso8601
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/Jinja2
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/jinxed
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/jsmin
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/json-e
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/jsonschema
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/looseversion
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/MarkupSafe/src
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/mohawk
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/mozilla_repo_urls
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/mozilla_version
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/multidict
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/packaging
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pathspec
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pip
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pip_tools
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/ply
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyasn1
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyasn1_modules
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pylru
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyparsing
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyrsistent
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/python-hglib
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pytoml
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/PyYAML/lib3
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/redo
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/requests
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/requests_unixsocket
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/responses
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/rsa
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/setuptools
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/sentry_sdk
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/six
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/slugid
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/taskcluster
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/taskcluster_taskgraph
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/taskcluster_urls
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/tqdm
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/typing_extensions
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/urllib3
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/voluptuous
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/wcwidth
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/wheel
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/yamllint
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/yarl
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/zipp
Unable to match yaml regex against output: /app/.mozbuild/srcdirs/mozilla-central-b9868e2b6607/_virtualenvs/mach/lib/python3.9/site-packages
Unable to match yaml regex against output: import sys; sys.path = [p for p in sys.path if p.lower() != '/repos/mozilla-central/obj-x86_64-pc-linux-gnu/_virtualenvs/common/lib/python3.9/site-packages'.lower()]
Unable to match yaml regex against output: import sys; sys.path.append('/repos/mozilla-central/obj-x86_64-pc-linux-gnu/_virtualenvs/common/lib/python3.9/site-packages')
Unable to match yaml regex against output: # --- expected pthfile contents ---
Unable to match yaml regex against output: /repos/mozilla-central/build
Unable to match yaml regex against output: /repos/mozilla-central/config
Unable to match yaml regex against output: /repos/mozilla-central/config/mozunit
Unable to match yaml regex against output: /repos/mozilla-central/dom/bindings
Unable to match yaml regex against output: /repos/mozilla-central/dom/bindings/parser
Unable to match yaml regex against output: /repos/mozilla-central/layout/tools/reftest
Unable to match yaml regex against output: /repos/mozilla-central/python/l10n
Unable to match yaml regex against output: /repos/mozilla-central/python/mach
Unable to match yaml regex against output: /repos/mozilla-central/python/mozboot
Unable to match yaml regex against output: /repos/mozilla-central/python/mozbuild
Unable to match yaml regex against output: /repos/mozilla-central/python/mozlint
Unable to match yaml regex against output: /repos/mozilla-central/python/mozperftest
Unable to match yaml regex against output: /repos/mozilla-central/python/mozrelease
Unable to match yaml regex against output: /repos/mozilla-central/python/mozterm
Unable to match yaml regex against output: /repos/mozilla-central/python/mozversioncontrol
Unable to match yaml regex against output: /repos/mozilla-central/security/manager/tools
Unable to match yaml regex against output: /repos/mozilla-central/taskcluster
Unable to match yaml regex against output: /repos/mozilla-central/testing
Unable to match yaml regex against output: /repos/mozilla-central/testing/awsy
Unable to match yaml regex against output: /repos/mozilla-central/testing/condprofile
Unable to match yaml regex against output: /repos/mozilla-central/testing/firefox-ui/harness
Unable to match yaml regex against output: /repos/mozilla-central/testing/marionette/client
Unable to match yaml regex against output: /repos/mozilla-central/testing/marionette/harness
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/manifestparser
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozcrash
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozdebug
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozdevice
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozfile
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozhttpd
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozgeckoprofiler
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozinfo
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozinstall
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozleak
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozlog
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/moznetwork
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozpower
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozprocess
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozprofile
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozproxy
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozrunner
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozsystemmonitor
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozscreenshot
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/moztest
Unable to match yaml regex against output: /repos/mozilla-central/testing/mozbase/mozversion
Unable to match yaml regex against output: /repos/mozilla-central/testing/raptor
Unable to match yaml regex against output: /repos/mozilla-central/testing/talos
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform
Unable to match yaml regex against output: /repos/mozilla-central/testing/xpcshell
Unable to match yaml regex against output: /repos/mozilla-central/toolkit/components/telemetry/tests/marionette/harness
Unable to match yaml regex against output: /repos/mozilla-central/tools
Unable to match yaml regex against output: /repos/mozilla-central/tools/moztreedocs
Unable to match yaml regex against output: /repos/mozilla-central/xpcom/ds/tools
Unable to match yaml regex against output: /repos/mozilla-central/xpcom/geckoprocesstypes_generator
Unable to match yaml regex against output: /repos/mozilla-central/xpcom/idl-parser
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/h2
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/hpack
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/html5lib
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/hyperframe
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/pywebsocket3
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/third_party/webencodings
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/wptserve
Unable to match yaml regex against output: /repos/mozilla-central/testing/web-platform/tests/tools/wptrunner
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/aiohttp
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/ansicon
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/appdirs
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/async_timeout
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/attrs
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/blessed
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/cbor2
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/certifi
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/chardet
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/click
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/colorama
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/compare_locales
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/cookies
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/cram
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/diskcache
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/distro
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/dlmanager
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/ecdsa
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/esprima
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/fluent.migrate
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/fluent.syntax
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/giturlparse
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/gyp/pylib
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/idna
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/idna-ssl
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/importlib_metadata
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/iso8601
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/Jinja2
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/jinxed
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/jsmin
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/json-e
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/jsonschema
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/looseversion
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/MarkupSafe/src
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/mohawk
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/mozilla_repo_urls
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/mozilla_version
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/multidict
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/packaging
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pathspec
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pip
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pip_tools
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/ply
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyasn1
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyasn1_modules
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pylru
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyparsing
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pyrsistent
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/python-hglib
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/pytoml
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/PyYAML/lib3
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/redo
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/requests
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/requests_unixsocket
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/responses
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/rsa
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/setuptools
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/sentry_sdk
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/six
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/slugid
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/taskcluster
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/taskcluster_taskgraph
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/taskcluster_urls
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/tqdm
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/typing_extensions
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/urllib3
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/voluptuous
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/wcwidth
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/wheel
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/yamllint
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/yarl
Unable to match yaml regex against output: /repos/mozilla-central/third_party/python/zipp
Unable to match yaml regex against output: /app/.mozbuild/srcdirs/mozilla-central-b9868e2b6607/_virtualenvs/mach/lib/python3.9/site-packages
Unable to match yaml regex against output: import sys; sys.path = [p for p in sys.path if p.lower() != '/repos/mozilla-central/obj-x86_64-pc-linux-gnu/_virtualenvs/common/lib/python3.9/site-packages'.lower()]
Unable to match yaml regex against output: import sys; sys.path.append('/repos/mozilla-central/obj-x86_64-pc-linux-gnu/_virtualenvs/common/lib/python3.9/site-packages')
Unable to match yaml regex against output: # ---
Fixing /repos/mozilla-central/taskcluster/gecko_taskgraph/transforms/bootstrap.py
✖ 0 problems (0 errors, 0 warnings, 7 fixed)
2022-11-25 02:21:51 +00:00
Mike Hommey f84ec6b249 Bug 1245969 - Add tasks that perform a bootstrap on various bare Linux environments. r=taskgraph-reviewers,firefox-build-system-reviewers,jlorenzo,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D162974
2022-11-25 02:18:50 +00:00
Andrew Halberstadt ed5352a0d8 Bug 1795042 - [ci] Migrate 'updatebot' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D162996
2022-11-24 18:02:09 +00:00
Mark Banner e59ef8d6fd Bug 1801283 - Fix eslint-build tester running from cron, and make sure it doesn't run at other times. r=releng-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D162385
2022-11-24 16:18:14 +00:00
Cristian Tuns 1e7840b129 Backed out changeset cbbd3bc4d731 (bug 1801283) as requested by Standard8. CLOSED TREE 2022-11-24 03:51:42 -05:00
Mark Banner ac16fdb8c0 Bug 1801283 - Fix eslint-build tester running from cron, and make sure it doesn't run at other times. r=releng-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D162385
2022-11-23 23:21:46 +00:00
Gabriele Svelto 5c414a0bef Bug 1801385 - Pull in dump_syms version 2.1.0 r=calixte
We need at least rust 1.62 to build dump_syms due to the symbolic dependencies
requiring it.

Differential Revision: https://phabricator.services.mozilla.com/D162868
2022-11-23 20:39:22 +00:00
Alex Ionescu 0916724862 Bug 1797443 - Automatically find latest revision for side-by-side r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D160326
2022-11-23 19:18:25 +00:00
Tom Ritter bc54aeca37 Bug 1700396: Bump Updatebot to get the push health and missing projects fixes r=andi
Differential Revision: https://phabricator.services.mozilla.com/D162858
2022-11-23 14:58:13 +00:00
Emilio Cobos Álvarez 5ebd58b44e Bug 1802050 - Update rust nightly toolchain and use it for searchfox android builds too. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D162798
2022-11-23 09:06:39 +00:00
Andrew Halberstadt c0bf86dafb Bug 1795042 - [ci] Migrate 'system-symbols-reprocess' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D162620
2022-11-22 16:12:37 +00:00
Andrew Halberstadt ef615a82c9 Bug 1795042 - [ci] Migrate 'startup-test' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D162619
2022-11-22 16:12:37 +00:00
Csoregi Natalia 0a4632e16b Backed out changeset e9bd011dbf75 (bug 1799423) for causing toolchains failures. CLOSED TREE 2022-11-22 14:22:00 +02:00
serge-sans-paille 936dd7061f Bug 1799423 - link clang with lld r=firefox-build-system-reviewers,glandium
As a side effect, this obsoletes the "link" config as clang always uses
the lld linker alongside its own install.

Differential Revision: https://phabricator.services.mozilla.com/D161436
2022-11-22 09:23:51 +00:00
Mike Hommey 4e9d1c62b6 Bug 1801726 - Upgrade zstandard to 0.19.0. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D162605
2022-11-22 09:12:02 +00:00
Mike Hommey 40d44d6c00 Bug 1801775 - Work around Debian Jessie GPG key being expired. r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D162694
2022-11-22 08:44:18 +00:00
Csoregi Natalia 69b86f1ded Backed out changeset 440b5894d289 (bug 1799423) as per request. CLOSED TREE 2022-11-22 08:24:23 +02:00
serge-sans-paille f8aeb3cbd7 Bug 1799423 - link clang with lld r=firefox-build-system-reviewers,glandium
As a side effect, this obsoletes the "link" config as clang always uses
the lld linker alongside its own install.

Differential Revision: https://phabricator.services.mozilla.com/D161436
2022-11-22 05:54:51 +00:00
Noemi Erli 76383f548e Backed out 2 changesets (bug 1801726) as requested by glandium CLOSED TREE
Backed out changeset 5af80708af6a (bug 1801726)
Backed out changeset c74ad6c6196a (bug 1801726)
2022-11-22 04:55:41 +02:00
Mike Hommey f5b95abfc2 Bug 1801738 - Use --enable-project instead of --enable-application. r=firefox-build-system-reviewers,geckoview-reviewers,calu,ahochheiden
--enable-application is the historic flag, and --enable-project was
added to handle the non-application things we build, while encompassing
the meaning of --enable-application. --enable-project has been preferred
for a while and we should reflect that more consistently in mozconfigs,
documentation, etc.

Differential Revision: https://phabricator.services.mozilla.com/D162625
2022-11-22 02:09:26 +00:00
Mike Hommey a152fc0b61 Bug 1801726 - Upgrade zstandard to 0.19.0. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D162605
2022-11-22 02:03:59 +00:00
Noemi Erli c436871480 Bug 1801041 - Fix gecko-decision bustage r=fix 2022-11-22 02:57:19 +02:00
Cristian Tuns 5e27fc7177 Bug 1801041 - Fix gecko-decision bustage r=fix 2022-11-21 19:36:23 -05:00
Mike Hommey c7e769789a Bug 1801041 - Build trunk-based llvm-symbolizer on the toolchains branch. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D162266
2022-11-22 00:13:29 +00:00
Heitor Neiva abded1577d Bug 1798589 - Mac repackaging on linux r=glandium,releng-reviewers,aki
Differential Revision: https://phabricator.services.mozilla.com/D161712
2022-11-21 21:25:46 +00:00
Alexandre Lissy daf93c5e10 Bug 1801609 - Update symbol-scrapers version r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D162567
2022-11-21 14:50:00 +00:00
Emilio Cobos Álvarez 9d9d8869e5 Bug 1799952 - Add rust-analyzer scip index for Searchfox. r=asuth,glandium
Package rust-analyzer in the rust repack, and use it to generate a scip index.

Differential Revision: https://phabricator.services.mozilla.com/D161716
2022-11-21 08:07:27 +00:00
Norisz Fay 4b9873e3ca Backed out changeset 9a33551de4cc (bug 1798589) for causing python failures CLOSED TREE 2022-11-19 01:38:43 +02:00
Heitor Neiva 90792dfcb0 Bug 1798589 - Mac repackaging on linux r=glandium,releng-reviewers,aki
Differential Revision: https://phabricator.services.mozilla.com/D161712
2022-11-18 23:09:30 +00:00
Norisz Fay 1e5e606512 Backed out changeset 40534e8e5252 (bug 1798589) for causing python failures 2022-11-18 21:54:48 +02:00
Heitor Neiva fc89d904b4 Bug 1798589 - Mac repackaging on linux r=glandium,releng-reviewers,aki
Differential Revision: https://phabricator.services.mozilla.com/D161712
2022-11-18 19:13:53 +00:00
Andrew Halberstadt 5944f3b10a Bug 1795042 - [ci] Migrate 'scriptworker-canary' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D162329
2022-11-18 17:09:25 +00:00
Andrew Halberstadt 6d76905e18 Bug 1795042 - [ci] Migrate 'sentry' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D162338
2022-11-18 17:08:54 +00:00
Jesse Schwartzentruber e00caddea5 Bug 1801316 - Add linux32 fuzzing builds r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D162405
2022-11-18 16:59:08 +00:00
Jesse Schwartzentruber 160cf249af Bug 1801312 - Add macosx-aarch64 fuzzing builds r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D162406
2022-11-18 16:35:53 +00:00
Mike Hommey 79fc010202 Bug 1801058 - Update builders to clang 15.0.5. r=firefox-build-system-reviewers,sergesanspaille
Differential Revision: https://phabricator.services.mozilla.com/D162273
2022-11-17 19:57:30 +00:00
Nick Alexander 9e831a03d2 Bug 1666491 - Add a eslint-build tester (tier 3) that depends on xpt artifacts. r=nalexander,releng-reviewers,gbrown
Depends on D161641

Differential Revision: https://phabricator.services.mozilla.com/D162072
2022-11-17 10:57:41 +00:00
Nick Alexander 85ce1ec470 Bug 1666491 - Package `.xpt` artifacts for consumption by artifact builds. r=firefox-build-system-reviewers,glandium
Some consumers, in particular some lint tasks, may have their builds
substituted with artifact builds.  Therefore, in an artifact build, we
re-package the fetched XPT artifacts.

Using the `zip` Python action makes the resulting archive reproducible.

Depends on D162071

Differential Revision: https://phabricator.services.mozilla.com/D161640
2022-11-17 10:57:40 +00:00
Michelle Goossens cbc3f9219a Bug 1800562 - Migrate fetch jobs from AWS to GCP r=ahal,glandium
Differential Revision: https://phabricator.services.mozilla.com/D162060
2022-11-16 23:11:00 +00:00
Eitan Isaacson 596d77093b Bug 1798621 - P2: Add a11y-no-cache test variant to CI. r=taskgraph-reviewers,ci-and-tooling,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D161347
2022-11-15 01:20:18 +00:00
Iulian Moraru a4f75c98f2 Backed out 2 changesets (bug 1798621) for causing assertion failures on TableAccessible.cpp. CLOSED TREE
Backed out changeset acb437fb6aac (bug 1798621)
Backed out changeset fae2f0fc8cff (bug 1798621)
2022-11-14 23:45:30 +02:00
Eitan Isaacson 5b4e1e6144 Bug 1798621 - P2: Add a11y-no-cache test variant to CI. r=taskgraph-reviewers,ci-and-tooling,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D161347
2022-11-14 20:41:55 +00:00
Makoto Kato 680803f101 Bug 1800169 - Add Java and Kotlin files for rejected-words linter. r=linter-reviewers,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D161861
2022-11-14 14:47:28 +00:00
Greg Mierzwinski 8800cceb74 Bug 1800236 - Add extra summary methods for browsertime results r=perftest-reviewers,afinder
Differential Revision: https://phabricator.services.mozilla.com/D161897
2022-11-11 21:52:34 +00:00
Mike Hommey 0606ceb176 Bug 1800150 - Use the clang-trunk-based wasi sysroot on the toolchains branch. r=firefox-build-system-reviewers,ahochheiden
And because it's built against clang-trunk, it needs the same patch as
compiler-rt-wasi.

Differential Revision: https://phabricator.services.mozilla.com/D161838
2022-11-10 23:45:20 +00:00
Andrew Halberstadt de09eb129e Bug 1799760 - [docs] Ensure warnings are non-fatal when running locally, r=firefox-source-docs-reviewers,marco
When running `./mach doc` locally it is a poor experience to have the build error out
due to fatal warnings, as it's possible the missing refs simply aren't implemented yet.
Or worse, it's possible that the developer ran `./mach doc <subtree>` and the missing
refs don't exist simply because they are outside of <subtree>.

This patch ensures we only enable fatal warnings in CI, or if the user opts into it with
the `--fatal-warnings` flag.

Differential Revision: https://phabricator.services.mozilla.com/D161633
2022-11-10 19:09:16 +00:00
Mike Hommey d07f0c9c9d Bug 1799792 - Adjust wasi-libc to clang trunk changes. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D161648
2022-11-09 23:54:51 +00:00
Barret Rennie be197a3a30 Bug 1798345 - Re-enable fxrecord jobs on m-c r=sparky
Differential Revision: https://phabricator.services.mozilla.com/D160811
2022-11-08 17:02:47 +00:00
june wilde 309272b03d Bug 1798926 - Fix resource link for 'fetch-arcanist' task; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D161438
2022-11-08 14:46:57 +00:00
Jason Kratzer dd02807d03 Bug 1799163 - Add Win64 fuzzing coverage build. r=truber,taskgraph-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D161301
2022-11-08 14:36:45 +00:00
Mike Hommey d0b072eaa2 Bug 1798865 - Use the right llvm-symbolizer on spidermonkey builds. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D161206
2022-11-08 08:16:22 +00:00
Cosmin Sabou 4d88a72636 Backed out 2 changesets (bug 1798865) for causing spidermonkey exceptions.
Backed out changeset e14f128a212e (bug 1798865)
Backed out changeset 70a4325293f5 (bug 1798865)
2022-11-08 07:15:14 +02:00
Mike Hommey c7eb03d629 Bug 1799062 - Update builders to clang 15.0.4. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D161240
2022-11-07 22:22:15 +00:00
Mike Hommey 349711b16d Bug 1798865 - Use the right llvm-symbolizer on spidermonkey builds. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D161206
2022-11-07 22:19:43 +00:00
Mike Hommey f974900d4f Bug 1799041 - Remove unnecessary dependencies on cctools-port. r=firefox-build-system-reviewers,nalexander
In clang tasks, cctools-port is used to merge macos compiler-rts, or to
build clang itself for macos hosts. It's not needed for tasks for
non-macos hosts that don't depend on compiler-rt.

Differential Revision: https://phabricator.services.mozilla.com/D161223
2022-11-07 22:19:16 +00:00
trickypr 8fd1178320 Bug 1510561 - Part 15: Apply `plugin:mozilla/valid-jsdoc` to `taskcluster/docker/periodic-updates`. r=Standard8
Depends on D161389

Differential Revision: https://phabricator.services.mozilla.com/D161390
2022-11-07 17:29:14 +00:00
owlishDeveloper 1132a9fca6 Bug 1790520 - Re-adjust the tiers of wpt tests on Android fission r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D161238
2022-11-04 21:42:34 +00:00
Ray Kraesig ee21435fb3 Bug 1795926 - add `*.txt` to the build trigger mechanism of `clang-tidy` r=glandium
`ThreadAllows.txt` has a sibling file `ThreadFileAllows.txt` which
should also be counted among the clang-plugin's dependencies.

Followup to D159671.

Differential Revision: https://phabricator.services.mozilla.com/D160283
2022-11-04 21:04:17 +00:00
Barret Rennie 98372c04f1 Bug 1798345 - Disable fxrecord jobs on m-c during TOR power shutdown r=sparky
Differential Revision: https://phabricator.services.mozilla.com/D160810
2022-11-04 16:13:18 +00:00
Andrew Halberstadt 57a3ce8eb1 Bug 1759030 - [gecko_taskgraph] Use 'generator.py' from upstream Taskgraph, r=releng-reviewers,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D161057
2022-11-04 14:14:57 +00:00
Andrew Halberstadt e1a8240fd5 Bug 1759030 - Use 'verifications' from upstream taskgraph module, r=releng-reviewers,gbrown
This is the last place that in `gecko_taskgraph/generator.py` that calls into
`gecko_taskgraph` code. By removing it, the two generator.py files will be
identical and the `gecko_taskgraph` copy can be removed.

Differential Revision: https://phabricator.services.mozilla.com/D161080
2022-11-04 14:14:57 +00:00
Greg Mierzwinski 72d80e5df7 Bug 1799020 - Change condprof docker owner. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D161219
2022-11-04 11:45:37 +00:00
Stanca Serban 616c282bed Backed out 3 changesets (bug 1759030) for causing Bug 1799074. CLOSED TREE
Backed out changeset 9c52daf6117c (bug 1759030)
Backed out changeset 9940b1cf6881 (bug 1759030)
Backed out changeset 3f2b2e009c00 (bug 1759030)
2022-11-04 11:22:09 +02:00
Mike Hommey 50a5c11b34 Bug 1789508 - Update builders to rustc 1.65 r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D160992
2022-11-04 02:38:22 +00:00
Butkovits Atila cc446be411 Backed out changeset d6491a153707 (bug 1789508) for causing Gtest failures. CLOSED TREE 2022-11-04 03:32:08 +02:00
Mike Hommey fa98b28dbd Bug 1789508 - Update builders to rustc 1.65 r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D160992
2022-11-04 00:03:53 +00:00
ahochheiden 92ff7d8acc Bug 1798587 - Make condprof `linux64-firefox` command use `venv` instead of `virtualenv` (just like the `macosx64-firefox` command) r=firefox-build-system-reviewers,glandium
Differential Revision: https://phabricator.services.mozilla.com/D160979
2022-11-03 21:12:14 +00:00
Andrew Halberstadt 600e27df8e Bug 1759030 - [gecko_taskgraph] Use 'generator.py' from upstream Taskgraph, r=releng-reviewers,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D161057
2022-11-03 20:51:15 +00:00
Andrew Halberstadt e12e2150b9 Bug 1759030 - Use 'verifications' from upstream taskgraph module, r=releng-reviewers,gbrown
This is the last place that in `gecko_taskgraph/generator.py` that calls into
`gecko_taskgraph` code. By removing it, the two generator.py files will be
identical and the `gecko_taskgraph` copy can be removed.

Differential Revision: https://phabricator.services.mozilla.com/D161080
2022-11-03 20:51:15 +00:00
serge-sans-paille a03166123a Bug 1797277 - Remove Python2 from update-verify image r=releng-reviewers,jcristau,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D160200
2022-11-03 16:24:05 +00:00
serge-sans-paille 4839444482 Bug 1797606 - Cleanup task expiration-policy handling r=taskgraph-reviewers,ahal
Make all expiration date comparison from the same time reference, making
the comparison pedantically valid, and also avoiding repeated implicit
calls to `datetime.datetime.utcnow()`

Use `dict.setdefault` and `dict.get` to decrease the number of control path
in the code, hopefully making it easier to read.

As a bonus, this yields a modest 4% runtime improvement on my setup when
comparing the runtime of

    ./mach taskgraph tasks --fast --no-optimize -q -o /dev/null

Differential Revision: https://phabricator.services.mozilla.com/D160404
2022-11-03 16:23:32 +00:00
serge-sans-paille 33b96a22ec Bug 1797698 - Minor gecko_taskgraph/transforms/task.py cleanup r=taskgraph-reviewers,ahal
Avoid long lines by using appropriate temporary variables.
Use dict.pop instead of dict.get + del.
Move loop invariant outside of loops.

Differential Revision: https://phabricator.services.mozilla.com/D160467
2022-11-03 16:23:07 +00:00
serge-sans-paille f0f87acd20 Bug 1798930 - Support .tgz extension in fetch-content r=taskgraph-reviewers,jmaher
Many project use .tgz as a shortcut to .tar.gz. Support that pattern.

Differential Revision: https://phabricator.services.mozilla.com/D161147
2022-11-03 16:22:26 +00:00
Alex Finder d9f1a25427 Bug 1793823 disable p2 perf tests r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D159375
2022-11-03 14:42:39 +00:00
Mark Banner 2e9d0e6771 Bug 1798727 - Extend the rejected-words linter to cover idl and webidl files as well. r=linter-reviewers,marco
Differential Revision: https://phabricator.services.mozilla.com/D161049
2022-11-03 13:46:09 +00:00
Mike Hommey aabd33dcf0 Bug 1798437 - Keep uncached fetch task logs longer. r=taskgraph-reviewers,jlorenzo
Currently, they are kept a meager 2 days, which is not enough to even
look at logs from the preceding week on a Monday. Those logs are useful
because as per bug 1744706, they show what specific git revision was
fetched (we use uncached fetch tasks for "get tip of git branch" type
of fetches, it can be useful to know what the tip actually was then).

We don't necessarily need the artifact that long.

Differential Revision: https://phabricator.services.mozilla.com/D160870
2022-11-02 20:37:59 +00:00
Tom Ritter 513397f9dd Bug 1700396: Bump Updatebot to get try preset support, and use it for irregexp r=andi
Differential Revision: https://phabricator.services.mozilla.com/D160521
2022-11-02 16:39:10 +00:00
Mike Hommey ed6e30ec69 Bug 1798431 - Stop passing -fexperimental-new-pass-manager in AFL. r=decoder
The new pass manager has been the default since clang 13.

Differential Revision: https://phabricator.services.mozilla.com/D160862
2022-11-02 08:04:25 +00:00
Mike Hommey bee90b0f95 Bug 1784202 - Update builders to clang 15. r=firefox-build-system-reviewers,andi
We keep clang 14 for webrender-wrench for now, because of bug 1789346.

Differential Revision: https://phabricator.services.mozilla.com/D155532
2022-11-01 23:46:33 +00:00
Andrew Halberstadt 6fcdd883c0 Bug 1458882 - [moztreedocs] Add flag to dump sphinx trees to a file, r=firefox-source-docs-reviewers,sylvestre
This will enable tools like searchfox to map source files in the
tree to their rendered URLs.

Differential Revision: https://phabricator.services.mozilla.com/D157929
2022-11-01 21:03:07 +00:00
Michelle Goossens 049c5c9ac3 Bug 1797824 - fix gecko decision task bustage a=bustage-fix CLOSED TREE 2022-11-01 19:20:52 +01:00
Michelle Goossens ad2f1642f1 Bug 1797824 - fix gecko decision task bustage a=bustage-fix CLOSED TREE 2022-11-01 19:20:52 +01:00
Michelle Goossens 6eb5feb3b4 Bug 1797824 - Migrate image jobs from AWS to GCP r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D160924
2022-11-01 18:12:38 +00:00
Ryan VanderMeulen 8dd1f60e09 Bug 1797588 - Update to JDK 17.0.5+8. r=geckoview-reviewers,m_kato
Differential Revision: https://phabricator.services.mozilla.com/D160396
2022-11-01 12:34:47 +00:00
Alex Hochheiden edcac27dbf Bug 1766497: Mach: use `venv` instead of `virtualenv` r=ahal
Brew's Python 3.10 causes `virtualenv==20.7.2` to produce a wonky folder
structure (`$venv/opt/homebrew/lib/python3.10/site-packages`?).

This is likely fixed with newer `virtualenv`, but the simpler workaround
here is to use `venv` instead now that Python 3 is always used.

Adds `python3-venv` to docker image so that tests and debian-based tasks
can leverage it.

Differential Revision: https://phabricator.services.mozilla.com/D144872
2022-11-01 07:48:00 +00:00
Andrew Halberstadt 7e0e851e7d Bug 1795042 - [ci] Migrate 'openh264-plugin' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D160560
2022-10-31 14:19:34 +00:00
Andrew Halberstadt 09a2c13730 Bug 1795042 - [ci] Migrate 'code-review' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D160559
2022-10-31 14:19:34 +00:00
Andrew Halberstadt 92f0b6ef83 Bug 1795921 - [taskgraph] Use an 'enable_always_target' param to control when 'always_target' should apply, r=releng-reviewers,gbrown
This is a bit more general purpose and flexible than hardcoding `hg-push` here.
It is also something that can be upstreamed to standalone taskgraph.

Differential Revision: https://phabricator.services.mozilla.com/D160536
2022-10-31 13:14:23 +00:00
Andrew Halberstadt 80d9810bbf Bug 1795921 - [taskgraph] Fix erroneous 'tasks_for: actions' in test parameter files, r=releng-reviewers,jlorenzo
The real tasks_for is called `action`.

Differential Revision: https://phabricator.services.mozilla.com/D160535
2022-10-31 13:14:22 +00:00
Andrew Halberstadt 2de3d8f52b Bug 1795921 - [taskgraph] Sort output of label formatter, r=releng-reviewers,jlorenzo
Leaving them unsorted is not only hard to read, but messes up `--diff` when
using labels and the optimized graph.

Differential Revision: https://phabricator.services.mozilla.com/D160534
2022-10-31 13:14:22 +00:00
Andrew Halberstadt 7ec4c7a689 Bug 1795921 - Back out changeset b7380df3b9a8, r=releng-reviewers,gbrown
This was causing `always-target` tasks to no longer be eligible for
optimization on try.

Differential Revision: https://phabricator.services.mozilla.com/D160411
2022-10-31 13:14:21 +00:00
Alex Ionescu c21a9046c2 Bug 1793674 - Fix chromedriver typo r=perftest-reviewers,kshampur
Differential Revision: https://phabricator.services.mozilla.com/D160611
2022-10-28 09:18:47 +00:00
Mike Hommey a834ef7676 Bug 1797869 - Bump minimum Rust version to 1.63. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D160585
2022-10-28 03:53:25 +00:00
steven100695 a3f2b1c51f Bug 1788919 - Convert browser/components/migration JSM modules to ESMs. r=mconley,credential-management-reviewers,sgalich
Differential Revision: https://phabricator.services.mozilla.com/D158655
2022-10-27 23:52:49 +00:00
Dana Keeler c17587430e Bug 1797649 - remove securityInfo argument from nsISiteSecurityService.processHeader r=jschanck,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D160555
2022-10-27 23:24:21 +00:00
Noemi Erli 01a2d27871 Backed out 2 changesets (bug 1788919) for causing failures in browser_noLoginsView.js CLOSED TREE
Backed out changeset 2f03490ec72e (bug 1788919)
Backed out changeset 449aea6fc974 (bug 1788919)
2022-10-27 23:45:56 +03:00
steven100695 14e60b6839 Bug 1788919 - Convert browser/components/migration JSM modules to ESMs. r=mconley,credential-management-reviewers,sgalich
Differential Revision: https://phabricator.services.mozilla.com/D158655
2022-10-27 18:15:55 +00:00
Andrew Halberstadt 33f4dacbff Bug 1795042 - Migrate 'partials' tasks from AWS -> GCP, r=MasterWayZ,releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D160400
2022-10-27 15:48:42 +00:00
Mike Hommey 599a1a18c9 Bug 1797395 - Fix wasi-crt-trunk builds after clang trunk changes. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D160324
2022-10-27 09:46:53 +00:00
Alex Ionescu 71ea2e2ec1 Bug 1793674 - Add chromedriver for Chrome 107 r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D160361
2022-10-27 07:49:50 +00:00
serge-sans-paille b43d1756e5 Bug 1797243 - dump commit information when fetching git archive r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D160197
2022-10-27 07:17:30 +00:00
Tom Ritter 96b6ff9b74 Bug 1700396: Bump updatebot to get the dep update and the spurious update filing improvement r=jewilde
Differential Revision: https://phabricator.services.mozilla.com/D160229
2022-10-26 19:36:13 +00:00
Sandor Molnar 7b506d69fd Backed out changeset 1c6ca8281c31 (bug 1797216) for causing jit-1-proc failures. CLOSED TREE 2022-10-26 17:03:21 +03:00
Sandor Molnar 55c9f970f6 Backed out changeset 59151d6a9b0b (bug 1784202) for causing crashes @strlen + 0x30 2022-10-26 14:59:24 +03:00
serge-sans-paille 828ce4842d Bug 1796839 - Remove python2 dependency r=glandium
gn no longer requires python2, we should be fine with python3 here.

Differential Revision: https://phabricator.services.mozilla.com/D159956
2022-10-26 06:16:43 +00:00
Iulian Moraru d16b35de84 Merge autoland to mozilla-central. a=merge 2022-10-26 06:45:18 +03:00
Mike Hommey e4b7943abc Bug 1797216 - Upgrade cctools-port and libtapi. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D160161
2022-10-25 22:59:27 +00:00
Mike Hommey 2a23ca5b76 Bug 1791454 - Followup: use mozilla_central_tasks on the toolchain project branch. r=aki a=npotb DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D160288
2022-10-25 21:26:26 +00:00
Mike Hommey f94ccb5a73 Bug 1796508 - Remove xvfb.sh where we don't use it. r=taskgraph-reviewers,releng-reviewers,jlorenzo,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D159829
2022-10-25 20:32:01 +00:00
Mike Hommey d7aa8cc497 Bug 1796517 - Use pkgconf instead of pkg-config on automation. r=firefox-build-system-reviewers,andi
This brings us on par with local builds.

Differential Revision: https://phabricator.services.mozilla.com/D159831
2022-10-25 20:32:01 +00:00
Stanca Serban 1daeb79730 Backed out 3 changesets (bug 1796517, bug 1796508) for causing hazard bustages. CLOSED TREE
Backed out changeset 710fed5a2813 (bug 1796517)
Backed out changeset a32dbcfbd95f (bug 1796508)
Backed out changeset f176ec0054f0 (bug 1796517)
2022-10-25 14:17:43 +03:00
Mike Hommey cfce5ea6fe Bug 1784202 - Update builders to clang 15. r=firefox-build-system-reviewers,andi
We keep clang 14 for webrender-wrench for now, because of bug 1789346.

Differential Revision: https://phabricator.services.mozilla.com/D155532
2022-10-25 07:28:24 +00:00
Cristian Tuns 5ce181bff0 Bug 1796517 - Fix build bustages. CLOSED TREE 2022-10-25 04:08:37 -04:00
Mike Hommey 3f3623c5cf Bug 1796508 - Remove xvfb.sh where we don't use it. r=taskgraph-reviewers,releng-reviewers,jlorenzo,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D159829
2022-10-25 07:00:26 +00:00
Mike Hommey 8111ff36ad Bug 1796517 - Use pkgconf instead of pkg-config on automation. r=firefox-build-system-reviewers,andi
This brings us on par with local builds.

Differential Revision: https://phabricator.services.mozilla.com/D159831
2022-10-25 07:00:25 +00:00
Ryan VanderMeulen 1d8dd9411b Bug 1796811 - Upgrade zlib to 1.2.13 for NSIS. r=glandium
Depends on D159950

Differential Revision: https://phabricator.services.mozilla.com/D159951
2022-10-25 01:14:34 +00:00
Butkovits Atila 18dd2c7ef8 Merge mozilla-central to autoland. CLOSED TREE 2022-10-25 03:06:07 +03:00
Mike Hommey fccb54a2a7 Bug 1797207 - Skip sentry tasks on projects other than central or try. DONTBUILD
The required secrets: scopes are only granted for these projects,
per https://hg.mozilla.org/ci/ci-configuration/rev/5c23f21897d9

Differential Revision: https://phabricator.services.mozilla.com/D160157
2022-10-24 23:12:03 +00:00
Tom Ritter 0ddf58f544 Bug 1792627: Add an updatebot job for irregexp r=iain
Depends on D158289

Differential Revision: https://phabricator.services.mozilla.com/D158290
2022-10-24 16:50:05 +00:00
Andrew Halberstadt aa8979c6e8 Bug 1795042 - [ci] Migrate 'l10n' tasks from AWS -> GCP, r=MasterWayZ
Depends on D159873

Differential Revision: https://phabricator.services.mozilla.com/D159874
2022-10-24 13:16:30 +00:00
Andrew Halberstadt 6838cfe8cc Bug 1795042 - [ci] Migrate 'github-sync' tasks from AWS -> GCP, r=MasterWayZ
Depends on D159872

Differential Revision: https://phabricator.services.mozilla.com/D159873
2022-10-24 13:16:29 +00:00
Andrew Halberstadt 5cb06dad63 Bug 1795042 - [ci] Migrate 'condprof' tasks from AWS -> GCP, r=MasterWayZ
Depends on D159871

Differential Revision: https://phabricator.services.mozilla.com/D159872
2022-10-24 13:16:29 +00:00
Andrew Halberstadt d590641f4f Bug 1795042 - [ci] Migrate 'artifact-build' tasks from AWS -> GCP, r=MasterWayZ
Depends on D159870

Differential Revision: https://phabricator.services.mozilla.com/D159871
2022-10-24 13:16:29 +00:00
Andrew Halberstadt 8bdb1694b9 Bug 1795042 - [ci] Migrate 'addon' tasks from AWS -> GCP, r=MasterWayZ
Depends on D159862

Differential Revision: https://phabricator.services.mozilla.com/D159870
2022-10-24 13:16:28 +00:00
Andrew Halberstadt 722826fd26 Bug 1795042 - [ci] Migrate 'system-symbols' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D159862
2022-10-24 13:16:28 +00:00
Andrew Halberstadt 1f0ff55991 Bug 1795042 - [ci] Migrate 'hazard' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D159861
2022-10-24 13:16:27 +00:00
Andrew Halberstadt 4f4d2d3d76 Bug 1795042 - [ci] Migrate 'fuzzing' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D159860
2022-10-24 13:16:27 +00:00
Andrew Halberstadt 19134f0748 Bug 1795042 - [ci] Migrate 'build-fat-aar' tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D159859
2022-10-24 13:16:27 +00:00
Mike Hommey f2eb10d3c9 Bug 1791454 - On the toolchains repo, run the same set of tasks as central/autoland. r=taskgraph-reviewers,jmaher,ahal DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D157673
2022-10-23 23:00:10 +00:00
Alex Ionescu cffbe6faec Bug 1789229 - Create/define the side-by-side job in taskcluster r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D157853
2022-10-20 07:23:10 +00:00
serge-sans-paille 52a4c4894a Bug 1796084 - Speedup github repo cloning using github's archive mechanism r=ahochheiden,firefox-build-system-reviewers,taskgraph-reviewers,jlorenzo
This mostly avoids the repacking step which is CPU-heavy, but is only
valid for git repo that don't make use of submodule.

On large repo like htpps://github.com/llvm/llvm-project, this speeds up
the artifact creation from 6min to 1min.

Differential Revision: https://phabricator.services.mozilla.com/D159680
2022-10-20 07:21:51 +00:00
stransky 8727c49b33 Bug 1795951 [Linux] Sync translation between snap and flatpak .desktop files r=flod
Differential Revision: https://phabricator.services.mozilla.com/D159699
2022-10-19 12:58:40 +00:00
Andi-Bogdan Postelnicu 6ca8942973 Bug 1795926 - add `ThreadAllows.txt` to the build trigger mechanism of `clang-tidy`. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D159671
2022-10-19 08:20:02 +00:00
Mike Hommey 745c699b4d Bug 1796039 - Get pdbstr from Visual Studio artifact. r=firefox-build-system-reviewers,andi
Before bug 1289641, we didn't have pdbstr in the VS artifact, but we now
do as a side effect of using vsdownload. So instead of exfiltrating the
file from a Windows worker, we can just use the one from VS.

Differential Revision: https://phabricator.services.mozilla.com/D159659
2022-10-19 07:13:15 +00:00
Andrew Halberstadt 676110f399 Bug 1795063 - Migrate spidermonkey tasks from AWS -> GCP, r=MasterWayZ
Depends on D159517

Differential Revision: https://phabricator.services.mozilla.com/D159518
2022-10-18 17:58:18 +00:00
Andrew Halberstadt 6c44b5148a Bug 1795732 - Revert 'release-flatpack-repackage' tasks back to AWS, r=releng-reviewers,jcristau
They run into an error on the GCP pool.

Differential Revision: https://phabricator.services.mozilla.com/D159519
2022-10-17 17:48:13 +00:00
Nazım Can Altınova dee6f41a30 Bug 1791581 - Disable the extra profiler run for unity-webgl tests r=perftest-reviewers,sparky
It looks like it takes a long time to run unity-webgl tests. Because of this
long run time, it's perma failing with "max run time exceeded" error when there
is an additional profiler-enabled run. This revision disables this additional
run for this test so it doesn't perma fail.

Differential Revision: https://phabricator.services.mozilla.com/D159257
2022-10-17 16:54:09 +00:00
Tom Ritter 8de303c52d Bug 1794594: Remove codeql builds r=freddyb,firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D159433
2022-10-17 15:02:39 +00:00
Julien Cristau e26872e167 Bug 1793923 - stop pinning the hg.mozilla.org certificate in docker-worker tasks. r=releng-reviewers,gabriel
This way hg can verify that the cert chains to a trusted root CA, and we
don't have to pin it by fingerprint.

Differential Revision: https://phabricator.services.mozilla.com/D158748
2022-10-17 09:20:38 +00:00
Andrew Halberstadt 9c4b1b71b1 Bug 1795042 - Migrate shippable-l10n tasks from AWS -> GCP, r=MasterWayZ
Depends on D159313

Differential Revision: https://phabricator.services.mozilla.com/D159314
2022-10-14 14:22:01 +00:00
Andrew Halberstadt 8760ae73cc Bug 1795042 - Migrate instrumented-build tasks from AWS -> GCP, r=MasterWayZ
Depends on D159312

Differential Revision: https://phabricator.services.mozilla.com/D159313
2022-10-14 14:22:01 +00:00
Andrew Halberstadt f8b1afd379 Bug 1795042 - Migrate repackage tasks from AWS -> GCP, r=MasterWayZ,releng-reviewers,jlorenzo
Depends on D159283

Differential Revision: https://phabricator.services.mozilla.com/D159312
2022-10-14 14:22:00 +00:00
Andrew Halberstadt 6561dcf97c Bug 1795042 - Migrate generate-profile tasks from AWS -> GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D159283
2022-10-14 14:21:59 +00:00
Andrew Halberstadt 742bb725fe Bug 1795042 - Migrate searchfox tasks from AWS -> GCP, r=MasterWayZ
Depends on D159276

Differential Revision: https://phabricator.services.mozilla.com/D159282
2022-10-14 14:21:59 +00:00
Andrew Halberstadt 1b90c899f3 Bug 1759030 - [gecko_taskgraph] Move 'always_target' implementation outside of generator.py, r=releng-reviewers,gbrown
The `always_target` attribute is a feature which I believe I previously
mis-implemented. It doesn't belong in `generator.py` and should instead be
implemented somewhere in `target_tasks.py`. I chose to wrap the registration
decorator to guarantee backwards compatibility within Gecko. Though we may wish
to move it out to a filter in the future.

I'm making this change now to facilitate merging standalone and Gecko
taskgraphs. The `always_target` feature will be removed from standalone (as it
isn't being used and should consumers need something like it, they can roll
their own implementations).

With the feature removed from both Gecko and standalone in generator.py, this
file will now be identical across both Taskgraphs and can therefore be removed
from Gecko.

Differential Revision: https://phabricator.services.mozilla.com/D159181
2022-10-14 14:19:15 +00:00
Mike Hommey 10369a0529 Bug 1795191 - Remove need-xvfb. r=taskgraph-reviewers,jmaher
Very few tasks actually need the attribute these days. The few that
still do can use the corresponding environment variable directly.

Differential Revision: https://phabricator.services.mozilla.com/D159350
2022-10-14 03:41:44 +00:00
Andrew Halberstadt b08d0457dd Bug 1795042 - Migrate webrender tasks from AWS to GCP, r=MasterWayZ
Depends on D159275

Differential Revision: https://phabricator.services.mozilla.com/D159276
2022-10-13 15:56:45 +00:00
Andrew Halberstadt 250554c4b8 Bug 1795042 - Migrate toolchain tasks from AWS to GCP, r=MasterWayZ
Differential Revision: https://phabricator.services.mozilla.com/D159275
2022-10-13 15:56:45 +00:00
Cristian Tuns c8b4aaeb2d Backed out 5 changesets (bug 1766497) for causing build bustages with "No module named 'encodings'" CLOSED TREE
Backed out changeset 09f7f3d1c6dd (bug 1766497)
Backed out changeset 6bb5f754957a (bug 1766497)
Backed out changeset aedf2d7af408 (bug 1766497)
Backed out changeset 394555265c86 (bug 1766497)
Backed out changeset 41be40696e00 (bug 1766497)
2022-10-12 22:51:51 -04:00
Alex Hochheiden 87f032a7a9 Bug 1766497: Mach: use `venv` instead of `virtualenv` r=ahal
Brew's Python 3.10 causes `virtualenv==20.7.2` to produce a wonky folder
structure (`$venv/opt/homebrew/lib/python3.10/site-packages`?).

This is likely fixed with newer `virtualenv`, but the simpler workaround
here is to use `venv` instead now that Python 3 is always used.

Adds `python3-venv` to docker image so that tests and debian-based tasks
can leverage it.

Differential Revision: https://phabricator.services.mozilla.com/D144872
2022-10-13 00:40:05 +00:00
Dana Keeler 07cf1e9f2c Bug 1720118 - always use the TLS token cache r=kershaw,necko-reviewers,ci-and-tooling,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D158792
2022-10-12 23:54:10 +00:00
Cristian Tuns f2f36b1381 Backed out 2 changesets (bug 1720118) for causing Hybrid bustages on nsHashtablesFwd.h CLOSED TREE
Backed out changeset af570580e2f7 (bug 1720118)
Backed out changeset 57b8a6400749 (bug 1720118)
2022-10-12 14:20:47 -04:00
Dana Keeler d894513c37 Bug 1720118 - always use the TLS token cache r=kershaw,necko-reviewers,ci-and-tooling,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D158792
2022-10-12 17:43:28 +00:00
alwu 803c103267 Bug 1794714 - enable the media engine test (wmfme) by default on the try server. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D159132
2022-10-12 17:17:36 +00:00
andrej 92af5e8351 Bug 1735398 - Update and move the FFMPEG binaries out of the non-standard repository. r=perftest-reviewers,sparky
What we are doing:
- Upgrading FFMPEG version from 4.1.4 to 4.4.1
- Moving the binaries out of a personal github to the perf-automation mozilla repository

Differential Revision: https://phabricator.services.mozilla.com/D155411
2022-10-12 13:19:02 +00:00
alwu 0072ee0507 Bug 1790463 - part1 : add the variant 'wmf-media-engine' and use it in mochitest-media. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D157145
2022-10-11 18:22:20 +00:00
Gabriele Svelto 88f2e64168 Bug 1794349 - Scrape symbols for pipewire-related libraries on Linux r=gerard-majax DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D158928
2022-10-10 10:19:23 +00:00
Julien Cristau 565554ea3b Bug 1792076 - add new hg.mozilla.org certificate fingerprint to run-task. r=dhouse DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D158746
2022-10-07 08:12:06 +00:00
Julien Cristau a800a89c73 Bug 1793583 - trigger eslint and other linters when changing *.mjs files. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D158564
2022-10-04 11:47:06 +00:00
andrej e85b3f7a15 Bug 1788131 - Update Chromedriver for Chrome 106. r=perftest-reviewers,kshampur
Differential Revision: https://phabricator.services.mozilla.com/D157946
2022-10-03 21:36:32 +00:00
Sebastian Hengst e25fe23e90 Bug 1741379 - set 'Mach Vendor & Updatebot' as Bugzilla component for related files. r=tjr
Bugzilla component got added in bug 1740779.

Differential Revision: https://phabricator.services.mozilla.com/D131230
2022-09-30 02:04:59 +00:00
Ryan VanderMeulen a240c05675 Bug 1792227 - Update node to v16.17.1. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D158039
2022-09-30 01:45:45 +00:00
Mark Banner 8d1ebcb9d6 Bug 1792365 - Convert toolkit/modules consumers to use ES module imports directly. r=webdriver-reviewers,perftest-reviewers,geckoview-reviewers,extension-reviewers,preferences-reviewers,desktop-theme-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,robwu,Gijs,sgalich,bytesized,AlexandruIonescu,dao,m_kato
Differential Revision: https://phabricator.services.mozilla.com/D158094
2022-09-29 06:52:34 +00:00
Julien Cristau 381984af68 Backed out changeset c7514250b068 (bug 1788684) r=RyanVM
asus.com is no longer returning a HSTS header with includeSubdomains so
we don't need to override the check anymore.

Differential Revision: https://phabricator.services.mozilla.com/D158192
2022-09-27 16:26:07 +00:00
Julien Cristau cdb422c3b8 Bug 1791744 - stop updating esr-next bouncer aliases from esr102 r=releng-reviewers,jlorenzo DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D158018
2022-09-27 07:54:34 +00:00
Andrew Halberstadt 74359d47bc Bug 1759030 - Use 'taskgraph.register_morph' in gecko_taskgraph, r=releng-reviewers,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D156705
2022-09-23 20:16:16 +00:00
Gabriele Svelto 3dcaefa3c4 Bug 1791785 - When dumping symbols never emit INLINE_ORIGIN directives with an empty name r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D158017
2022-09-23 13:42:30 +00:00
Mike Hommey f9a559f1ed Bug 1789507 - Update builders to rustc 1.64. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D157896
2022-09-22 20:51:26 +00:00
Kash Shampur 2049aed23a Bug 1783889 - Remove google-docs-canvas page load test. r=perftest-reviewers,afinder
The last time we re-recorded the google-docs site, it had been updated to the canvas version. There is no reason to keep the separate google-docs-canvas page load test around.

Differential Revision: https://phabricator.services.mozilla.com/D157507
2022-09-22 14:28:23 +00:00
Marian-Vasile Laza dca276a235 Backed out changeset 1efa06d7902a (bug 1784202) for causing mochitest failures. CLOSED TREE 2022-09-22 04:44:50 +03:00
Mike Hommey 70cdc9a963 Bug 1784202 - Update builders to clang 15. r=firefox-build-system-reviewers,andi
We keep clang 14 for webrender-wrench for now, because of bug 1789346.

Differential Revision: https://phabricator.services.mozilla.com/D155532
2022-09-21 20:11:34 +00:00
Michelle Goossens 2aa3f07bdf Bug 1547111 - Migrate shippable builds from AWS to GCP r=ahal,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D157765
2022-09-21 18:04:37 +00:00
Butkovits Atila 86987f69cb Backed out changeset 9d40b66a9202 (bug 1784202) for causing build bustages. 2022-09-21 15:05:08 +03:00
Robert Mader c86fe68f82 Bug 1790766 - Update runtime to org.freedesktop.Platform 22.08, r=gerard-majax
Most importantly for a newer Mesa version.

The docker image apparently does not need to get updated to 22.08, leave
it on 21.08 as there appear to be issues creating the new one.

Differential Revision: https://phabricator.services.mozilla.com/D157305
2022-09-21 10:20:42 +00:00
Mike Hommey ba0be83d9b Bug 1784202 - Update builders to clang 15. r=firefox-build-system-reviewers,andi
We keep clang 14 for webrender-wrench for now, because of bug 1789346.

Differential Revision: https://phabricator.services.mozilla.com/D155532
2022-09-21 09:17:18 +00:00
Mike Hommey 94aebbdda1 Bug 1791713 - Disable sccache in builds on toolchains repo. r=taskgraph-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D157782
2022-09-21 09:05:58 +00:00
Michelle Goossens ca9ca13448 Bug 1780219 - Remove override that makes no sense r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D157764
2022-09-21 08:47:10 +00:00
Gabriele Svelto c72307ac7c Bug 1791552 - Scrape symbols for packages in openSUSE 15.5 r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D157727
2022-09-21 07:54:28 +00:00
Tyson Smith 5bd52b22ae Bug 1791619 - Add Win32 Fuzzing debug build. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D157747
2022-09-20 20:46:42 +00:00
Andreea Pavel 7271a16432 Backed out changeset 4d37fdb0697a (bug 1790766) for breaking flatpak on a CLOSED TREE 2022-09-20 17:18:42 +03:00
Robert Mader 38bd679c8d Bug 1790766 - Update runtime to org.freedesktop.Platform 22.08, r=gerard-majax
Most importantly for a newer Mesa version.

This also requires a bump of the base app at
https://github.com/flathub/org.mozilla.firefox.BaseApp

Differential Revision: https://phabricator.services.mozilla.com/D157305
2022-09-20 13:46:00 +00:00
Julien Cristau 15d5e42d5f Bug 1788684 - exclude asus.com from HSTS preload list. r=dveditz DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D157483
2022-09-20 13:28:54 +00:00
Johan Lorenzo 51360eacec Bug 1789668 - Remove comm- specific argument processing from "mach taskgraph decision". r=releng-reviewers,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D157389
2022-09-20 09:29:03 +00:00
Johan Lorenzo 0e57af4969 Bug 1784232 - Bump taskgraph to v3.2.0 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D155978
2022-09-20 09:11:45 +00:00
Mike Hommey 50f38d30f6 Bug 1791475 - Move valgrind builds to GCP. r=taskgraph-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D157686
2022-09-20 04:18:14 +00:00
Dana Keeler bdb75eecd3 Bug 1790451 - remove now-unnecessary QueryInterface(Ci.nsITransportSecurityInfo) calls r=jschanck,webdriver-reviewers,necko-reviewers,application-update-reviewers,nalexander,valentin
Differential Revision: https://phabricator.services.mozilla.com/D157166
2022-09-20 03:58:50 +00:00
Butkovits Atila ad333e8611 Backed out changeset f993cc8197fa (bug 1791454) as requested by Mike. CLOSED TREE 2022-09-20 01:08:41 +03:00
Butkovits Atila ffd0b64433 Backed out changeset 90cbd3e4faac (bug 1784202) for causing clang-format failures. 2022-09-20 01:05:02 +03:00
Mike Hommey 82586d68e6 Bug 1791454 - On the toolchains repo, run the same set of tasks as mozilla-central. r=taskgraph-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D157673
2022-09-19 21:32:43 +00:00
Mike Hommey ec8f3d17ee Bug 1784202 - Update builders to clang 15. r=firefox-build-system-reviewers,andi
We keep clang 14 for webrender-wrench for now, because of bug 1789346.

Differential Revision: https://phabricator.services.mozilla.com/D155532
2022-09-19 20:32:05 +00:00
Johan Lorenzo 660c2a0f93 Bug 1786292 - part 3: Switch cron-bouncer-check away from esr91 r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D156973
2022-09-19 14:42:44 +00:00
Johan Lorenzo b984b3449b Bug 1786291 - Remove esr91 references r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D156972
2022-09-19 13:23:03 +00:00
Gabriele Svelto 50e5c5ccd1 Bug 1791368 - Re-instate missing packages in the Ubuntu scraper and add some more r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D157627
2022-09-19 12:06:09 +00:00
Norisz Fay 652799b70a Merge mozilla-central to autoland CLOSED TREE 2022-09-16 06:38:31 +03:00
Norisz Fay c51fab676d Merge autoland to mozilla-central a=merge 2022-09-16 06:27:55 +03:00
Michelle Goossens 7068f347aa Bug 1780219 - Migrate Android emulator tests from AWS to GCP r=ahal,jmaher,webdriver-reviewers,whimboo,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D155959
2022-09-15 23:34:38 +00:00
Iulian Moraru 1c4dce02fc Backed out changeset 82fdc1bb7df9 (bug 1780219) for causing worker issues. 2022-09-16 00:50:10 +03:00
Mike Hommey dd3d1bd73e Bug 1790918 - Set the default compiler to clang-trunk on the toolchains repository. r=taskgraph-reviewers,aki
Differential Revision: https://phabricator.services.mozilla.com/D157379
2022-09-15 20:27:55 +00:00
Gabriele Svelto e46d2e5e0c Bug 1790985 - Add support for dumping inlined functions when scraping Linux system libraries r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D157468
2022-09-15 14:16:57 +00:00
Michelle Goossens 661d12ee13 Bug 1780219 - Migrate Android emulator tests from AWS to GCP r=ahal,jmaher,webdriver-reviewers,whimboo,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D155959
2022-09-15 13:55:25 +00:00
Greg Mierzwinski 60f6522141 Bug 1790987 - Run wikipedia, and google-search tests on autoland. r=perftest-reviewers,kshampur
Differential Revision: https://phabricator.services.mozilla.com/D157457
2022-09-15 13:43:39 +00:00
criss 1de5b58790 Backed out changeset d7c4961f83f4 (bug 1790985) for causing Fetch opt bustages. CLOSED TREE 2022-09-15 16:45:57 +03:00
Gabriele Svelto e10a013835 Bug 1790985 - Add support for dumping inlined functions when scraping Linux system libraries r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D157468
2022-09-15 13:30:51 +00:00