Ben Hearsum
e05cf953d2
Bug 1714200: Enable remaining unit test suites on M1 machines r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121226
2021-08-06 19:16:56 +00:00
Ben Hearsum
3042ec5a70
Bug 1714200: re-enable mochitest-media on macOS 11.0 test machines r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121224
2021-08-06 19:16:55 +00:00
Ben Hearsum
aecb82dbfc
Bug 1714200: skip failing mochitest-browser-chrome tests on M1 machines r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121221
2021-08-06 19:16:54 +00:00
Ben Hearsum
4c9c79a67c
Bug 1714200: re-enable reftest on macOS 11.0 test machines r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121220
2021-08-06 19:16:54 +00:00
Ben Hearsum
94551b3430
Bug 1714200: re-enable crashtest on macOS 11.0 test machines r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121218
2021-08-06 19:16:53 +00:00
Andrew McCreight
c9f0c60abd
Bug 1714585 - Make Fission the primary way to run AWSY base. r=perftest-reviewers,AlexandruIonescu
...
This allows awsy-base to be run with Fission via the "variants" value.
It also makes us run it with Fission everywhere that we currently
run non-Fission, and changes it to be tier 1. For continuity, it
continues to run awsy-base with non-Fission on mozilla-central.
I'm not sure how much that matters, though in theory we could
have a regression there that doesn't show up with Fission.
This also disables bfcache in parent because it hits some process
selection issues that result in multiple about:blank ending up
in a single process.
I'm not sure if the bugbug-push-schedules.json changes are needed.
Differential Revision: https://phabricator.services.mozilla.com/D121682
2021-08-06 11:12:44 +00:00
Mike Hommey
2e7b98cc2e
Bug 1723869 - Setup X11-only Linux builds. r=sylvestre
...
A lot of work happens on the wayland backend, and it regularly breaks tier-3
systems where wayland is not supported. Setting up X11-only builds will help
catch those breakages earlier.
Differential Revision: https://phabricator.services.mozilla.com/D121691
2021-08-06 07:12:03 +00:00
Butkovits Atila
74a8d8dd6b
Backed out changeset e0eb8376a840 (bug 1716825) for causing Btime failures. CLOSED TREE
2021-08-05 23:58:46 +03:00
Geoff Brown
342a867eea
Bug 1724244 - Increase android-em reftest test chunks to avoid intermittent timeouts; r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121901
2021-08-05 18:06:12 +00:00
Sebastian Hengst
6eb0d2ed1f
Bug 1724258 - remove method to target mochitest valgrind tasks for scheduling. r=jmaher
...
The tasks haven't been scheduled anymore since bug 1538560 landed 2 years ago.
Differential Revision: https://phabricator.services.mozilla.com/D121897
2021-08-05 17:27:39 +00:00
Nick Alexander
b71169f3ce
Bug 1724247 - Specify full publisher subject in MSIX repackages. r=bhearsum
...
Installing the Nightly MSIX packages, signed with Mozilla's Nightly
key, yields an error: "Error in parsing the app package." Unpacking
with `makeappx.exe` yields:
```
MakeAppx : error: Error info: error 8007000B: The app manifest publisher name (CN=Mozilla Corporation) must match the subject name of the signing certificate (CN=Mozilla Corporation, OU=Firefox Engineering Operations, O=Mozilla Corporation, L=Mountain View, S=California, C=US).
```
Previously, we allowed just the `CN` to vary; in this patch we make
the publisher be the entire publisher subject, and we update the
publisher details in the task definitions.
Differential Revision: https://phabricator.services.mozilla.com/D121896
2021-08-05 17:21:50 +00:00
Kimberly Sereduck
62fe64a298
Bug 1716825: Navigate to a sub-page rather than about:blank for warm pageloads;r=perftest-reviewers,Bebe
...
Differential Revision: https://phabricator.services.mozilla.com/D120718
2021-08-05 17:21:18 +00:00
Cosmin Sabou
b7b2c56f58
Bug 1715832 - Add missing space in order to fix lint failure. a=lint-fix DONTBUILD
2021-08-05 18:36:53 +03:00
Michelle Goossens
4e17d6ab26
Bug 1723531 - Move Windows 10 x64 2004 ccov back to the old workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121752
2021-08-05 15:17:04 +00:00
Michelle Goossens
12b56682ee
Bug 1715832 - Part 4: Move web-platform-tests reftests over to Azure with GPU instead of hardware workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121526
2021-08-05 15:17:04 +00:00
Michelle Goossens
cb2da5cbf0
Bug 1718326 - Part 2: Migrate web-platform-tests suite to new Azure Windows 10 2004 workers r=jmaher,webdriver-reviewers,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D121490
2021-08-05 15:17:03 +00:00
Joel Maher
d82f710484
Bug 1444164 - only send a message for a signoff when we are release, not release-rc. r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D121787
2021-08-05 09:46:03 +00:00
Mike Hommey
996a726cee
Bug 1612035 - Remove reproducibility exception for rlbox library. r=firefox-build-system-reviewers,andi DONTBUILD
...
Now that the rlbox library is built with wasm2c instead of lucetc, it is
reproducible.
Differential Revision: https://phabricator.services.mozilla.com/D120052
2021-08-05 06:05:49 +00:00
Mike Hommey
d4a389d905
Bug 1722437 - Enable wasm sandboxing on arm64 macosx. r=firefox-build-system-reviewers,andi
...
Differential Revision: https://phabricator.services.mozilla.com/D120922
2021-08-05 06:04:09 +00:00
Nick Alexander
3a8ea897d9
Bug 1712328 - Sign MSIX packages in automation. r=bhearsum
...
Differential Revision: https://phabricator.services.mozilla.com/D120664
2021-08-05 02:58:16 +00:00
Nick Alexander
be414b87a9
Bug 1720190 - Repackage into MSIX packages in automation. r=bhearsum
...
The interesting wrinkle here are the `MSIX(*-multi)` repackaging
tasks, which depend on (signed) langpacks. Said langpacks are
cross-platform and are produced on linux64 at this time.
Differential Revision: https://phabricator.services.mozilla.com/D119670
2021-08-05 02:58:15 +00:00
Ben Hearsum
25d7a66e88
Bug 1721864 - Add `msix-packaging` toolchain build. r=bhearsum,firefox-build-system-reviewers,glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D119669
2021-08-05 02:58:15 +00:00
Narcis Beleuzu
00e6b46d6a
Backed out 9 changesets (bug 1724030, bug 1721864, bug 1722980, bug 1712164, bug 1720190, bug 1712328, bug 1709697) for Windows repack bustages. CLOSED TREE
...
Backed out changeset bc7dff1c6f2c (bug 1724030)
Backed out changeset 9520d11c1ff4 (bug 1722980)
Backed out changeset 5d9ef490612f (bug 1712328)
Backed out changeset aaec04ed5ecb (bug 1720190)
Backed out changeset 3c5fbac7cc7f (bug 1721864)
Backed out changeset 3c1bccc04fb8 (bug 1709697)
Backed out changeset 6293b6ed5695 (bug 1709697)
Backed out changeset d824b2347ffd (bug 1709697)
Backed out changeset 888359c1dcc5 (bug 1712164)
2021-08-05 04:35:18 +03:00
Mike Hommey
2ca2443b5b
Bug 1723815 - Ensure failure on macosx64-sdk* tasks when the sdk is not there. r=nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D121786
2021-08-04 22:20:14 +00:00
Mike Hommey
6a6c2f5079
Bug 1720828 - Switch wasm sandboxing Linux x64 and Mac x64 builds from lucet to wasm2c. r=shravanrn,firefox-build-system-reviewers,andi
...
Still allow to explicitly opt-in lucetc with a non-empty LUCETC value.
Differential Revision: https://phabricator.services.mozilla.com/D120668
2021-08-04 21:37:45 +00:00
Ben Hearsum
4024ce61a7
No bug: revert D121654 because it will eventually break autoland. r=aki
...
https://phabricator.services.mozilla.com/D121654 for more context
Differential Revision: https://phabricator.services.mozilla.com/D121722
2021-08-04 15:19:38 +00:00
Nick Alexander
3bbfd8b1a4
Bug 1712328 - Sign MSIX packages in automation. r=bhearsum
...
Differential Revision: https://phabricator.services.mozilla.com/D120664
2021-08-04 13:54:36 +00:00
Nick Alexander
08c65f2307
Bug 1720190 - Repackage into MSIX packages in automation. r=bhearsum
...
The interesting wrinkle here are the `MSIX(*-multi)` repackaging
tasks, which depend on (signed) langpacks. Said langpacks are
cross-platform and are produced on linux64 at this time.
Differential Revision: https://phabricator.services.mozilla.com/D119670
2021-08-04 13:54:36 +00:00
Ben Hearsum
dd146db8a3
Bug 1721864 - Add `msix-packaging` toolchain build. r=bhearsum,firefox-build-system-reviewers,glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D119669
2021-08-04 13:54:35 +00:00
Ben Hearsum
6c096c4878
No bug: only publish cached tasks to `latest` indexes on mozilla-central. r=aki
...
This works around issues like https://bugzilla.mozilla.org/show_bug.cgi?id=1723093 where we rebuilt esr78 tasks, which overwrote mozilla-central indexes and broke various tasks.
Differential Revision: https://phabricator.services.mozilla.com/D121654
2021-08-03 18:54:40 +00:00
Butkovits Atila
0474a346a1
Backed out 6 changesets (bug 1670261) for causing perma android bustage. CLOSED TREE
...
Backed out changeset 58ab9d5d45b7 (bug 1670261)
Backed out changeset e68f58dd9c24 (bug 1670261)
Backed out changeset af093190c4f7 (bug 1670261)
Backed out changeset 150c73837e22 (bug 1670261)
Backed out changeset c42784eeccee (bug 1670261)
Backed out changeset 45ab05c0c371 (bug 1670261)
2021-08-03 15:11:22 +03:00
Mike Hommey
c4d65ab921
Bug 1723016 - Update builders to rustc 1.54. r=firefox-build-system-reviewers,nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D121247
2021-08-03 02:03:32 +00:00
Dorel Luca
4f05a46731
Backed out 3 changesets (bug 1715832, bug 1718326) for WPT failures on multiple files. CLOSED TREE
...
Backed out changeset d8896994f92b (bug 1718326)
Backed out changeset e3b162ae28a7 (bug 1715832)
Backed out changeset 4cd32810f3af (bug 1718326)
2021-08-02 21:46:13 +03:00
Jan-Erik Rediger
17a64b1d2a
Bug 1670261 - Add Mozilla Maven as a maven repository on CI. r=agi,firefox-build-system-reviewers,mhentges,nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D116603
2021-08-02 16:22:46 +00:00
Michelle Goossens
31726a7b5a
Bug 1715832 - Part 4: Move web-platform-tests reftests over to Azure with GPU instead of hardware workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121526
2021-08-02 15:29:30 +00:00
Michelle Goossens
7e8848e1a6
Bug 1718326 - Part 2: Migrate web-platform-tests suite to new Azure Windows 10 2004 workers r=jmaher,webdriver-reviewers,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D121490
2021-08-02 15:29:29 +00:00
Olivier Tilloy
8443d928d6
Bug 1718613 - Plug system-packages-doc to allow read access to documentation under /usr/share/doc. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D118943
2021-08-02 15:17:48 +00:00
Andrew McCreight
b76b97d4c9
Bug 1712406 - Stopping running the AWSY tp5 test. r=perftest-reviewers,Bebe
...
The pages used for this test are very old. AWSY tp6 is much more up
to date. Leaving around this old test wastes resources and is confusing
when looking at AWSY results.
Differential Revision: https://phabricator.services.mozilla.com/D121424
2021-08-02 13:37:17 +00:00
Julian Descottes
88127fed0a
Bug 1723026 - [remote] Enable mochitest-remote suite on Fission platforms r=webdriver-reviewers,whimboo,jmaher
...
Depends on D120084
Differential Revision: https://phabricator.services.mozilla.com/D121351
2021-08-02 09:50:17 +00:00
Michelle Goossens
185d8a192c
Bug 1718292 - Part 2: Migrate xpcshell test suite to new Azure Windows 10 2004 workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121485
2021-08-01 14:34:06 +00:00
Michelle Goossens
c1acfc830f
Bug 1718297 - Part 2: Migrate mochitest-media test suite to new Azure Windows 10 2004 workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121461
2021-08-01 12:51:27 +00:00
Michelle Goossens
66bad3d8bf
Bug 1715832 - Part 3: Move awsy over to Azure with GPU instead of hardware workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121450
2021-07-31 18:17:22 +00:00
Michelle Goossens
2325fc6c5e
Bug 1715832 - Part 2: Move mochitest over to Azure with GPU instead of hardware workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D119635
2021-07-30 22:56:39 +00:00
Michelle Goossens
812e4d1ea1
Bug 1715832 - Part 1: Move reftests over to Azure with GPU instead of hardware workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D119634
2021-07-30 21:12:52 +00:00
Sandor Molnar
9137cd9ae2
Backed out changeset 3457f931cf65 (bug 1722437) for causing OS X AArch64 build bustage. CLOSED TREE
2021-07-30 23:16:15 +03:00
Barret Rennie
7fdb483982
Bug 1715643 - Run fxrecord task on all m-c pushes r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D117368
2021-07-30 17:28:58 +00:00
Michelle Goossens
7d7206d219
Bug 1718296
- Part 2: Migrate mochitest-plain test suite to new Azure Windows 10 2004 workers r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D121236
2021-07-30 17:04:27 +00:00
Alexandru Michis
d0864df559
Backed out changeset 93c0dc15cc3b (bug 1720828) for causing xpcshell failures in test_hunspell.js
2021-07-30 19:21:46 +03:00
Brindusan Cristian
7e15fd89b7
Backed out 3 changesets (bug 1723016) for causing valgrind bustages. CLOSED TREE
...
Backed out changeset 1b03bb0c42e4 (bug 1723016)
Backed out changeset 66ea8fed0c30 (bug 1723016)
Backed out changeset d43d97354163 (bug 1723016)
2021-07-30 17:54:40 +03:00
Mike Hommey
eda5c43145
Bug 1722437 - Enable wasm sandboxing on arm64 macosx. r=firefox-build-system-reviewers,andi
...
Differential Revision: https://phabricator.services.mozilla.com/D120922
2021-07-30 12:26:57 +00:00