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

6227 Коммитов

Автор SHA1 Сообщение Дата
Edwin Gao de645c1949 Bug 1555454 - migrate mochitest-chrome to macosx1014 and disable some tests in toolkit/content/tests/chrome/chrome.ini r=gbrown
Changes:
- disable some tests in `toolkit/content/tests/chrome/chrome.ini` with approval from enndeakin
- migrate tests to run on macosx1014

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

--HG--
extra : moz-landing-system : lando
2019-07-04 20:44:40 +00:00
Edwin Gao 3321d2cd32 Bug 1555454 - migrate webgl2-core tests to macosx1014 by disabling test_2_conformance2__textures__misc__tex-base-level-bug.html r=gbrown
Changes:
- remove `fail-if` conditions for tests that now pass on macosx1014
- add one `fail-if` condition for macosx1014 (`test_2_conformance2__textures__misc__tex-base-level-bug.html`) with approval from jgilbert
- migrate mochitest-webgl2-core test to run on macosx1014

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

--HG--
extra : moz-landing-system : lando
2019-07-04 20:40:38 +00:00
Edwin Gao a9000dd3c7 Bug 1555454 - remove mochitest from running on macosx1010 r=gbrown
Changes:
- tying up loose ends from D34589 where I forgot to remove mochitest-plain from macosx1010

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

--HG--
extra : moz-landing-system : lando
2019-07-04 20:39:38 +00:00
Tom Prince cc334f7f17 Bug 1562287: Add an option to `mach try` to disable 3-tier PGO; r=mshal,ahal
Often times, PGO builds aren't required for testing things (in particular,
testing release automation). However, at least when testing release automation,
we do need to use the shippable build type.

Add an option to mach try that will disable using the 3-tier PGO jobs.

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

--HG--
extra : moz-landing-system : lando
2019-07-04 19:03:04 +00:00
Kartikaya Gupta e8b6b55632 Bug 1525314 - Run gecko reftests for WebRender on pixel 2. r=gbrown
Only enabled on try/m-c as tier-2 for now, per email discussion, to minimize
load on bitbar Pixel 2 devices.

Depends on D36799

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

--HG--
extra : moz-landing-system : lando
2019-07-04 15:25:27 +00:00
Gregory Mierzwinski e6c7c808a0 Bug 1563296 - Run android power tests once a week with cron. r=perftest-reviewers,AlexandruIonescu,tomprince
With this patch, all android power tests (idle, idle-bg, and speedometer) will only run once a week, through cron, on saturday.

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

--HG--
extra : moz-landing-system : lando
2019-07-04 17:38:12 +00:00
krubin 535b744113 Bug 1562828 - Rename Rap-P(idl-bg) to Rap(idlbg-p) r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D36833

--HG--
extra : moz-landing-system : lando
2019-07-03 20:55:14 +00:00
shindli b0332f1d66 Backed out changeset 16872c13ee93 (bug 1554286) per developer's request CLOSED TREE 2019-07-04 00:11:54 +03:00
Henrik Skupin 18538194dd Bug 1493907 - [wdspec] Run Wdspec tests for shippable builds in headless mode on all platforms. r=webdriver-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D36726

--HG--
extra : moz-landing-system : lando
2019-07-03 14:56:28 +00:00
Edwin Gao 4760b99320 Bug 1562083 - explicitly insert sys.path to env for use in subprocess for python3 mozprocess unit tests r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D36681

--HG--
extra : moz-landing-system : lando
2019-07-03 17:52:19 +00:00
Cosmin Sabou e869758aa5 Backed out changeset da3af6a077fc (bug 1562083) for busting gecko decision task. CLOSED TREE 2019-07-03 19:48:58 +03:00
Edwin Gao 4a65facb18 Bug 1562083 - explicitly insert sys.path to env for use in subprocess for python3 mozprocess unit tests r=jmaher
Changes:
- for macosx1014, in the tests where `subprocess` is called and the process relies on `six` being present, ensure that `six` is available in the PYTHONPATH by explicitly inserting the contents of `sys.path` to the modified environment variable dict
- change how the command line call to run the suite is being built in `taskcluster/taskgraph/transforms/job/mach.py`
- migrate source-tests from macosx1010 to macosx1014

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

