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

187 Коммитов

Автор SHA1 Сообщение Дата
Julien Cristau 45f2e952e7 Bug 1906899 - remove unused resource-monitor code. r=taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D216058
2024-07-17 08:57:42 +00:00
Mark Banner 27fac51e12 Bug 1907841 - Change ESLint's .eslintignore to be an imported module. r=frontend-codestyle-reviewers,zeid,devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D216540
2024-07-16 12:53:09 +00:00
Erich Gubler f7bf37238a Bug 1907637 - test(webgpu): set `--timeout-multiplier=5.0` for CTS r=webgpu-reviewers,teoxoy
Running the following command with Nushell (`nu`) on
[`gpuweb/cts`:0ba03b43]:

[`gpuweb/cts`:0ba03b43]: 0ba03b439c/src/webgpu/listing_meta.json

```
open src\webgpu\listing_meta.json
	| reject _end _comment
	| transpose
	| rename test data
	| update data {
		$in.subcaseMS
			| into float
			| into int
			| into duration --unit ms
	}
	| rename --column { data: subcaseMS }
	| sort-by subcaseMS
	| insert violates_the_law { $in.subcaseMS > 30sec }
	| filter { $in.violates_the_law }
	| reject violates_the_law
	| last
```

…which results in this output:

```
╭───────────┬───────────────────────────────────────────────────────────────╮
│ test      │ webgpu:shader,validation,expression,call,builtin,max:values:* │
│ subcaseMS │ 4min 20sec 241ms                                              │
╰───────────┴───────────────────────────────────────────────────────────────╯
```

…we can determine that Chromium's test runs of WebGPU CTS expect their
longest-running test to take approximately 4.3 minutes. Rounding up,
this approximately 5 times the base long timeout of a WPT test for
Firefox, by default. So, apply a 5x test timeout to Firefox's WebGPU CTS
tests, in hopes that we can avoid the massive number of `TIMEOUT`s we've
historically run into.

Differential Revision: https://phabricator.services.mozilla.com/D216439
2024-07-16 11:26:53 +00:00
Beth Rennie 5058f79ee4 Bug 1906892 - Update my email in telemetry configuration r=chumphreys
Differential Revision: https://phabricator.services.mozilla.com/D216454
2024-07-12 19:42:46 +00:00
Greg Mierzwinski 68c35cde93 Bug 1900824 - Add delay to the navigation in talos. r=perftest-reviewers,kshampur
This patch adds a small delay to the URL navigation in talos tests to resolve some permafailure timeouts on windows 11. At the same time some test timeouts, and max runtimes are adjusted to handle the new delay.

Differential Revision: https://phabricator.services.mozilla.com/D216388
2024-07-12 13:59:09 +00:00
Stanca Serban 1c15528457 Backed out changeset ad8fc2890e76 (bug 1639546) for causing wpt failures in idbcursor_continue_index.any.serviceworker.html. CLOSED TREE 2024-07-10 18:40:54 +03:00
Harveer Singh 7e1bc7c6f4 Bug 1639546: Enable IndexedDB WPT tests to run as part of pb job run.r=taskgraph-reviewers,jmaher,janv,dom-storage-reviewers
Make IndexedDB WPT tests to run as part of privatebrowsing wpt test variant.

Differential Revision: https://phabricator.services.mozilla.com/D189724
2024-07-10 13:51:08 +00:00
Joel Maher b0d9741603 Bug 1906951 - turn off browsertime tests on windows10. r=sparky,perftest-reviewers,taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D216089
2024-07-10 13:11:31 +00:00
Joel Maher 9049e9942f Bug 1906180 - use aarch64 for macosx1100 tests. r=jcristau,taskgraph-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D215685
2024-07-10 12:04:37 +00:00
owlishDeveloper d0dc6d4f55 Bug 1903675 - Enable W(Wd) tests on Android Fission r=jmaher,taskgraph-reviewers
Depends on D215045

