Markus Stange
48fe7b4985
Bug 1790818 - Update dump_syms to b4b85e7187bbcdd0850417498ce03e2da356b170. r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D157336
2022-09-14 19:05:07 +00:00
owlishDeveloper
8114cb3987
Bug 1788712 - Enable wpt tests to run on Android Fission with tier 3 r=jmaher
...
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 (bug 1790520).
Differential Revision: https://phabricator.services.mozilla.com/D157177
2022-09-14 15:01:48 +00:00
Tom Ritter
10c212ee44
Bug 1782290: Add cargo-vet to the toolchain for updatebot r=ahochheiden
...
Differential Revision: https://phabricator.services.mozilla.com/D153268
2022-09-14 14:57:54 +00:00
Joel Maher
1f7480c0a8
Bug 1779725 - turn off xpcshell tests on win/asan. r=aryx
...
Differential Revision: https://phabricator.services.mozilla.com/D157275
2022-09-14 12:11:35 +00:00
Mike Hommey
494e20b714
Bug 1789954 - Upgrade valgrind to 3.19.0. r=firefox-build-system-reviewers,ahochheiden
...
Differential Revision: https://phabricator.services.mozilla.com/D156917
2022-09-13 21:43:23 +00:00
andrej
650e7d97a3
Bug 1789948 - Disable Android Tests. r=perftest-reviewers,sparky
...
What we are doing:
- Disabling the view/main-fenix and the cpu-memory jobs
Differential Revision: https://phabricator.services.mozilla.com/D156913
2022-09-12 20:32:55 +00:00
Johan Lorenzo
12342524b4
Bug 1786292 - part 2: Fix yamllint error by special casing line r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D157090
2022-09-12 08:34:16 +00:00
Johan Lorenzo
876055a9eb
Bug 1786292 - part 1: Make esr102 not next-esr anymore r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D156971
2022-09-12 08:08:10 +00:00
Mike Hommey
2e834f83f4
Bug 1534461 - Build geckodriver for aarch64 on Windows. r=whimboo,firefox-build-system-reviewers,ahochheiden
...
And avoid adding yet another vs-setup script by merging the existing ones.
Differential Revision: https://phabricator.services.mozilla.com/D156792
2022-09-08 22:01:51 +00:00
Alex Finder
3a1d3df231
Bug 1788973 Disable condprof A51 and P2 tests r=perftest-reviewers,AlexandruIonescu
...
Differential Revision: https://phabricator.services.mozilla.com/D156327
2022-09-08 13:36:56 +00:00
Mike Hommey
6373035d00
Bug 1779386 - Build geckodriver for aarch64 on Linux. r=whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D156646
2022-09-08 06:33:04 +00:00
Gabriele Svelto
f492642304
Bug 1789414 - Increase the timeout of the symbols upload tasks to prevent them from interittently failing r=gerard-majax
...
Differential Revision: https://phabricator.services.mozilla.com/D156552
2022-09-06 14:43:46 +00:00
Gabriele Svelto
8a7b120b4f
Bug 1787735 - Added new versions of libstdc++ to the Linux symbol scrapers r=gerard-majax
...
Differential Revision: https://phabricator.services.mozilla.com/D155836
2022-09-06 11:56:05 +00:00
Mike Hommey
ef98b71931
Bug 1788854 - Require MacOSX 11.3 SDK. r=firefox-build-system-reviewers,andi
...
Because the relevant SDK is not installed on the mac workers, we pull it
via fetches and adjust the plain build mozconfig as well as mozconfigs
for rusttest, grouping most things in build/macosx/mozconfig.common.
And because the SDK itself now has all the relevant headers, we don't
need the old check for system C++ headers (which also happens to have
outdated instructions)
Differential Revision: https://phabricator.services.mozilla.com/D156280
2022-09-04 21:07:02 +00:00
Mike Hommey
49b4329f1c
Bug 1788854 - Upgrade MacOS SDK to 11.3. r=firefox-build-system-reviewers,andi
...
We keep the older 11.0 and 10.11 SDKs for openh264.
Ideally, we'd rename the SDK directory not to contain its version, but
ld64 actually relies on the directory name to figure out the platform
version when it's not given to it, which it's not. We can make clang do
that, but it's rather involved (because it also requires setting up the
host linker properly, which we don't do), so we just go the easy route
and keep the SDK version in its directory.
Differential Revision: https://phabricator.services.mozilla.com/D156279
2022-09-04 21:07:01 +00:00
Greg Mierzwinski
5d7d7186c6
Bug 1786254 - Disable non-essential android fission perf tests on autoland. r=perftest-reviewers,kshampur
...
Differential Revision: https://phabricator.services.mozilla.com/D156316
2022-09-02 17:21:23 +00:00
Kash Shampur
f01f36cf9c
Bug 1788026 - Run browsertime tests nightly on the mozilla-beta branch. r=sparky,perftest-reviewers
...
There will be changes in mozilla-beta that will increase the frequency of pushes. This will increase the load on our android devices so this patch will limit the amount of tests to be run nightly rather than on every push.
Differential Revision: https://phabricator.services.mozilla.com/D156198
2022-09-02 12:34:22 +00:00
Brenden Hyde
4cbdae4f14
Bug 1788708 - stop certain artifacts from expiring in 3 years. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D156205
2022-09-01 18:45:42 +00:00
Nazım Can Altınova
acf9bfb93f
Bug 1786400 - Enable the extra-profiler-run in taskcluster r=sparky,perftest-reviewers
...
We would like to enable this run for all the raptor browsertime tests on
desktop because would like to get gecko profile data for all our browsertime
performance results. This will help our users to get profiles easily and will
help our performance sheriffs to file performance regressions with profile data
easily.
Differential Revision: https://phabricator.services.mozilla.com/D155284
2022-09-01 13:57:16 +00:00
Brenden Hyde
334872c806
Bug 1649987 - Begin overhaul of artifact retention tactics. r=jmaher
...
Amend: Make comment about potential for logs expiring earlier than task.
Differential Revision: https://phabricator.services.mozilla.com/D156131
2022-08-31 22:56:10 +00:00
Ryan VanderMeulen
3d5d730c15
Bug 1785920 - Bump JDK to 17.0.4.1+1. r=geckoview-reviewers,jonalmeida
...
Depends on D154988
Differential Revision: https://phabricator.services.mozilla.com/D155024
2022-08-31 22:10:38 +00:00
Mike Hommey
b0c2de5c96
Bug 1787398 - Disable sccache on Linux aarch64 builds. r=firefox-build-system-reviewers,andi
...
PGO is incompatible with sccache.
Differential Revision: https://phabricator.services.mozilla.com/D156036
2022-08-31 21:47:31 +00:00
Kash Shampur
614f234874
Bug 1782919 - Add chromedriver for Chrome 105. r=perftest-reviewers,sparky
...
This patch makes available the new chromedriver version to our tests in CI to keep up with the monthly chrome webdriver updates.
Differential Revision: https://phabricator.services.mozilla.com/D156019
2022-08-31 19:06:18 +00:00
Alex Finder
35b956f995
Bug 1787144 - Disable condprof g5 tests. r=perftest-reviewers,sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D155579
2022-08-31 07:37:31 +00:00
Nicolas Chevobbe
ddfedb1d6e
Bug 1787508 - Fix command for devtools tests. r=Standard8
...
Moving the comments outside of the `command` entry as they were preventing the
command to be executed since the command lines are then turned into a single line,
and the leading `#` character was commenting out the whole command.
Differential Revision: https://phabricator.services.mozilla.com/D155712
2022-08-30 16:08:56 +00:00
Bobby Holley
c49ba6a8f8
Bug 1787570 - Bump cargo-vet to 0.3. r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D155758
2022-08-26 22:08:43 +00:00
Joel Maher
299a811b38
Bug 1787329 - set initial expiration of variants to 6 months. r=ci-and-tooling,suhaib
...
Differential Revision: https://phabricator.services.mozilla.com/D155644
2022-08-26 20:57:56 +00:00
Gabriel Bustamante
d74544871f
Bug 1752111 - Make l10n bumper run on autoland instead of mozilla-central r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D154305
2022-08-26 16:30:09 +00:00
Bobby Holley
2de7d7c0f0
Bug 1787306 - Bump cargo-vet. r=supply-chain-reviewers,nika
...
Differential Revision: https://phabricator.services.mozilla.com/D155636
2022-08-26 04:06:53 +00:00
criss
055a8632de
Backed out 6 changesets (bug 1787306) for causing Toolchains bustages. CLOSED TREE
...
Backed out changeset bcee96aa7df1 (bug 1787306)
Backed out changeset b5be37b86b21 (bug 1787306)
Backed out changeset 7e518de15dbb (bug 1787306)
Backed out changeset 07d938340e27 (bug 1787306)
Backed out changeset 9b8971442df5 (bug 1787306)
Backed out changeset 4d719c2b2711 (bug 1787306)
2022-08-26 02:25:46 +03:00
Bobby Holley
9d2a38291d
Bug 1787306 - Bump cargo-vet. r=supply-chain-reviewers,nika
...
Differential Revision: https://phabricator.services.mozilla.com/D155636
2022-08-25 23:05:39 +00:00
Mike Hommey
3b6d2a848a
Bug 1787082 - Enable PGO on Linux aarch64 builds. r=firefox-build-system-reviewers,andi
...
Differential Revision: https://phabricator.services.mozilla.com/D155530
2022-08-25 21:48:24 +00:00
Mike Hommey
86a2f6ede8
Bug 1785029 - Remove the debian10-test images. r=taskgraph-reviewers,gsvelto,jmaher
...
They were added at some point in the past to possibly upgrade from
Ubuntu 18.04, but they're unused and the upgrade will happen to
something else later.
The system-symbols-* images use some files from it for the interactive
task shell, but those seem to have been cargo-culted rather than having
been actually necessary in those images.
Differential Revision: https://phabricator.services.mozilla.com/D155531
2022-08-25 21:43:19 +00:00
Gabriele Svelto
e111b7125f
Bug 1787087
- Remove breakpad's dump_syms from the macOS system symbols scrapers and use the Rust one instead r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D155561
2022-08-25 09:45:39 +00:00
Cosmin Sabou
6037f564d9
Backed out 2 changesets (bug 1649987) for causing Bug 1787098, artifact related exceptions. a=backout
...
Backed out changeset 77c769965781 (bug 1649987)
Backed out changeset 971139c802a7 (bug 1649987)
2022-08-25 07:39:26 +03:00
Cosmin Sabou
3a931cf8ec
Backed out changeset 925838f86a80 (bug 1649987) for causing Bug 1787098. a=backout
2022-08-25 07:15:21 +03:00
Sandor Molnar
413fd984e6
Backed out changeset a9befcc1f72b (bug 1752111) for causint l10n bumper bustages on autoland.
2022-08-25 01:40:25 +03:00
Gabriel Bustamante
7082d438e6
Bug 1752111 - Make l10n bumper run on autoland instead of mozilla-central r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D154305
2022-08-24 18:01:40 +00:00
Brenden Hyde
b7ec40b947
Bug 1649987 - unify approach to artifact expiry by removing hard-coded days. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D155401
2022-08-24 16:11:05 +00:00
Brenden Hyde
e89af1b535
Bug 1649987 - Modify artifact retention poilcies to preserve storage space. r=jmaher
...
- Amended commit to match revisions requested in https://phabricator.services.mozilla.com/D155404
- Amended commit to match cached task and cached task artifact expirations per Phab. D155404
- Add note about ASCII date string comparison
- Add comment about potential for mismatch artifact / task expirations.
- Change the way artifact and task expiry are set based on cached_task attribute.
Differential Revision: https://phabricator.services.mozilla.com/D155404
2022-08-24 16:10:48 +00:00
Jesse Schwartzentruber
194469b0fe
Bug 1753499 - Remove source dependency for fuzzing smoke test r=taskgraph-reviewers,ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D137791
2022-08-24 13:59:23 +00:00
Alexandre Lissy
30ac442623
Bug 1786511 - Check for missing size when verifying SHA256SUMS on mozilla/symbol-scraper r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D155451
2022-08-24 12:48:22 +00:00
Henrik Skupin
333afece9f
Bug 1785993 - [puppeteer] Drop puppeteer test job for non-Fission. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D155223
2022-08-22 19:30:43 +00:00
Geoff Brown
6d7cb4bd03
Bug 1786359 - Increase test chunks for windows asan browser-chrome tests; r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D155265
2022-08-22 19:19:45 +00:00
Marian-Vasile Laza
2dac282ab0
Backed out changeset a36fe75347a1 (bug 1785174) for causing linting failures.
2022-08-17 20:51:11 +03:00
Ryan VanderMeulen
e2fec65aa0
Bug 1785174 - Bump JDK to 18.0.2+9. r=geckoview-reviewers,calu
...
Differential Revision: https://phabricator.services.mozilla.com/D154858
2022-08-17 15:20:24 +00:00
Jesse Schwartzentruber
53f58c3fa6
Bug 1784495 - Switch AFL toolchain to original Nyx toolchain. r=decoder,glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D154555
2022-08-16 08:57:21 +00:00
Mike Hommey
656eca9622
Bug 1783985 - Bump MSRV to 1.61.0. r=firefox-build-system-reviewers,ahochheiden
...
Differential Revision: https://phabricator.services.mozilla.com/D154340
2022-08-16 00:56:23 +00:00
Gabriele Svelto
fae609d5dc
Bug 1784452 - Scrape NSS and p11-kit libraries on Linux distros r=gerard-majax
...
Differential Revision: https://phabricator.services.mozilla.com/D154500
2022-08-14 07:31:35 +00:00
Sandor Molnar
d0447e7530
Backed out changeset b3f4763a4887 (bug 1752111) for causing l10n-bump failures.
2022-08-12 11:27:09 +03:00
Markus Stange
8ac9db0d08
Bug 1783899 - Update dump_syms to 516b66603c390b3a361c508adc0140a6840ce22b. r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D154113
2022-08-11 23:58:20 +00:00
Csoregi Natalia
6bd6b81fd3
Backed out changeset acc954823b17 (bug 1783899) for causing toolchains bustage. CLOSED TREE
2022-08-12 00:30:38 +03:00
Mike Hommey
d7b5eb99c2
Bug 1783782 - Update builders to rustc 1.63.0. r=firefox-build-system-reviewers,andi
...
Differential Revision: https://phabricator.services.mozilla.com/D154177
2022-08-11 19:47:57 +00:00
Markus Stange
b029b7a9da
Bug 1783899 - Update dump_syms to ca37dd69b43095f11bb7873cd8569582a93c7925. r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D154113
2022-08-11 19:12:40 +00:00
Gabriel Bustamante
9bf5266f9a
Bug 1752111 - Make l10n bumper run on autoland instead of mozilla-central r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D154305
2022-08-11 18:49:45 +00:00
Iulian Moraru
38125e0515
Backed out changeset 06e2145b5a21 (bug 1752111) for causing linting failures on release_version_bump.py. CLOSED TREE
2022-08-11 21:02:09 +03:00
Gabriel Bustamante
768651a65d
Bug 1752111 - Make l10n bumper run on autoland instead of mozilla-central r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D154305
2022-08-11 17:36:26 +00:00
Alex Finder
b9f076154b
Bug 1768558 Run new "Fenix-Fission" and "GeckoView-Fission" perf tests on AWFY r=perftest-reviewers,sparky,jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D151492
2022-08-11 13:13:10 +00:00
Mike Hommey
2bd2837720
Bug 1783788 - Upgrade zlib to 1.2.12 for nsis. r=firefox-build-system-reviewers,ahochheiden
...
Differential Revision: https://phabricator.services.mozilla.com/D154037
2022-08-09 07:25:42 +00:00
Markus Stange
f783d75bf6
Bug 1781819 - Update fix-stacks to a version which uses symbolic 9.1.0. r=gsvelto
...
This adds support for breakpad sym files with inline information.
Without this patch, things would break if we started emitting
the new format.
Differential Revision: https://phabricator.services.mozilla.com/D153656
2022-08-08 18:39:31 +00:00
Aki Sasaki
55b4aacc1e
Bug 1783101 - update zlib 1.2.11 url. r=taskgraph-reviewers,releng-reviewers,ahal DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D153780
2022-08-04 18:36:49 +00:00
Markus Stange
a804025f70
Bug 1781930 - Update rust-minidump / minidump-stackwalk to 0.14.0. r=gsvelto
...
This adds support for breakpad sym files with inline information.
Without this patch, things would break if we started emitting
the new format.
Differential Revision: https://phabricator.services.mozilla.com/D153655
2022-08-04 15:34:38 +00:00
Markus Stange
6ba00a2efa
Bug 1783073 - Update rust version for toolchains to 1.61. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D153671
2022-08-04 15:34:38 +00:00
Alexandre Lissy
ba105c7e48
Bug 1782737 - Update symbol-scrapers fetch job for correct store_name r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D153472
2022-08-03 10:22:02 +00:00
Mark Banner
a335851da6
Bug 1782523
- Update NodeJS to latest versions for the branches. r=firefox-build-system-reviewers,glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D153445
2022-08-03 07:29:08 +00:00
Alexandre Lissy
ff4564db7e
Bug 1778359 - Pull symbols for GNOME SDK Snap r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D151581
2022-08-02 14:30:13 +00:00
Alex Ionescu
44fb614897
Bug 1776887 - Add chromedriver for Chrome 104
...
Differential Revision: https://phabricator.services.mozilla.com/D153349
2022-08-01 17:10:46 +00:00
Julien Cristau
4c730616cf
Bug 1781202 - use the same configs for "mach try release" migrations as for actual merge automation r=releng-reviewers,aki DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D152733
2022-07-28 15:51:34 +00:00
Jeff Muizelaar
cfe573c864
Bug 1781769. Don't run twitch-animation on Chrome. r=sparky,perftest-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152884
2022-07-28 13:05:04 +00:00
Ryan Hunt
5b07c7d827
Bug 1781425 - wasm: Remove baldrdash. r=jseward,supply-chain-reviewers
...
The baldrdash integration of Cranelift is agreed between SM and CL
to be the wrong shape. Our import of the code base is also old and
causes difficulties for us when upgrading some crates (see bug
1774829). We should remove it for now to unblock bug 1774829.
Differential Revision: https://phabricator.services.mozilla.com/D152806
2022-07-27 22:30:17 +00:00
Butkovits Atila
60d9e8b252
Backed out changeset 317a9ea4c9ad (bug 1623747) for causing reftest failures. CLOSED TREE
2022-07-27 04:30:25 +03:00
Michelle Goossens
e053f0f519
Bug 1623747 - Run large tests on xlarge to reduce error rates r=ahal,jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D152640
2022-07-26 21:42:10 +00:00
Jeff Muizelaar
4946cde4ad
Bug 1780826 - Add twitch animation benchmark. r=sparky,perftest-reviewers
...
Most stuff is copy & pasted from matrix-react-bench and hopefully modified appropriately
Differential Revision: https://phabricator.services.mozilla.com/D152538
2022-07-26 12:58:11 +00:00
smolnar
d5edb4a453
Merge autoland to mozilla-central. a=merge
2022-07-26 00:30:28 +03:00
Andrew Halberstadt
7e21663bfd
Bug 1781092 - Remove 'xpcom/components/Module.h' from bump-central merge automation, r=releng-reviewers,jcristau a=release
...
Differential Revision: https://phabricator.services.mozilla.com/D152657
2022-07-25 15:48:09 +00:00
Alexandre Lissy
e44886f751
Bug 1766901 - Pull symbols for Firefox Snap r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D151580
2022-07-25 11:57:06 +00:00
Tooru Fujisawa
f77d751cce
Bug 1780867 - Stop SM(smoosh) jobs on mozilla-central. r=nbp DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D152589
2022-07-25 11:39:12 +00:00
Michelle Goossens
861c8de8db
Bug 1780109 - Fix wpt worker pool scheduling
...
Differential Revision: https://phabricator.services.mozilla.com/D152574
2022-07-22 22:11:36 +00:00
Michelle Goossens
d94278f76b
Bug 1780109 - GCP migration cleanup, set the default instead and use exceptions for tests r=ahal,jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D152548
2022-07-22 18:12:50 +00:00
Michelle Goossens
056fe6235d
Bug 1780106 - Migrate source tests from AWS to GCP r=ahal,jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D152448
2022-07-21 21:50:16 +00:00
owlishDeveloper
1d4fdff5ec
Bug 1714654 - Run more web platform tests on Android r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D152137
2022-07-21 20:51:43 +00:00
Barret Rennie
cfd0ca6d9e
Bug 1779950 - Keep FxMS test corpus up-to-date for make-schemas.py r=nalexander
...
The fxms schema job has been updated with a script that writes out the test
corpus for the test. This means we no longer need to keep these JSON files in
tree, since the test will automatically generate them.
Differential Revision: https://phabricator.services.mozilla.com/D151985
2022-07-21 00:47:46 +00:00
Mike Hommey
079a4f1f6f
Bug 1780329
- Switch periodic-updates docker image to Debian 11. r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D152248
2022-07-20 20:52:28 +00:00
Sylvestre Ledru
6b55606d5a
Bug 1762037
- Update the lint docker image from Ubuntu 18.04 to Debian 11 r=linter-reviewers,ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D142376
2022-07-20 20:31:14 +00:00
Mike Hommey
0cbf56a774
Bug 1762037
- Switch mozharness tox config to python 3.9. r=ahal
...
Also remove the unused test environments from the tox config.
Differential Revision: https://phabricator.services.mozilla.com/D152247
2022-07-20 20:31:14 +00:00
Kelsey Gilbert
83f7b6378f
Bug 1779866 - Add dcomp variants to reftests. r=gw,jmaher,jrmuizel
...
Remark new reftest failures.
Differential Revision: https://phabricator.services.mozilla.com/D152233
2022-07-20 19:21:23 +00:00
Alexandre Lissy
11edda8db3
Bug 1779245 - Add symbol reprocessing r=gsvelto,jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D151638
2022-07-20 14:33:59 +00:00
Myeongjun Go
ff40390107
Bug 1770152 - Enable perfstats for windows Browsertime essential tests r=sparky,perftest-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D151624
2022-07-18 11:23:49 +00:00
Benjamin VanderSloot
197f0123aa
Bug 1779603 - Disable Always Partition Storage on xorigin mochitests, r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D151866
2022-07-15 13:26:23 +00:00
Johan Lorenzo
08810d308b
Bug 1778881 - part 2: Bump imgur max-run-time to 80 minutes in order to prevent unwanted timeouts r=sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D151730
2022-07-15 08:45:08 +00:00
Cristian Tuns
2f5fe88da3
Backed out 19 changesets (bug 1758745, bug 1758740, bug 1762462, bug 1779603) for causing mochitest failures on browser_partitionedConsoleMessage.js CLOSED TREE
...
Backed out changeset e3c8cd6f00b6 (bug 1779603)
Backed out changeset 4e46a6f209b4 (bug 1762462)
Backed out changeset 00c0c6314640 (bug 1762462)
Backed out changeset 8f11221f859f (bug 1762462)
Backed out changeset ffbf90e3bbab (bug 1762462)
Backed out changeset 0c760428dfec (bug 1762462)
Backed out changeset 7c99293cc8f9 (bug 1762462)
Backed out changeset 92bd237a95e1 (bug 1762462)
Backed out changeset 74539a3cc7fc (bug 1762462)
Backed out changeset acf08a10c6fb (bug 1762462)
Backed out changeset 0cf191a7739f (bug 1762462)
Backed out changeset 030c276d6669 (bug 1762462)
Backed out changeset a88a099c684d (bug 1762462)
Backed out changeset cbd69786a24b (bug 1762462)
Backed out changeset e5e0655206a8 (bug 1762462)
Backed out changeset 707f9dfed501 (bug 1762462)
Backed out changeset 619e4bb01a81 (bug 1762462)
Backed out changeset 02b7641683b0 (bug 1758745)
Backed out changeset a2f110442038 (bug 1758740)
2022-07-14 17:26:17 -04:00
Benjamin VanderSloot
342488b3e1
Bug 1779603 - Disable Always Partition Storage on xorigin mochitests, r=jmaher
...
Depends on D151394
Differential Revision: https://phabricator.services.mozilla.com/D151866
2022-07-14 19:26:32 +00:00
Joel Maher
08756683f8
Bug 1779308 - turn off expiring tests on G5 phones that are running on A51 phones. r=sparky,perftest-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D151672
2022-07-14 13:12:35 +00:00
Gregory Mierzwinski
162485037c
Bug 1779468 - Add `browsertime-tp6-bytecode` tests for bytecode cache. r=perftest-reviewers,AlexandruIonescu,aglavic
...
This patch adds a new set of tests (essential only) to run in CI at tier 2. A command line argument is added to turn bytecode cache testing on in warm pageloads. This also disables the testing in our primary pageload tests to fix the variance and increases in runtime.
Differential Revision: https://phabricator.services.mozilla.com/D151757
2022-07-14 12:17:13 +00:00
andrej
28ca29e20d
Bug 1770562 - Use macosx-1015 for power tests instead of macosx-1014. r=dhouse
...
What we are doing:
Switching mac power data to run on osx-1015 from osx-1014
Why:
Generic workers were failing and attempting to pull from osx-1014, so we are setting them to pull from the osx-1015 worker pool
Differential Revision: https://phabricator.services.mozilla.com/D151268
2022-07-12 19:40:53 +00:00
Johan Lorenzo
b0ffa0faaf
Bug 1778881 - Bump ares6 max-run-time to 25 minutes in order to prevent unwanted timeouts r=sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D151530
2022-07-12 16:28:10 +00:00
Michelle Goossens
f34e38fdeb
Bug 1773830 - Migrate Linux mochitest-plain from AWS to GCP r=ahal,jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D151430
2022-07-11 20:01:40 +00:00
Tooru Fujisawa
0cd8ca1ac9
Bug 1778818 - Add index to are-we-esmified-yet job, and add commit hash and date to the JSON. r=marco
...
Differential Revision: https://phabricator.services.mozilla.com/D151426
2022-07-11 19:09:43 +00:00
Joel Maher
516034b726
Bug 1778949 - Adjust tier of wayland tests. r=aryx
...
Differential Revision: https://phabricator.services.mozilla.com/D151535
2022-07-11 19:08:44 +00:00
Barret Rennie
2ee2ba082a
Bug 1778368 - Add Python jsonschema tests for FxMS schema r=dmose
...
To ensure that we don't ship a schema that breaks Experimenter, we now have
in-tree tests that validate FxMS messages against our schema using the same
JSON Schema evaluator (python-jsonchema).
Our test corpus is the same as test_PanelTestProvider.js. We cannot have
PanelTestProvider.jsm fetch the messages from the JSON due to fetch() not being
supported in the newtab npm tests.
Differential Revision: https://phabricator.services.mozilla.com/D151169
2022-07-09 01:17:05 +00:00