--HG--
extra : moz-landing-system : lando
2019-07-03 01:04:24 +00:00
Andrew Halberstadt 3824b084b6 Bug 1473498 - [mach] Enable test_dispatcher with python 3 r=firefox-build-system-reviewers,chmanchester
This test is working with minimal effort. Let's get it running to prevent
future regressions.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 21:27:35 +00:00
Andrew Halberstadt 6f363de429 Bug 1473498 - [mach] Pull tests out of make check r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D36097

--HG--
extra : moz-landing-system : lando
2019-07-02 20:40:39 +00:00
Tom Ritter c6acf7ff90 Bug 1562256 - Update mingw version and re-enable mingw-clang builds r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D36662

--HG--
extra : moz-landing-system : lando
2019-07-02 20:50:51 +00:00
Mike Shal 5974699942 Bug 1560755 - Merge Android PGO profile data in run task; r=firefox-build-system-reviewers,chmanchester
Android profile runs don't always fully write out the profile data. In
this case, the corrupted profile data is successfully uploaded, but
future profile-use PGO builds try to merge the data and fail. Retrying
the profile-use builds doesn't help, since they all pull from the same
job that published the corrupt data.

We can detect this in the run task by using llvm-profdata merge, and if
the merge fails the task can automatically be retried. Note that the
data gets redundantly merged in the profile-use build, but it may not be
possible to run the merge in the run task on all platforms (eg: OSX), so
we have to keep the merge there as well.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 21:51:23 +00:00
Nathan Froyd 3547dc13e2 Bug 1562955 - remove macosx64-cctools-port job; r=nalexander
Nothing references this job anymore.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 19:48:51 +00:00
Tom Prince 2743e4a6b7 Bug 1560134: Use built-in/succeed worker type for dummy jobs; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D36379

--HG--
extra : moz-landing-system : lando
2019-07-02 17:05:23 +00:00
Tom Prince dfdf36c4b9 Bug 1560134: [taskgraph] Allow multiple worker implementations to share a payload builder; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D36378

--HG--
extra : moz-landing-system : lando
2019-07-02 17:05:21 +00:00
Coroiu Cristina 9a0e2c3e35 Backed out 2 changesets (bug 1560134) for failures at taskcluster/taskgraph/test/test_transforms_job.py on a CLOSED TREE
Backed out changeset a14daf0a53cf (bug 1560134)
Backed out changeset 35f409d120b1 (bug 1560134)

--HG--
extra : rebase_source : 4b57900cd0cc9ef1e9841509d4d2cc6ed70cfc20
2019-07-02 19:55:52 +03:00
Mike Shal eb11dd548a Bug 1562768 - Enable 3-tier PGO in Linux32 devedition builds; r=firefox-build-system-reviewers,chmanchester
Depends on D36543

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

--HG--
extra : moz-landing-system : lando
2019-07-02 01:13:35 +00:00
Tom Prince d93c3f8638 Bug 1560134: Use built-in/succeed worker type for dummy jobs; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D36379

--HG--
extra : moz-landing-system : lando
2019-06-28 20:12:52 +00:00
Tom Prince c70b16ac1b Bug 1560134: [taskgraph] Allow multiple worker implementations to share a payload builder; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D36378

--HG--
extra : moz-landing-system : lando
2019-06-28 20:09:35 +00:00
Mike Shal b89eb348d4 Bug 1562725 - export UPLOAD_PATH in run-profileserver.sh; r=firefox-build-system-reviewers,chmanchester
When adding Windows compatibility in bug 1557785, we stopped exported
UPLOAD_PATH by default. UPLOAD_PATH is used by profileserver.py to
determine where to store the logs; when it is unset, the logs go to
stdout and the artifacts aren't created. We should always export
UPLOAD_PATH to get the same logging behavior on all platforms.

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