Differential Revision: https://phabricator.services.mozilla.com/D215046
2024-07-09 16:46:48 +00:00
Sebastian Hengst a23867224a Bug 1897792 - don't run mochitest webgl1-ext as chunked tasks. r=jmaher
Task duration for each of the 2 chunks was below 10 minutes.

Differential Revision: https://phabricator.services.mozilla.com/D215886
2024-07-09 15:30:17 +00:00
Tamas Szentpeteri fa277eeb2c Backed out changeset 861e7187fdfd (bug 1639546) for causing pb failures on idbcursor_continue_index.any.serviceworker.html 2024-07-09 18:04:20 +03:00
Harveer Singh ba722a1693 Bug 1639546: Enable IndexedDB WPT tests to run as part of pb job run.r=taskgraph-reviewers,jmaher,janv,dom-storage-reviewers
Make IndexedDB WPT tests to run as part of privatebrowsing wpt test variant.

Differential Revision: https://phabricator.services.mozilla.com/D189724
2024-07-09 14:15:10 +00:00
Alexandre Lissy 787b3ad2dc Bug 1906610 - Add ESR 128 Snap builds r=benchatt
Differential Revision: https://phabricator.services.mozilla.com/D215898
2024-07-09 05:26:51 +00:00
Sandor Molnar 034c823404 Backed out changeset 6a274773c09a (bug 1639546) for causing wpt failures @ IndexedDB CLOSED TREE 2024-07-09 04:25:01 +03:00
Ben Hearsum 90b1a9c1a1 Bug 1906730: don't add linux64-aarch64 to ja-JP-mac in l10n-changesets.json r=releng-reviewers,ahal
Looks like this was missed in https://phabricator.services.mozilla.com/D213101

Differential Revision: https://phabricator.services.mozilla.com/D215966
2024-07-08 23:08:31 +00:00
Harveer Singh 92da993c0a Bug 1639546: Enable IndexedDB WPT tests to run as part of pb job run.r=taskgraph-reviewers,jmaher,janv,dom-storage-reviewers
Make IndexedDB WPT tests to run as part of privatebrowsing wpt test variant.

Differential Revision: https://phabricator.services.mozilla.com/D189724
2024-07-08 20:06:44 +00:00
Alex Franchuk 8e03330d6c Bug 1906688 - Bump cargo-vet to 25f4898add9e22b206eae9e15a57e2e351694aa7 r=nika
Differential Revision: https://phabricator.services.mozilla.com/D215922
2024-07-08 18:32:30 +00:00
Mike Hommey 6e247634d4 Bug 1906219 - Upgrade mozmake to 4.4.1. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D215715
2024-07-04 04:32:17 +00:00
Greg Mierzwinski 6fc834ee12 Bug 1896386 - Add swr talos tests to windows 11. r=perftest-reviewers,aglavic
This patch enables the swr talos tests on windows 11.

Depends on D215646

Differential Revision: https://phabricator.services.mozilla.com/D215647
2024-07-03 18:04:05 +00:00
Greg Mierzwinski 882e5b62a7 Bug 1896387 - Add windows11 mozperftest tests. r=perftest-reviewers,aglavic
This patch enables the windows11 mozperftest tests (only the windows service worker test).

Differential Revision: https://phabricator.services.mozilla.com/D215646
2024-07-03 18:04:05 +00:00
Alexandre Lissy c8c35f4244 Bug 1896374 - Remove release-snap-repackage task r=releng-reviewers,taskgraph-reviewers,jcristau
Remote execution of the task itself, removal of the docker image will
happen in a second time.

Differential Revision: https://phabricator.services.mozilla.com/D210344
2024-07-03 13:18:10 +00:00
Sebastian Hengst b7e2d539ee Bug 1905548 - disable Windows mochitest-plain condprof tests temporarily for permanent failures. r=jmaher
Reruns of mochitest-plain tasks on Windows for older commits also fail. The
issue is located in the generated conditioned profile.

Differential Revision: https://phabricator.services.mozilla.com/D215575
2024-07-03 12:51:11 +00:00
Jesse Schwartzentruber 44deb59ac9 Bug 1894859 - Update AFL++ toolchain. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D215270
2024-07-02 20:08:46 +00:00
KS fa589292e3 Bug 1903076 - Promote android CaR sp3 tests to tier 2. r=perftest-reviewers,sparky
Currently cstm-car-m tests for sp3 are tier 3, so failures are not
triaged properly. This patch bumps up the tier for this to 2.

Additionally, motionmark 1.3 is currently tier 2 for all platforms. For
the time being it may make more sense to only have it as tier 2 for Fx
applications, and tier 3 otherwise.

Differential Revision: https://phabricator.services.mozilla.com/D214035
2024-07-02 16:38:28 +00:00
Gabriel Bustamante 917163ada1 Bug 1882556 - Move the ESR128 .deb packages into the APT repository r=releng-reviewers,bhearsum
Depends on D214466

Differential Revision: https://phabricator.services.mozilla.com/D214467
2024-07-01 18:04:41 +00:00
Geoff Brown 55e7c176d6 Bug 1882393 - Use ubuntu for android-ui-tests docker image r=jcristau,aaronmt
Change the android-ui-tests docker image to be based on Ubuntu (as it was on github) rather than Debian, to restore the preferred log formatting of summary results.

Differential Revision: https://phabricator.services.mozilla.com/D214910
2024-06-28 01:02:51 +00:00
Gabriel Bustamante 8d96593095 Bug 1895962 - Fix the release-update-product-channel-version kind that disappeared post taskgraph update r=releng-reviewers,taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D214650
2024-06-27 19:45:51 +00:00
Joel Maher 5d88c59f80 Bug 1904817 - Allow test selection --tag to support multiple tags. r=ahal,taskgraph-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D214965
2024-06-27 18:15:43 +00:00
Sandor Molnar 30f113a3c2 Backed out changeset 09529efb551a (bug 1882393) for causing android failures. CLOSED TREE 2024-06-27 11:21:22 +03:00
Geoff Brown 435e5c46cf Bug 1882393 - Use ubuntu for android-ui-tests docker image r=jcristau,aaronmt
Change the android-ui-tests docker image to be based on Ubuntu (as it was on github) rather than Debian, to restore the preferred log formatting of summary results.

Differential Revision: https://phabricator.services.mozilla.com/D214910
2024-06-26 21:07:42 +00:00
Iulian Moraru 64996f16af Backed out changeset 55b9d28dd3a7 (bug 1904574) for causing py3 failures on test_mozilla_central.py. CLOSED TREE 2024-06-27 07:35:30 +03:00
Joel Maher 10592e4bd6 Bug 1904574 - Run fuzzing builds/tests on trunk, not on beta/release/esr. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D215020
2024-06-26 19:42:52 +00:00
Cristian Tuns c62d26cba3 Backed out changeset 68ed52f7e45d (bug 1899241) for causing sccache misses (bug 1904878) CLOSED TREE 2024-06-26 11:18:52 -04:00
Gabriele Svelto 2c3c925144 Bug 1903945 - Do not limit the number of crashes we reprocess after scraping system symbols r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D214754
2024-06-26 13:43:35 +00:00
Cristian Tuns 0d318f4f05 Backed out changeset 0fb4dc99349f (bug 1895962) for causing cron job failures. a=backout 2024-06-26 07:40:05 -04:00
Gabriel Bustamante 673fe8ae30 Bug 1895962 - Fix the release-update-product-channel-version kind that disappeared post taskgraph update r=releng-reviewers,taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D214650
2024-06-25 17:29:45 +00:00
Paul Bone 91a10a4085 Bug 1903966 - Enable cppunittest on Apple Silicon r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D214496
2024-06-25 04:42:52 +00:00
Teodor Tanasoaia 5926847d1e Bug 1903389 - increase nr of chunks on windows/debug for WebGPU CTS r=webgpu-reviewers,ErichDonGubler
Differential Revision: https://phabricator.services.mozilla.com/D214711
2024-06-24 23:05:10 +00:00
Joel Maher a7ec00d6b7 Bug 1898814 - Add support for running perf tests on new win11 hardware. r=sparky,perftest-reviewers,taskgraph-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D211616
2024-06-24 18:42:18 +00:00
KS 9ff8b6bcd3 Bug 1903568 - re-enable v8 context snapshot in android CaR builds. r=perftest-reviewers,sparky
Previously we set use_v8_context_snapshot to false to speed up build
times and be consistent with all platforms (since for some platforms
this was perma/highly intermittent e.g. win/linux, and others taking a
very long time e.g. arm mac cross build)