--HG--
extra : moz-landing-system : lando
2019-07-01 20:32:35 +00:00
shindli 5715d5b394 Backed out 2 changesets (bug 1557269) for causing bustage because of maven zip not being found CLOSED TREE
Backed out changeset e3d495f69dfb (bug 1557269)
Backed out changeset b469d332f316 (bug 1557269)
2019-07-01 18:10:05 +03:00
Johan Lorenzo f3a9b736d3 Bug 1557269 - part 2: GPG-sign geckoview artifacts r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D34866

--HG--
extra : moz-landing-system : lando
2019-07-01 14:01:26 +00:00
Johan Lorenzo 45b8110131 Bug 1557269 - part 1: Remove target.maven.zip r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D34865

--HG--
extra : moz-landing-system : lando
2019-07-01 14:01:13 +00:00
Johan Lorenzo 33ddb311b9 Bug 1558282 - Bring opt-upload-symbol jobs when shipping geckoview r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D36460

--HG--
extra : moz-landing-system : lando
2019-07-01 12:55:49 +00:00
shindli bcbc22fbef Backed out changeset 552dedefb9cc (bug 1558282) for causing linting failure in /builds/worker/checkouts/gecko/taskcluster/taskgraph/target_tasks.py CLOSED TREE 2019-07-01 15:22:18 +03:00
Johan Lorenzo f76af67fd9 Bug 1558282 - Bring opt-upload-symbol jobs when shipping geckoview r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D36460

--HG--
extra : moz-landing-system : lando
2019-07-01 11:21:13 +00:00
ffxbld 4170885ac7 No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D36462

--HG--
extra : moz-landing-system : lando
2019-07-01 10:47:56 +00:00
Tom Prince 2823b84040 Bug 1551738: Set snapcraft track for esr68; r=jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D36226

--HG--
extra : moz-landing-system : lando
2019-06-30 21:10:14 +00:00
Tom Prince 7f3694aea3 Bug 1551738: [partner] Add partner-config repositories for esr68; r=nthomas
Differential Revision: https://phabricator.services.mozilla.com/D31184

--HG--
extra : moz-landing-system : lando
2019-06-30 20:56:40 +00:00
Kartikaya Gupta 7cac45c075 Bug 1558598 - Fix up webrender options for the AWSY harness. r=ato
AWSY is built on marionette, so it inherits the option by default, we mostly
just need to propagate it properly. This also drops the --disable-webrender
option as it is now implied if --enable-webrender is not provided.

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

--HG--
extra : moz-landing-system : lando
2019-06-29 09:50:30 +00:00
Tom Ritter 26d40d0bf2 Bug 1562239 - Disable mingwclang builds temporarily until we can update the APIs r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D36345

--HG--
extra : moz-landing-system : lando
2019-06-28 17:12:37 +00:00
championshuttler 60ba27adf8 Bug 1536103 - Fix various Sphinx Warning in 'mach doc' (3). r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D35314

--HG--
extra : moz-landing-system : lando
2019-06-26 20:00:31 +00:00
Geoff Brown 945ee0068f Bug 1556058 - Update test expectations for Android 7.0 reftests; r=kats
These changes are needed for consistently green runs with the new emulator with
"-gpu on".
Most changes are simple removal of fuzzy-if(geckoview) but I also needed to add
at least one new fuzzy-if.
In this configuration we can run reftests in just 2 chunks (20 minutes each on
opt/30 minutes on debug).

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

--HG--
extra : moz-landing-system : lando
2019-06-28 17:30:48 +00:00
Geoff Brown 00ee665a1f Bug 1556058 - Update test expectations for Android 7.0 mochitests and run opt as tier 1; r=snorp
Updating to the new emulator avoids the network oddities observed in bug 1534732, but
there are a couple of tests that need to be skipped for a consistently green run.
Performance is improved, so we can run in fewer chunks. /opt is reliable, so moving
to tier 1; /debug is reliable except for existing perma-fail bug 1560736.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 17:30:48 +00:00
Geoff Brown 7a298cda7f Bug 1556058 - Upgrade the emulator used for most Android 7.0 tests; r=aerickson
Upgrade to version 29.0.11 of the emulator and use '-gpu on' rather than
swiftshader_indirect, for most Android 7.0 tests. The upgrade appears to
finally resolve bug 1534732, improves reftest performance dramatically, and
allows us to reduce reftest "fuzz" for many tests.
marionette tests are excluded because they intermittently fail with network
errors (address in use); these tests are near end-of-life, so I don't think
this issue is worth investigating, but I'll file a follow-up bug to record
the issue.
web-platform tests are excluded because they are not very stable on the
existing emulator, making it difficult to compare results. I will file a
follow-up and work with :maja_zf to see if they can be upgraded soon.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 17:30:15 +00:00
Tom Ritter 01f7b56cf8 Bug 1552706 - Update MinGW version and remove MinGW sandbox hacks r=bobowen
Differential Revision: https://phabricator.services.mozilla.com/D36218

--HG--
extra : moz-landing-system : lando
2019-06-28 09:53:12 +00:00
krubin 594ee66f0b Bug 1558612 - Improve organization of Raptor power and resource test jobs on treeherder r=perftest-reviewers,AlexandruIonescu,rwood
Differential Revision: https://phabricator.services.mozilla.com/D36227

--HG--
extra : moz-landing-system : lando
2019-06-28 14:07:14 +00:00
Stephen Donner 18d79cb494 Bug 1549631 - Add new target app (browser) backgrounded, idle-power-use test. r=rwood,AlexandruIonescu
This patch adds idle browser (*-idle-bg)tests to Raptor which have the app running on about:blank in the background for 20 minutes. It adds the 'background_test' flag to 'scenario' type Raptor tests to make a test run in the background. Furthermore, a unit test is added to the Raptor control server tests as well as methods to check if the app was properly backgrounded or foregrounded.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 08:46:35 +00:00
Jan de Mooij 4eef6de2e1 Bug 1526659 - Use the default 3 chunks instead of 2 for Windows debug/ASan jsreftests to avoid time-outs. r=jmaher
Tests are imported from test262 upstream so this test suite is expected to become slower over time.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 10:21:02 +00:00
Mike Shal e349db8452 Bug 1561144 - Enable 3-tier PGO on win32 builds; r=tomprince
Depends on D35745

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

--HG--
extra : moz-landing-system : lando
2019-06-25 18:43:50 +00:00
Mike Shal 5607582650 Bug 1561144 - Add win32 generate profile task; r=tomprince
Depends on D35744

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

--HG--
extra : moz-landing-system : lando
2019-06-25 18:43:50 +00:00
Mike Shal bd20bd66db Bug 1561144 - Add win32 PGO-instrumented task; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D35744

--HG--
extra : moz-landing-system : lando
2019-06-25 18:43:49 +00:00
Andreea Pavel 9f0c287f44 Backed out 13 changesets (bug 1546297, bug 1553515) for increasing gv-junit intermittent failures on a CLOSED TREE
Backed out changeset e291257145ad (bug 1546297)
Backed out changeset 080d770c7b35 (bug 1553515)
Backed out changeset bbc184402f36 (bug 1553515)
Backed out changeset 8fe9f5d7fef9 (bug 1553515)
Backed out changeset faa333bb64e2 (bug 1553515)
Backed out changeset 98cf5b0cadf1 (bug 1553515)
Backed out changeset dbbb8fe1ecfb (bug 1553515)
Backed out changeset 84414ac99629 (bug 1553515)
Backed out changeset d3734e6fe22a (bug 1553515)
Backed out changeset 9e9dc0e7afb3 (bug 1553515)
Backed out changeset 3d1a0d412dfd (bug 1553515)
Backed out changeset 2b1f78e255ce (bug 1553515)
Backed out changeset 0c29929cc67c (bug 1553515)
2019-06-28 00:11:50 +03:00
Agi Sferro 18a5315181 Bug 1553515 - Never reuse session. r=snorp
Reusing sessions doesn't actually save that much time and avoids a lot of
hard-to-debug intermittents.

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