cstm-car-m tests have been perma failing recently (sometime between June
10th & 11th). Enabling this flag seems to help, but it is presently
unclear why that is, and why other platforms were not affected.

Differential Revision: https://phabricator.services.mozilla.com/D214257
2024-06-20 19:14:16 +00:00
Sebastian Hengst 66c226108f Bug 1903814 - increase duration limit for macOS non-unified plain builds to 2 hours. r=jmaher DONTBUILD
Tasks' durations were close to the 90 minute threshold or hit the limit
intermittently.

Differential Revision: https://phabricator.services.mozilla.com/D214407
2024-06-20 16:16:29 +00:00
Mike Hommey 50c358f2df Bug 1903505 - Use separate docker images for fetch-chromium tasks. r=taskgraph-reviewers,jcristau
This will avoid changes to the related scripts triggering a
rebuild-all-the-toolchains event.

Differential Revision: https://phabricator.services.mozilla.com/D214238
2024-06-20 03:29:35 +00:00
alwu 1d32d9de23 Bug 1896948 - restrict MFCDM support based on origin. r=media-playback-reviewers,padenot
We wanted to have a temporary workaround to explicitly allow/block
domains to use MFCDM due to the bug 1901334. As this is only a
workaround, we'd like to do it in a simplest way in order to save our
resource.

Our strategy is to keep Nightly unfiltered so that we could discover
more websites affected by the CSS problem. On other channels, we would
currently only allow Netflix to use MFCDM as we have been testing
with them and know that issue won't affect them.

We will first try to use the allow list first to ensure the MFCDM
playback quality, and gradually switch to the block list to enable the
MFCDM ability to more websites.

Differential Revision: https://phabricator.services.mozilla.com/D213820
2024-06-18 19:28:41 +00:00
Joel Maher 28548edb0c Bug 1901320 - run grizzly fuzzing tests on all builds. r=taskgraph-reviewers,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D213896
2024-06-17 16:57:24 +00:00
Julien Cristau 9bf348e632 Bug 1884740 - enable automated betas for android. r=releng-reviewers,bhearsum DONTBUILD
Only trigger the promote phase for now, due to google play review
delays.

Differential Revision: https://phabricator.services.mozilla.com/D213971
2024-06-17 15:52:20 +00:00
Mike Hommey e74b9a2642 Bug 1886058 - Update builders to rustc 1.79 r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D213343
2024-06-14 22:11:59 +00:00
Gabriel Bustamante b088385f55 Bug 1895962 - Add a shipitscript task that updates the Nightly version in shipit if necessary once the builds are in the Mozilla archive r=hneiva,releng-reviewers,taskgraph-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D212194
2024-06-14 19:17:54 +00:00
Julien Cristau 038e1f43c1 Bug 1902620 - move mochitest-plain on linux asan to xlarge instances. r=jmaher
These tests frequently run OOM with 8GB, but should be fine with 16.

Differential Revision: https://phabricator.services.mozilla.com/D213753
2024-06-14 13:04:15 +00:00
Alexandre Lissy 4d5877713b Bug 1887033 - Move Snap tests to new Wayland workers r=releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D205456
2024-06-14 11:48:44 +00:00