--HG--
extra : moz-landing-system : lando
2019-06-27 19:00:29 +00:00
Nick Thomas 79a85d0993 Bug 1538995 - update bouncer aliases for partner products when shipping, r=aki
Pass partner aliases down to the bouncer scriptworker so it can update those too. Matching change to bouncerscript at https://github.com/mozilla-releng/bouncerscript/pull/57.

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

--HG--
extra : moz-landing-system : lando
2019-06-27 03:57:30 +00:00
Nick Thomas 2263bc2466 Bug 1538995 - pass list of partners to beetmover for pushing to releases/partners/, r=aki
This passes partner data on to the beetmover scriptworker, so it can publish enabled partners. There is beetmover change at https://github.com/mozilla-releng/beetmoverscript/pull/227 to complete this support.

Depends on D35481

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

--HG--
extra : moz-landing-system : lando
2019-06-21 22:12:59 +00:00
Nick Thomas 8c70a464c4 Bug 1538995 - submit partner products to bouncer when we'll host the files, r=aki
Adds a new release-partner-repack-bouncer-sub-firefox task to add the partner products. This is forked from the main bouncer submission because it diverges sufficiently that this is a cleaner approach. The get_partners_to_be_published helper is used by aliases too.

Depends on D34950

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

--HG--
extra : moz-landing-system : lando
2019-06-21 22:15:01 +00:00
Nick Thomas 8d0e63ca09 Bug 1538995 - adjust beetmover to copy partner stub installers into candidates dir, r=aki
Appends the customized stub installer and it's gpg signature to the list of artifacts to beetmove to
candidates.

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

--HG--
extra : moz-landing-system : lando
2019-06-20 22:18:27 +00:00
Nick Thomas cec3d1f61c Bug 1538995 - adjust repackage-signing jobs to sign partner stub installers, r=aki
Differential Revision: https://phabricator.services.mozilla.com/D34948

--HG--
extra : moz-landing-system : lando
2019-06-20 22:18:05 +00:00
Nick Thomas 82f5917ce9 Bug 1538995 - adjust repackage jobs to create partner stub installers, r=aki
On win32, where repack_stub_installer is enabled, extend the inputs to the partner repackage task so that it
donwloads the upstream artifacts and creates the stub installer.

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

--HG--
extra : moz-landing-system : lando
2019-06-20 22:17:55 +00:00
Nick Thomas c4edb78158 Bug 1538995 - support repacking stub installers for partners, r=aki
Pay attention to the new repack_stub_installer param, and fix config parsing to split on the first =.

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

--HG--
extra : moz-landing-system : lando
2019-06-20 22:17:45 +00:00
Geoff Brown 0b6bd863a6 Bug 1550634 - Increase telemetry-test-client max-run-time; r=jmaher
Avoid intermittent failures by allowing the task to run a little longer.

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

--HG--
extra : moz-landing-system : lando
2019-06-26 22:45:11 +00:00
Gurzau Raul ef6c54db66 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-06-27 01:01:13 +03:00
Mike Shal c8de244aee Bug 1561728 - Set NEED_XVFB for linux32 PGO run tasks; r=firefox-build-system-reviewers,chmanchester
Small fixup for bug 1561147 - Linux run tasks now have to set NEED_XVFB
to true in order to get the virtual framebuffer needed to run Firefox in
automation.

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

--HG--
extra : moz-landing-system : lando
2019-06-26 20:46:21 +00:00
Emilio Cobos Álvarez 3d0f056ca7 Bug 1559814 - Update cbindgen. r=boris
Differential Revision: https://phabricator.services.mozilla.com/D36020

--HG--
extra : moz-landing-system : lando
2019-06-26 20:32:41 +00:00
Chris Manchester ed3205a579 Bug 1561702 - Bump sccache in tree to 0.2.9 release. r=dmajor
This version includes several fixes for sccache-dist in addition
to changes that make sccache compatible with cargo pipelining.

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

--HG--
extra : moz-landing-system : lando
2019-06-26 19:58:16 +00:00
Mike Shal e31800fabd Bug 1561147 - Enable 3-tier PGO on linux32 builds; r=tomprince
Depends on D35887

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

--HG--
extra : moz-landing-system : lando
2019-06-26 15:30:34 +00:00
Mike Shal 9c19bbe3d6 Bug 1561147 - Add linux32 generate profile task; r=tomprince
Depends on D35886

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

--HG--
extra : moz-landing-system : lando
2019-06-26 15:30:17 +00:00
Mike Shal fdda992909 Bug 1561147 - Add linux32 PGO-instrumented task; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D35886

--HG--
extra : moz-landing-system : lando
2019-06-26 15:30:10 +00:00
Mike Hommey 77a9c1c803 Bug 1560545 - Install libdrm headers in the build docker images. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D35751

--HG--
extra : moz-landing-system : lando
2019-06-26 05:02:49 +00:00
Cosmin Sabou 58cc56c50f Backed out 3 changesets (bug 1560545) for causing build bustages. CLOSED TREE
Backed out changeset 31177fcc3123 (bug 1560545)
Backed out changeset e3e1ad8d7709 (bug 1560545)
Backed out changeset fd64770f1342 (bug 1560545)
2019-06-26 07:56:47 +03:00
Mike Hommey b16780715e Bug 1560545 - Install libdrm headers in the build docker images. r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D35751

--HG--
extra : moz-landing-system : lando
2019-06-25 20:22:32 +00:00
Edwin Gao 250a04487c Bug 1560926 - temporarily revert changes made in bug 1548614, restore win10-64-ux workers r=jmaher
Changes:
- reverts the changes made in https://phabricator.services.mozilla.com/D35262
- tries best to keep the changes but temporarily commented

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

--HG--
extra : moz-landing-system : lando
2019-06-25 20:19:45 +00:00
Mike Shal d3085f4d0f Bug 1557785 - Enable 3-tier PGO on Windows builds; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D34803

--HG--
extra : moz-landing-system : lando
2019-06-19 22:06:22 +00:00
Mike Shal 7453191883 Bug 1557785 - Add Windows generate profile task; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D34797

--HG--
extra : moz-landing-system : lando
2019-06-19 22:05:43 +00:00
Mike Shal f1f2c9715a Bug 1557785 - Update run-profileserver.sh for Windows compatibility; r=firefox-build-system-reviewers,chmanchester
The run-profileserver.sh script is a bridge between the Taskcluster task
and profileserver.py. It was originally written as a Linux-only script,
but with a few modifications it can support Windows as well. The xvfb
support needs to be optional, and the UPLOAD_PATH and PGO_RUNDIR
variables must not assume a Linux filesystem.

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

--HG--
extra : moz-landing-system : lando
2019-06-19 22:05:41 +00:00
Mike Shal 3bdb950687 Bug 1557785 - Add win64 PGO-instrumented task; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D34795

--HG--
extra : moz-landing-system : lando
2019-06-19 22:05:26 +00:00
Rob Wood 6ee9f5bea3 Bug 1546661 - Enable cold page loads tests for Reference Browser on Try r=perftest-reviewers,Bebe,sparky
Differential Revision: https://phabricator.services.mozilla.com/D35568

--HG--
extra : moz-landing-system : lando
2019-06-25 08:28:58 +00:00
Maja Frydrychowicz d0e69be1ba Bug 1558334 - Turn off web-platform-tests on Fennec; r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D34428

--HG--
extra : moz-landing-system : lando
2019-06-25 16:56:39 +00:00
Aki Sasaki b0c7d8d6d9 Bug 1471004 - ignore partner_subset if it's an empty list. r=tomprince a=release
The relpro action requires a list for partner_subset and defaults to
`[]`. In `get_partner_config_by_url` we check to see `if
partner_subset`, ignoring the subset if it's an empty list. We either
need to do the same thing in `get_partner_config_by_kind`, or we need to
allow for a `null` value in the action (or populate an empty
`partner_subset` with the partners from the partner config in the
action)

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

--HG--
extra : rebase_source : 6a9dca31683d8838d69cca9eb206f6dd9ccc0f59
extra : histedit_source : e118ecc4bcff4eee16f622414010f715b82b7e3d
2019-06-05 15:04:12 -07:00
Aki Sasaki 3045cc6ca9 Bug 1471004 - build_signing: macosx64-nightly -> macosx64-shippable. r=callek
Differential Revision: https://phabricator.services.mozilla.com/D33860

--HG--
extra : rebase_source : 61fff5d2da3db9e6c5fd40127ab7131d34c51fd9
2019-06-05 15:03:47 -07:00
Aki Sasaki 744670c927 Bug 1471004 - add entitlements url for hardened runtime signing. r=tomprince
For mac hardened runtime signing, we use an entitlements file that's now
in-tree. This patch passes the url for that file in the task definition.

The original patch for this was written by sfraser.

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

--HG--
extra : rebase_source : 38485a646b2e5bb22a55744cc88d20c55f84b279
extra : source : 548486142c1b957643d7dea883b92743d2fd70d7
2019-06-05 15:03:36 -07:00
Aki Sasaki a24b911fb1 Bug 1471004 - beetmove macosx pkg installer. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D33858

--HG--
extra : rebase_source : a524a5d283a7275ba0ac48e95c4a246b39b4de34
2019-06-05 15:03:20 -07:00
Aki Sasaki d008e6e0dd Bug 1471004 - mac-signing transform logic + config. r=tomprince
This moves mac signing tasks to the notarization/iscript pool. It also
adds support for pkg installers and notarization.

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

--HG--
extra : rebase_source : ee50dec3cbe1a55e476f4fc6c4e03db990e18ea7
2019-06-05 15:02:25 -07:00
Aki Sasaki 2ec4f038e6 Bug 1471004 - add notarization workerType aliases. r=nthomas
Differential Revision: https://phabricator.services.mozilla.com/D33856

--HG--
extra : rebase_source : 81a2d89e0045a912748cc7be57499ac5d3474a2a
2019-06-05 15:01:48 -07:00
Edwin Gao 0b16ea99cf Bug 1555454 - move mochitests-plain over to macosx1014 r=jmaher
Changes:

- migrate over `mochitest-plain` to macosx1014
- disable some tests that are known to be problematic on macosx1014; they are noted in the comments

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

--HG--
extra : moz-landing-system : lando
2019-06-24 20:35:05 +00:00
ffxbld d28b122647 No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D35639

--HG--
extra : moz-landing-system : lando
2019-06-24 13:59:31 +00:00
Rob Wood f525b60bef Bug 1560575 - Add missing aarch64 cold page-load suites to production (test-sets.yml) r=perftest-reviewers,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D35558

--HG--
extra : moz-landing-system : lando
2019-06-21 18:58:54 +00:00
Arnold Iakab 3f4a701e65 Bug 1558621 Reduce Raptor cold page-load tests on android to have one site per suite r=perftest-reviewers,rwood,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D34687

--HG--
extra : moz-landing-system : lando
2019-06-21 07:43:49 +00:00
Edwin Gao 8361aefc97 Bug 1555454 - migrate mochitest-media to macosx1014 and turn off permafail tests r=gbrown,jmaher
Changes:
- rebalance chunk
- turn off three tests that are nearly permafail

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

--HG--
extra : moz-landing-system : lando
2019-06-20 04:10:29 +00:00
Rob Wood 72a95cfc52 Bug 1555992 - Use correct index/target for Raptor reference browser tests r=perftest-reviewers,stephendonner
Differential Revision: https://phabricator.services.mozilla.com/D35356

--HG--
extra : moz-landing-system : lando
2019-06-20 05:25:06 +00:00
Ryan VanderMeulen 16a802a6fb Bug 1559203 - Don't run QuantumRender tests on ESR68. r=jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D34928

--HG--
extra : moz-landing-system : lando
2019-06-19 17:59:17 +00:00
Wes Kocher a55ccde6a1 Bug 1550895 - Run the android web-platform tests on all built-projects r=gbrown,coop
This takes the android wpt jobs that have previously been constrained to running against mozilla-central and try, and will begin also running them on integration branches.

Depends on D31581

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

--HG--
extra : moz-landing-system : lando
2019-06-19 21:28:02 +00:00
Maja Frydrychowicz 859f6cff2c Bug 1550895 - Bump web-platform-tests-reftests back to Tier-2 on Android; r=jgraham
Now that Bug 1553584 is fixed, we can unhide these tests again.

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

--HG--
extra : moz-landing-system : lando
2019-06-19 21:16:52 +00:00
Stephen Donner f94a8f513a Bug 1559169: Stop running raptor-scn-power-idle-gecko view on integration and beta branches. r=perftest-reviewers,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D35302

--HG--
extra : moz-landing-system : lando
2019-06-19 11:05:33 +00:00
Bob Clary 4232bc95a0 Bug 1557038 - [test isolation] change test isolation tasks to tier 3, r=gbrown.
Depends on D35235

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

--HG--
extra : moz-landing-system : lando
2019-06-18 20:18:05 +00:00
Bob Clary ffb3ef5c3c Bug 1557038 - [test isolation] update extraction of test path from errorsummary log, r=gbrown.
- Incorporated the regular expressions into a list.

- Removed the ^ restriction in the path patterns since it is redundant when using match.

- Added handling of other schemes such as view-source when it preceeds file or http schemes.

- Removed the checking for initial slashes following the url scheme and removed the
  requirement for a trailing space.

- Convert test path forward slashes to backslashes in Windows.

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

--HG--
extra : moz-landing-system : lando
2019-06-18 20:40:15 +00:00
Edwin Gao 532d1f55c1 Bug 1548614 - change worker and task name from windows10-64-ux to windows10-64-ref-hw-2017 r=jmaher
Changes:
- rename the task name from windows10-64-ux to `windows10-64-ref-hw-2017`
- change `hardware` worker type to use the new reference hardware

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

--HG--
extra : moz-landing-system : lando
2019-06-18 20:18:37 +00:00
Alexandre Poirot d73b8a9739 Bug 1545147 - Run remote agent's mochitests in a distinct "remote" job. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D32028

--HG--
extra : moz-landing-system : lando
2019-06-17 13:57:03 +00:00
ffxbld 3bcb002d4d No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D35176

--HG--
extra : moz-landing-system : lando
2019-06-17 13:19:09 +00:00
Mihai Alexandru Michis 933d45c515 Backed out changeset a1f01a303ff2 (bug 1555454) for causing mda failures on macosx1014. CLOSED TREE 2019-06-15 03:52:24 +03:00
Chris Manchester 6f0511a99a Bug 1559351 - Update rust nightly toolchain to last nightly versioned 1.35. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D35074

--HG--
extra : moz-landing-system : lando
2019-06-14 20:10:47 +00:00
Edwin Gao 69720fcf05 Bug 1555454 - move mochitests-media to macosx1014 r=gbrown
Changes:
- migrate `mochitest-media` to run on macosx1014
- rebalance chunks

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

--HG--
extra : moz-landing-system : lando
2019-06-14 14:34:02 +00:00
alexandru.ionescu 372e3a61a4 Bug 1558163 Add dedicated test config for fennec v64 r=davehunt,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D34340

--HG--
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-1.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-1-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-10.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-10-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-11.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-11-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-12.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-12-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-13.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-13-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-14.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-14-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-2.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-2-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-3.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-3-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-4.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-4-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-5.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-5-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-6.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-6-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-7.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-7-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-8.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-8-fennec64.ini
rename : testing/raptor/raptor/tests/raptor-tp6m-cold-9.ini => testing/raptor/raptor/tests/raptor-tp6m-cold-9-fennec64.ini
extra : moz-landing-system : lando
2019-06-14 15:16:56 +00:00
Alexandru Irimovici 8d84b7f01b Bug 1558625 - demote raptor-unity-webgl to tier 3 r=perftest-reviewers,rwood,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D34699

--HG--
extra : moz-landing-system : lando
2019-06-14 14:00:15 +00:00
Chris Manchester c74a1fa131 Bug 1558996 - Require rust 1.35 r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D34794

--HG--
extra : moz-landing-system : lando
2019-06-13 06:02:05 +00:00