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

2820 Коммитов

Автор SHA1 Сообщение Дата
Tom Prince 585a5a60bf Bug 1541122: [mozharness] Remove unused bouncer configuration for fennect; r=mtabara
Fennec doesn't have a bouncer check task, and bouncer is update via bouncerscript.

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

--HG--
extra : moz-landing-system : lando
2019-04-03 20:33:33 +00:00
Tom Prince 559515ed12 Bug 1541122: [mozharness] Remove unused bouncer_check config entries; r=mtabara
I beleive these entries date from when bouncer config was handled by mozharness
rather than bounerscript and are now obsolete.

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

--HG--
extra : moz-landing-system : lando
2019-04-03 20:33:28 +00:00
Tom Prince b1dca8980b Bug 1541122: [try-staging] Support bouncer-check in staging; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D25835

--HG--
extra : moz-landing-system : lando
2019-04-03 20:33:23 +00:00
Tom Prince 323ed9e2e0 Bug 1533589: Support generating update-verify-config for new configuration; r=aki
When adding a new platform, the first release will be at the watershed, and
there will be no update paths. Rather than failing in this case (requiring the
update-verify setup happen after the first release), generate an empty config
which will allow the later tasks to turn green.

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

--HG--
extra : moz-landing-system : lando
2019-04-03 20:33:10 +00:00
Andrew Halberstadt a06828d301 Bug 1532747 - [ci] Create try-only raptor reference-browser tasks, r=jmaher,rwood
These will run on android-hw against the latest reference browser nightly.
Since they are try-only, they can only be scheduled with |mach try fuzzy
--full|.

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

--HG--
extra : moz-landing-system : lando
2019-04-03 19:21:58 +00:00
Tom Prince e88f725dc2 No bug: [mozharness] Remove unused esr52 partner repack configuration; r=nthomas
Differential Revision: https://phabricator.services.mozilla.com/D25701

--HG--
extra : moz-landing-system : lando
2019-04-02 21:20:32 +00:00
Tom Prince 74b89a1c21 No bug: [try-staging] Allow staging builds to access staging github ssh key; r=nthomas
The secret with the ssh key already exists in taskcluster, this tells
mozharness to try to access it.

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

--HG--
extra : moz-landing-system : lando
2019-04-02 21:35:09 +00:00
Tom Prince 9060a01dd4 No bug: [mozharness] Remove obsolete push-candidate-to-releases script; r=aki
This functionality has been replaced by beetmover. Also remove `mozharness.mozilla.aws`,
of which this was the only consumer.

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

--HG--
extra : moz-landing-system : lando
2019-04-02 00:30:57 +00:00
Noemi Erli 3ce906be2c Backed out changeset c75b53bc557a (bug 1532491) for unnecessary fix CLOSED TREE 2019-04-02 00:37:55 +03:00
Eric Rahm cc7adb3c6f Bug 1532491 - Follow up: Fix f8 warning in awsy_script. CLOSED TREE r=noemi_erli
Differential Revision: https://phabricator.services.mozilla.com/D25664

--HG--
extra : moz-landing-system : lando
2019-04-01 20:27:26 +00:00
Tom Prince f65c37ebd8 No bug: [mozharness] Remove some dead code looking at substitutions in desktop l10n code; r=Callek
There used to be various values that were substituted into the mozharness
configuration for L10n jobs. All those substitutions have been removed, but the
code to support them is still around. This removes that code.

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

--HG--
extra : moz-landing-system : lando
2019-04-01 20:16:39 +00:00
Eric Rahm 32c973a13b Bug 1532491 - Follow up: Fix f8 warning in awsy_script. CLOSED TREE
Reviewers: noemi_erli

Reviewed By: noemi_erli

Subscribers: reviewbot

Bug #: 1532491

Differential Revision: https://phabricator.services.mozilla.com/D25664
2019-04-01 23:47:25 +03:00
Eric Rahm 8b801e06ee Bug 1532491 - Part 3: Enable running AWSY tp6 in automation. r=bc
An `sy-tp6` variant is added to the AWSY test suite that runs against the tp6 pageset.

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

--HG--
extra : moz-landing-system : lando
2019-03-29 19:35:24 +00:00
Andrew Halberstadt 99da408e98 Bug 1523303 - [mozharness] Remove definitions for defunct *-addons suites, r=gbrown
Depends on D25432

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

--HG--
extra : moz-landing-system : lando
2019-03-29 18:48:05 +00:00
Andrew Halberstadt 152788c6ab Bug 1523303 - [tryselect] Also read mac/win_unittest.py configs in test_mozharness_integration.py, r=gbrown
There are a few windows/mac-only suites that were missed since we were only
reading the linux variant.

Depends on D25401

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

--HG--
extra : moz-landing-system : lando
2019-03-29 18:47:48 +00:00
Andrew Halberstadt 18b7872a22 Bug 1539847 - [mozharness] Remove unused testing/mozharness/configs/unittests/win_unittest.py, r=tomprince
This also renames win_taskcluster_unittest.py to win_unittest.py for
consistency with the other platforms.

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

--HG--
extra : moz-landing-system : lando
2019-04-01 16:07:42 +00:00
Noemi Erli 739bdd8dab Backed out changeset a7c0f3da75fa for linting opt failure in desktop_l10n.py CLOSED TREE 2019-04-01 21:20:04 +03:00
Tom Prince b1bf0e38f8 No bug: [mozharness] Remove some dead code looking at substitutions in desktop l10n code; r=Callek
There used to be various values that were substituted into the mozharness
configuration for L10n jobs. All those substitutions have been removed, but the
code to support them is still around. This removes that code.

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

--HG--
extra : moz-landing-system : lando
2019-03-27 21:37:17 +00:00
Oana Pop Rus d9ec36d04f Backed out 3 changesets (bug 1458385) for windows partial bustages. a=backout
Backed out changeset 8036c03c3b51 (bug 1458385)
Backed out changeset 99fa5539c2bd (bug 1458385)
Backed out changeset 9a5f255979c2 (bug 1458385)
2019-03-28 15:13:13 +02:00
Tom Prince d0ad5f9a38 Bug 1458385: Repackage windows builds on linux. r=glandium,Callek
This only uses cross-platform tools, so switch to running these on linux, which
cuts the runtime down from ~20m to ~3m.

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

--HG--
extra : moz-landing-system : lando
2019-03-27 22:30:54 +00:00
Andrew Halberstadt 5d91672933 Bug 1523303 - [mozharness] Normalize '-chunked' out of suite name when reading MOZHARNESS_TEST_PATHS in desktop_unittest.py, r=gbrown
Mozharness appends -chunked/-coverage to some suites, but the build system/test
resolver don't have any concept of these things. We need to normalize these out
for the purposes of MOZHARNESS_TEST_PATHS.

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

--HG--
extra : moz-landing-system : lando
2019-03-27 15:59:55 +00:00
Andrew Halberstadt 573782c2eb Bug 1523303 - [tryselect] Add test making sure |mach try fuzzy <path>| generates suite names that mozharness recognizes, r=gbrown
It turns out bug 1489100 regressed the ability to specify test paths for most
suites by naively assuming that mozharness uses suite names that look like:

<flavor>-<subsuite>

In reality, there is no consistency to how suite names are generated. This test
does a few things:

1) Patches the moztest.TestResolver to return a list of all possible
suites/subsuites (assuming the lists in moztest.resolve are up to date).

2) Finds all the suites defined in the mozharness configs (e.g
linux_unittest.py), and uses these are parametrized inputs.

3) Checks that for each test suite,
DesktopUnittest._get_mozharness_test_paths() returns something.

I've marked all of the test suites that currently fail as expected. This way I
have a good sense of what needs to be fixed, and can validate my changes as I
move through the list.

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

--HG--
extra : moz-landing-system : lando
2019-03-27 15:55:31 +00:00
Tom Prince aaa575e0a2 Bug 1538134: [mozharness] Remove support for unused `builds/branch_specifics.py` config; r=aki
We have moved per-branch configuration to taskcluster, so we can remove that
support in mozharness.

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

--HG--
extra : moz-landing-system : lando
2019-03-25 16:00:34 +00:00
Tom Prince 28765a7030 Bug 1538134: [mozharness] Don't override PGO settings per-branch; r=aki
The release mozconfigs set `MOZ_PGO` and all shipping builds set the `nightly`
mozharness config, so we don't need to additionaly set PGO based on the branch.

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

--HG--
extra : moz-landing-system : lando
2019-03-25 16:03:12 +00:00
Tom Prince fe6fa9692b Bug 1538134: [mozharness] Remove explicit setting of branches to use release promotion; r=aki
The only thing this affects is the default update channel, but for shipping builds, this is set
explicitly via taskcluster, and for other branches, defaults to `default`.

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

--HG--
extra : moz-landing-system : lando
2019-03-25 16:00:13 +00:00
Tom Prince 760bc6804e Bug 1538134: [mozharness] Set repository path in taskcluster; r=aki
Taskcluster has authorative information about the repository being built, so
pass that to mozharness, rather than have mozharness reconstruct it from
hand-maintained mozharness config.

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

--HG--
extra : moz-landing-system : lando
2019-03-25 16:00:14 +00:00
Sebastian Hengst 5e4a46be23 Bug 1538475 - Add comma to 'central-to-beta' and 'beta-to-release' generators to prevent concatenation of two folder paths of files to modify r=jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D24602

--HG--
extra : moz-landing-system : lando
2019-03-25 09:14:45 +00:00
Rob Wood 17dec601e9 Bug 1533423 - Raptor cold page-load support for Firefox android geckoview; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D24464

--HG--
extra : moz-landing-system : lando
2019-03-22 15:27:27 +00:00
Tom Prince dafb7d27e6 Bug 1536882: Stop specifying installer to download in windows L10n jobs; r=Callek
The code that actually downloads it is behind a condition that isn't set
anywhere.

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

--HG--
extra : moz-landing-system : lando
2019-03-22 13:44:05 +00:00
Johan Lorenzo 6c34b33ef8 Bug 1536522 - Let mergeday scripts handle missing Android mozconfigs r=aki,nalexander
Let mergeday scripts handle missing Android mozconfigs

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

--HG--
extra : moz-landing-system : lando
2019-03-22 13:06:13 +00:00
Chris AtLee 2137cec2d9 Bug 1536230: Speed up extraction of tarballs r=marco
Differential Revision: https://phabricator.services.mozilla.com/D23938

--HG--
extra : moz-landing-system : lando
2019-03-21 12:41:29 +00:00
Mike Shal ed8c56587e Bug 632954 - Add final Android PGO task; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D22826

--HG--
extra : source : de8beacc5eb45a75087c1e9b8b69276d11888d53
2019-03-18 23:53:31 +00:00
Mike Shal 91ae472cd9 Bug 632954 - Add Android profile generation task; r=tomprince,gbrown
This introduces a mozharness script, android_emulator_pgo.py, to run the
profileserver suite with the PGO-instrumented Android build, and collect
the profile data and jarlog.

The mozharness script contains some redundancy with
build/pgo/profileserver.py, but the additional requirements for Android
to use adb and existing mozharness classes to control the emulator made
it difficult to share the desktop profileserver implementation.

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

--HG--
extra : source : c151ebf303cad175e24bcc0965c800a9d12ecb3b
2019-03-18 23:53:29 +00:00
Mike Shal 079d9e9f5e Bug 632954 - Add Android PGO-instrumented build task; r=tomprince
This is the first stage of the Android PGO task pipeline to generate an
instrumented build.

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

--HG--
extra : source : b96dd954a456d8088a3ceda66f51d4106f516b4a
2019-03-18 23:53:19 +00:00
Noemi Erli b61340c4b0 Backed out 12 changesets (bug 632954) for causing Android Bpgo(run) pending jobs CLOSED TREE
Backed out changeset 429c96e4de32 (bug 632954)
Backed out changeset de8beacc5eb4 (bug 632954)
Backed out changeset c151ebf303ca (bug 632954)
Backed out changeset b96dd954a456 (bug 632954)
Backed out changeset 26031d362333 (bug 632954)
Backed out changeset 097f141a499d (bug 632954)
Backed out changeset 6f5fc0d644dd (bug 632954)
Backed out changeset 53d3443e55d9 (bug 632954)
Backed out changeset 503bcac73583 (bug 632954)
Backed out changeset 142ae187478d (bug 632954)
Backed out changeset 0615c775a0cf (bug 632954)
Backed out changeset 3dfc0e4f8e7c (bug 632954)
2019-03-20 11:58:18 +02:00
Mike Shal d07bfb450e Bug 632954 - Add final Android PGO task; r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D22826

--HG--
extra : moz-landing-system : lando
2019-03-18 23:53:31 +00:00
Mike Shal de76c53a4e Bug 632954 - Add Android profile generation task; r=tomprince,gbrown
This introduces a mozharness script, android_emulator_pgo.py, to run the
profileserver suite with the PGO-instrumented Android build, and collect
the profile data and jarlog.

The mozharness script contains some redundancy with
build/pgo/profileserver.py, but the additional requirements for Android
to use adb and existing mozharness classes to control the emulator made
it difficult to share the desktop profileserver implementation.

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

--HG--
extra : moz-landing-system : lando
2019-03-18 23:53:29 +00:00
Mike Shal 9a90619e08 Bug 632954 - Add Android PGO-instrumented build task; r=tomprince
This is the first stage of the Android PGO task pipeline to generate an
instrumented build.

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

--HG--
extra : moz-landing-system : lando
2019-03-18 23:53:19 +00:00
Geoff Brown 89daa23071 Bug 1535417 - Set dynamic mozinfo fields in Android test-verify; r=bc
In the mochitest harness, is_fennec is populated by examining harness options, and
is_emulator and android_version are populated by examining the device via mozdevice.
The per-test code doesn't have those options and the emulator may not be available
yet, so I've opted for populated those fields from mozharness configuration. In
practice, we only run Android TV on Android 4.3, where is_fennec=True, is_emulator=True,
and android_version=18. I'd like to run TV on Android 7.0/geckoview eventually,
where is_fennec=False, is_emulator=True, and android_version=24.
Since I was here, I also removed 'stylo' from the per-test mozinfo, since that field
is obsolete now.

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

--HG--
extra : moz-landing-system : lando
2019-03-19 18:11:44 +00:00
Jesse Schwartzentruber 3905101073 Bug 1519851 - Create --enable-fuzzing debug build job for MacOSX. r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D19862

--HG--
extra : moz-landing-system : lando
2019-03-19 17:01:38 +00:00
Andrew Erickson eb58f9340b Bug 1534737: use new tooltool packages with updates to adb r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D23534

--HG--
extra : moz-landing-system : lando
2019-03-15 17:10:15 +00:00
Connor Sheehan c67af092ac Bug 1535011: vendor latest `robustcheckout` from version-control-tools r=Callek
This commit vendors `robustcheckout` from the version-control-tools
repository, revision 8e3bb142dfa9.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 19:56:17 +00:00
Tom Prince d2b867b7c8 No bug: [mozharness] Use the absolute path when download secretes, to aid debugging; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D23465

--HG--
extra : moz-landing-system : lando
2019-03-14 16:22:02 +00:00
yulia 9e8bf38fdc Bug 1528296 - remove browser-chrome-gpu tests; r=vporof
the Canavas debugger tests appear to be the last tests using browser-chrome-gpu. This patch
removes those tests from being run on try.

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

--HG--
extra : moz-landing-system : lando
2019-03-13 16:44:16 +00:00
Tom Prince affd3bea91 Bug 1532657: Stop fetching unused unified google API key; r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D22734

--HG--
extra : moz-landing-system : lando
2019-03-08 19:06:57 +00:00
Geoff Brown eea10fc31e Bug 1533445 - Make android tests shutdown faster when device unresponsive; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D22610

--HG--
extra : moz-landing-system : lando
2019-03-07 22:45:13 +00:00
Gregory Mierzwinski 153a327822 Bug 1476372 - Add fetch tasks for raptor chromium builds. r=rwood,glandium,tomprince
Differential Revision: https://phabricator.services.mozilla.com/D21372

--HG--
extra : moz-landing-system : lando
2019-03-06 19:45:34 +00:00
Mike Hommey 9961a0af3d Bug 1530908 - Don't use different mozconfigs for artifact builds. r=chmanchester
Artifact mozconfigs are not necessarily up-to-date wrt changes to the
nightly mozconfigs, and all in all, shouldn't be much different from
them.

It's just better to use the nightly mozconfigs (or beta on beta, etc.)
and make the mozconfigs themselves handle the few things that need to be
different when the USE_ARTIFACT environment is set (which is now
consistently set by taskcluster)

This does have the side effect of turning builds that actually don't
support artifact builds red when using --artifact on try, instead of
having them silently not be artifact builds as currently happens.

Depends on D21314

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

--HG--
extra : moz-landing-system : lando
2019-03-06 22:48:05 +00:00
Mike Hommey ac94b1c515 Bug 1530908 - Unify artifact builds setup between try config and try syntax. r=dustin
While try syntax is approaching its EOL, the fact that using it to do
artifact builds does some things subtly differently from using try
config is not helpful.

Depends on D22055

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

--HG--
extra : moz-landing-system : lando
2019-03-06 22:48:28 +00:00
Tarek Ziadé 9ed1006ca9 Bug 1528992 - extract raptor mitmproxy integration - r=rwood,Bebe,gbrown
This patch moves testing/raptor/raptor/playback into its own testing package in testing/mozbase/mozproxy
so we can use the proxy in other places than Raptor.

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

--HG--
rename : testing/raptor/raptor/playback/__init__.py => testing/mozbase/mozproxy/mozproxy/__init__.py
rename : testing/raptor/raptor/playback/base.py => testing/mozbase/mozproxy/mozproxy/backends/base.py
rename : testing/raptor/raptor/playback/mitmproxy.py => testing/mozbase/mozproxy/mozproxy/backends/mitm.py
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-linux64.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-linux64.manifest
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-osx.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-osx.manifest
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-win.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-win.manifest
rename : testing/raptor/raptor/playback/mitmproxy_requirements.txt => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy_requirements.txt
extra : moz-landing-system : lando
2019-03-06 17:13:21 +00:00
Dan Minor 227713d452 Bug 1515210 - Build openh264 plugin for win64-aarch64; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D21782

--HG--
extra : moz-landing-system : lando
2019-03-06 17:12:40 +00:00
Geoff Brown a908bb5504 Bug 1531611 - Check for ANR and tombstone files in all android tests; r=bc
The existing ANR and tombstone checks in remoteautomation are used
by mochitests and reftests but are awkward for other harnesses like cppunit
that do not use remoteautomation...and easily missed. This patch moves that
code to the mozharness AndroidMixin, treating ANRs and tombstones like the
logcat: Make sure any old logs are deleted when the mozharness script starts,
then move any logs found at the end of the run to the upload directory.
https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=f3de1e9836da2b0c9232f5d92c751b979459e19b
demonstrates tombstone artifacts for the Android 7.0 cppunit tests.

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

--HG--
extra : moz-landing-system : lando
2019-03-05 14:22:45 +00:00
Mihai Tabara f577c628c4 Bug 1531178 - provide gls and safe browsing separate keys. r=tomprince
Provide gls and safe browsine separate keys at build time.

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

--HG--
extra : moz-landing-system : lando
2019-03-01 00:19:20 +00:00
Edwin Gao 48bb1c21f8 Bug 1531499 - additional workaround for Windows 32bit incorrectly reporting failure for reftest r=jmaher,ahal
Changes:
- modified the criteria for using 1 as the successful return code by using a combination of factors; is it Windows, is it 32bit, and is it Reftest.

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

--HG--
extra : moz-landing-system : lando
2019-03-01 13:58:52 +00:00
Bob Clary dab1997eb6 Bug 1530710 - sync --log-raw, --log-raw-level, --log-errorsummary configs for android crashtest, jsreftest, cppunittest, geckoview-junit, r=gbrown. 2019-02-26 13:34:59 -08:00
Tom Prince dac3dc0e33 Bug 1529921: [mozharness] Calculate scm_level for secrets directly from MOZ_SCM_LEVEL; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D20893

--HG--
extra : moz-landing-system : lando
2019-02-24 09:24:53 +00:00
Tom Prince 3f64c323ad Bug 1529921: Use secrets from taskcluster for windows builds; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D20849

--HG--
extra : moz-landing-system : lando
2019-02-24 09:24:52 +00:00
Kartikaya Gupta b3227123e2 Bug 1500941 - Add searchfox task for Android (ARMv7/API16). r=nalexander
The bulk of this is copy/pasted from a standard android-api-16 debug
build. The only changes are a few extra environment variables in the
taskcluster config, the subconfig file, and the mozconfig, as well as
the --enable-mozsearch-plugin flag in the mozconfig.

Depends on D20766

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

--HG--
extra : moz-landing-system : lando
2019-02-22 11:31:58 +00:00
Ciure Andrei 9aa98b01bd Backed out 2 changesets (bug 1529921) due to a high probability of breaking nightlies CLOSED TREE
Backed out changeset 1c9d01a6fbb8 (bug 1529921)
Backed out changeset fea99e80e861 (bug 1529921)
2019-02-23 03:36:18 +02:00
Tom Prince 930a5c2531 Bug 1529921: Use secrets from taskcluster for windows builds; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D20849

--HG--
extra : moz-landing-system : lando
2019-02-22 23:56:45 +00:00
Ciure Andrei 6e598cb224 Backed out changeset 5612534374b4 (bug 1529921) for causing build bustages CLOSED TREE 2019-02-23 01:33:56 +02:00
Tom Prince 8abfdcb46d Bug 1529921: Use secrets from taskcluster for windows builds; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D20849

--HG--
extra : moz-landing-system : lando
2019-02-22 22:01:44 +00:00
Rob Wood 2e13f2584d Bug 1520523 - Update Raptor Chromium rev; r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D20814

--HG--
extra : moz-landing-system : lando
2019-02-22 19:31:52 +00:00
Andrew Halberstadt 49b4c244df Bug 1526777 - [mozharness] Restrict success_codes hack in desktop_unittest.py to Windows 7 reftests, r=jmaher
Bug 1120644 will be used to look into why Windows 7 reftests are still returning 1.

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

--HG--
extra : moz-landing-system : lando
2019-02-21 17:01:58 +00:00
Narcis Beleuzu 8470081232 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-02-21 18:08:28 +02:00
Rob Wood 47c7bf42ec Bug 1522100 - Add Raptor support for running tests locally on the android-components reference browser; r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D20414

--HG--
extra : moz-landing-system : lando
2019-02-21 14:14:05 +00:00
Chris AtLee 9cea403810 Bug 1527066: Add new ConsoleLogger type, and make it the default r=aki
Differential Revision: https://phabricator.services.mozilla.com/D19408

--HG--
extra : moz-landing-system : lando
2019-02-11 21:28:37 +00:00
Henrik Skupin 18b40fa4b8 Bug 1527842 - [web-platform-tests] Use "preflight_run_cmd_suites" in mozharness config. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20320

--HG--
extra : moz-landing-system : lando
2019-02-19 15:13:20 +00:00
Joey 3630a42947 Bug 1504339 - Use tarfile context manager in extract_tarball. r=marco
Differential Revision: https://phabricator.services.mozilla.com/D20116

--HG--
extra : moz-landing-system : lando
2019-02-18 15:46:50 +00:00
Henrik Skupin 47ce1211b2 Bug 1520175 - [marionette] Use "preflight_run_cmd_suites" in mozharness config. r=jmaher,gbrown
When running Marionette tests in Taskcluster a default window size
per platform has to be set. Further no screen saver, nor notifications
should be active which could interfere with the focus of the
application. Further there is no need to display the taskbar too.

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

--HG--
extra : moz-landing-system : lando
2019-02-14 22:05:07 +00:00
Chris AtLee 788f0ad179 Bug 1527118: Ensure all tests are using tooltool caches r=aki
respect TOOLTOOL_CACHE environment variable in mixin

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

--HG--
extra : moz-landing-system : lando
2019-02-12 16:48:35 +00:00
Chris Manchester 2f48be1ec4 Bug 1526505 - Update mozharness stats parsing code for per-language stats. r=firefox-build-system-reviewers,ted
Differential Revision: https://phabricator.services.mozilla.com/D19247

--HG--
extra : moz-landing-system : lando
2019-02-11 13:39:21 +00:00
Dan Minor 332aa43e29 Bug 1513000 - Updates to mozharness openh264 scripts and configs; r=callek
Differential Revision: https://phabricator.services.mozilla.com/D19817

--HG--
extra : rebase_source : 728308f5304ca30a25cc7201e70abb3bd1365b84
2018-12-14 12:04:58 -05:00
Andrew Halberstadt 01ca807367 Bug 1515746 - [flake8] Unsupport subdir .flake8 files and use new 'per-file-ignores' config instead, r=egao
This removes all .flake8 files except for the one at the root of the repo.
Instead we use the new 'per-file-ignores' config introduced in 3.7. To ignore
specific errors in a subdirectory, add a line like this to the root .flake8:

[per-file-ignores]
    path/to/subdir/*: E100, F200, ...

The reasons for this change are:

1. Unblock flake8 blacklist (bug 1367092).
2. Simplify configuration and code.
3. Encourage more consistent styling.
4. Improve performance.
5. Greater editor consistency.

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

--HG--
extra : moz-landing-system : lando
2019-02-07 20:17:02 +00:00
Andrew Halberstadt a10eff76fa Bug 1515746 - [flake8] Upgrade flake8 and dependencies, r=egao
This bumps flake8 to version 3.7.5.

This also ignores the new lint rules that were added in the new versions.
These rules are de-marked via comment so we know that they should be enabled at
some point (as opposed to the other rules that are (presumably) ignored
intentionally.

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

--HG--
extra : moz-landing-system : lando
2019-02-07 20:16:45 +00:00
Rob Lemley 783ea07b94 Bug 1517298 - Remove Thunderbird unittest configs from mozilla-*. r=jmaher
thunderbird_buildbot.py is no longer necessary now that Thunderbird builds
on Taskcluster.
thunderbird_extra.py is moved into comm-*.

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

--HG--
extra : moz-landing-system : lando
2019-01-16 21:05:11 +00:00
Bob Clary de279e3e6a Bug 1524626 - mozharness.base.log.LogMixin does not support exc_info, r=gbrown. 2019-02-01 10:12:47 -08:00
Bob Clary 2bb520b6b2 Bug 1524271 - [mozharness] improve mozharness android.py install_apk installation failure message, r=gbrown. 2019-01-31 20:35:56 -08:00
Chris Manchester d12308a95c Bug 1522223 - Set UPLOAD_PATH during make check to avoid re-running configure. r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D18140

--HG--
extra : moz-landing-system : lando
2019-01-31 21:49:35 +00:00
Brian Hackett 0482099be6 Bug 1523492 - Make web replay tests tier 2, r=jmaher.
--HG--
extra : rebase_source : 685f592a18e28d172842745ade37852e23a85a6d
2019-01-29 07:07:42 -10:00
Narcis Beleuzu 858fb172ec Merge inbound to mozilla-central. a=merge 2019-01-24 23:43:35 +02:00
Tom Prince a439a717c0 No bug: Remove usused tools checkout from migration scripts; r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D17525

--HG--
extra : moz-landing-system : lando
2019-01-24 18:19:37 +00:00
Mihai Tabara eff8c2b710 Bug 1522144 - fix auth issues in bumping behaviors of mergeduty. r=tomprince a=release 2019-01-24 17:48:23 +00:00
David Major aba5821724 Bug 1512822 - Remove "MSVC" from the name of AArch64 builds r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D17024

--HG--
extra : moz-landing-system : lando
2019-01-24 15:02:06 +00:00
Sebastian Hengst a612973f64 Merge mozilla-inbound to mozilla-central. a=merge 2019-01-23 18:51:14 +02:00
Rob Wood aa7f384d91 Bug 1517738 - Have Raptor use the correct binary name when running on android in production; r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D17251

--HG--
extra : moz-landing-system : lando
2019-01-22 19:56:58 +00:00
Tom Prince 9dab8ed4ab Bug 1520686: Add win64-aarch64 l10n mozconfig; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D16890

--HG--
rename : browser/config/mozconfigs/win64/l10n-mozconfig => browser/config/mozconfigs/win64-aarch64/l10n-mozconfig
rename : testing/mozharness/configs/single_locale/win64.py => testing/mozharness/configs/single_locale/win64-aarch64.py
extra : moz-landing-system : lando
2019-01-22 22:18:08 +00:00
Tom Prince be61f47d10 Bug 1520874: [mozharness] Remove unneeded mar code from L10n jobs; r=Callek
Mars are now generated by separate repackage tasks, so we don't need mar tools
in L10n builds.

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

--HG--
extra : moz-landing-system : lando
2019-01-22 04:16:17 +00:00
Tom Prince 44cd83a1df Bug 1520874: [mozharness] Remove duplication in desktop l10n config; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D15864

--HG--
rename : testing/mozharness/configs/single_locale/tc_linux64.py => testing/mozharness/configs/single_locale/tc_linux_common.py
extra : moz-landing-system : lando
2019-01-21 21:57:08 +00:00
Tom Prince 1672d0a0f9 Bug 1520874: [mozharness] Remove mobile per-project l10n config; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D15863

--HG--
extra : moz-landing-system : lando
2019-01-21 22:53:12 +00:00
Tom Prince 82783f3b98 Bug 1520874: [mozharness] Remove some obsolete comments in l10n mozharness configs; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D15862

--HG--
extra : moz-landing-system : lando
2019-01-21 16:19:32 +00:00
Tom Prince 9e91da3c7a Bug 1520874: [mozharness] Remove desktop per-project l10n config; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D15861

--HG--
extra : moz-landing-system : lando
2019-01-21 21:24:03 +00:00
Tom Prince c7eb29b26f Bug 1520874: [mozharness] Set L10n update channel based on build update channel; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D15860

--HG--
extra : moz-landing-system : lando
2019-01-21 20:56:48 +00:00
Tom Prince 826c34b022 Bug 1520874: [mozharness] Don't set `nightly_build` in per-project configs, since it is set by `taskcluster_nightly.py` config file; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D15859

--HG--
extra : moz-landing-system : lando
2019-01-21 16:11:28 +00:00
Matt Howell 28ff59ecfc Bug 1514806 Part 5 - Select the appropriate 7-zip SFX stub binary for the build target. r=firefox-build-system-reviewers,mshal#firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D15983

--HG--
extra : moz-landing-system : lando
2019-01-22 21:58:49 +00:00
James Graham 4a3c4618c1 Bug 1519862 - Allow ignoring process_crash in determing mozharness job status, r=ahal
For shutdown crashes in wpt wse need to ignore the crashes for now
until we have a way of allowing specific ones. So just have a global
flag that permits this.

Differential Revision: https://phabricator.services.mozilla.com/D16836
2019-01-23 11:04:48 +00:00
James Graham c2a7cf5487 Bug 1519862 - Give mozharness output to indicate why a job failed, r=ahal
Sometimes it's unclear which of the errors are leading to a
failure. For example wpt sometimes has PROCESS-CRASH lines that don't
contribute to a failure. To make this easier to understand record the
reason for the failure in the log so it appears in the summaries.

Differential Revision: https://phabricator.services.mozilla.com/D16835
2019-01-23 11:04:47 +00:00
James Graham 318eab7ab7 Bug 1519862 - Handle unstructured lines in mozlog output better in mozharness, r=ahal
Instead of printing one log message per line about the fact the output
was unstructured, just print one per group of unstructured lines.

Differential Revision: https://phabricator.services.mozilla.com/D16834
2019-01-23 11:04:45 +00:00
Rob Wood 0debaf69dc Bug 1520523 - Update Chromium version running with Raptor in production; r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D16724

--HG--
extra : moz-landing-system : lando
2019-01-22 15:01:31 +00:00
Geoff Brown ce612d1ee7 Bug 1520374 - follow-up - remove unused import; r=me,a=test-only on a CLOSED TREE 2019-01-18 17:11:44 -07:00
Geoff Brown f399813665 Bug 1520374 - Simplify error message for "Could not install python package"; r=aryx
Information like the pip path, package name, etc is useful for debugging, but
not for bug classification: Let's try to collect all such failures in one
"Could not install python package" bug. The full command line and retry
attempt history is still retrievable from the log, for debugging purposes.
2019-01-18 16:54:56 -07:00
Rob Wood fc98f89dd9 Bug 1506912 - Raptor tp6m-1 pageload test on android geckoview; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D15143

--HG--
extra : moz-landing-system : lando
2019-01-17 03:01:40 +00:00
Geoff Brown 49b8434f58 Bug 1512352 - Improve task retry handling in test-verify; r=bc 2019-01-14 07:58:41 -07:00
Geoff Brown ac0fbd31e0 Bug 1515653 - Fix per-test handling of MOZHARNESS_TEST_PATHS; r=marco 2019-01-08 18:01:14 -07:00
Oana Pop Rus 3adbeba770 Merge mozilla-inbound to mozilla-central. a=merge 2019-01-08 12:13:02 +02:00
Nick Alexander 848c9b1c1e Bug 1496190 - Add |mach package-multi-locale|; produce multi-locale GeckoView archives. r=Callek,firefox-build-system-reviewers,ted
All that is really required for this ticket is to invoke |mach android
archive-geckoview| after |mach package| in the right place.

But it's actively unhelpful to have this magic in mozharness --
especially since the documentation in `locales.rst` is subtly
incorrect (the environment variables and Make variables don't quite
work as written).  So this commit adds a Mach command to do the actual
work and replaces most of the mozharness magic with that command.
Since the l10n Make targets check out the l10n HG repositories
locally, this basically Just Works without the mozharness checkout
steps when developing locally.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 19:22:44 +00:00
Geoff Brown 5187bc3150 Bug 1518273 - Generate raw log for geckoview-junit; r=jmaher
Hopefully this will allow junit results to be ingested by activedata.
2019-01-07 16:30:24 -07:00
Florin Strugariu 89ba457187 Bug 1512615 Support screenshots for tests r=rwood
Differential Revision: https://phabricator.services.mozilla.com/D13972

--HG--
extra : moz-landing-system : lando
2019-01-04 13:02:44 +00:00
Rob Wood d64a93fbd2 Bug 1511356 - Run speedometer on fennec via Raptor; r=jmaher,jlund
Differential Revision: https://phabricator.services.mozilla.com/D13946

--HG--
extra : moz-landing-system : lando
2019-01-02 20:43:21 +00:00
Mike Hommey 56a52b3fc9 Bug 1514400 - Download minidump_stackwalk by default. r=ahal
As of bug 1513157, minidump_stackwalk is not installed in the test
docker images, so it needs to be downloaded.

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

--HG--
extra : moz-landing-system : lando
2018-12-21 19:31:34 +00:00
Bob Clary bea8a390ce Bug 1512038 - Enable raptor-speedometer-geckoview-power for android-hw-{p2,g5} on try, r=rwood.
Rap-P treeherder group for Raptor power tests.

Emit separate PERFHERDER_DATA for power in addition to the performance measurements.

Use magic --host HOST_IP value to have framework load host ip from environment
variable HOST_IP.
2018-12-21 06:12:18 -08:00
Agi Sferro 61a9102f42 Bug 1515662 - Make |geckoview-docs| behave like other |mach android| commands. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D15128

--HG--
extra : moz-landing-system : lando
2018-12-20 20:05:39 +00:00
Rob Wood bfc96ac22a Bug 1473997 - Add support to Raptor to receive/format/output power data; r=jmaher
Depends on D14997

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

--HG--
extra : moz-landing-system : lando
2018-12-19 21:13:55 +00:00
Rob Wood c2349ad0f8 Bug 1473997 - find a way to measure the battery usage of geckoview (:bc's initial patch); r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D14997

--HG--
extra : moz-landing-system : lando
2018-12-19 20:52:28 +00:00
Razvan Maries f658ebcbab Merge mozilla-inbound to mozilla-central a=merge 2018-12-20 07:04:06 +02:00
Geoff Brown d05b8f9de4 Bug 1512352 - Handle more ADBTimeoutError edge cases in mozharness; r=me,a=test-only 2018-12-19 14:04:02 -07:00
Geoff Brown e5e351a5a2 Bug 1515189 - Consolidate ADBDevice and ADBAndroid classes; r=bc 2018-12-19 14:04:02 -07:00
Tom Prince 8a8a1053bf Bug 1514407: [win64-aarch64] Add win64-aarch64 to l10n-changesets; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D14658

--HG--
extra : moz-landing-system : lando
2018-12-17 21:17:30 +00:00
Marco Castelluccio 5b2de0d7eb Bug 1473067 - Parse coverage artifacts at the end of builds. r=ted
--HG--
extra : rebase_source : ffb6223c00c60c2d1183962cfa8158532bdc0700
2018-12-10 13:29:43 +01:00
James Graham 48b47d05cd Bug 1513598 - Run only specified wpt tests with mach try fuzzy, r=marco
The keys in the test_paths dict contain the name of the suite e.g. web-platform-tests-testharness, so specify these
keys rather than the generic web-platform-tests key

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

--HG--
extra : moz-landing-system : lando
2018-12-13 14:21:09 +00:00
inspiro 89f1fb7652 Bug 1204247: Remove code supporting metro under testing/ r=jmaher
Bug 1204247: Remove code supporting metro under testing/

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

--HG--
extra : moz-landing-system : lando
2018-12-13 10:57:04 +00:00
James Graham 92886d48d7 Bug 1512816 - Use on-disk symbols path for wpt when available, r=ted
Differential Revision: https://phabricator.services.mozilla.com/D14262

--HG--
extra : moz-landing-system : lando
2018-12-12 19:03:15 +00:00
Mike Hommey 33610741ba Bug 1513157 - Don't install minidump_stackwalk in the Ubuntu test image. r=gps,ted
Differential Revision: https://phabricator.services.mozilla.com/D14133

--HG--
extra : moz-landing-system : lando
2018-12-11 22:52:12 +00:00
Bobby Holley 78436c0a47 Bug 1512286 - Use the env var on non-QR platforms. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D13964
2018-12-07 15:17:41 -05:00
Ciure Andrei 60a7065bec Backed out 3 changesets (bug 1512286)for breaking test because of missing option CLOSED TREE
Backed out changeset cd601d93d9f3 (bug 1512286)
Backed out changeset 929fe0acd506 (bug 1512286)
Backed out changeset e1b3f3624b87 (bug 1512286)
2018-12-07 16:51:59 +02:00
Bobby Holley 69d2e2948b Bug 1512286 - Use the env var on non-QR platforms. r=kats
Depends on D13963

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

--HG--
extra : moz-landing-system : lando
2018-12-07 11:57:45 +00:00
Gregory Szorc d071a5abcf NO BUG - Vendor latest robustcheckout extension; r=sheehan
Corresponds to revision 53c65bf08e17bc943a52e464f72a51a8ea5809e5 from
version-control-tools repository.
2018-12-06 10:34:12 -05:00
Cosmin Sabou 69f9d5002c Merge mozilla-inbound to mozilla-central. a=merge 2018-12-05 12:19:43 +02:00
Marco Castelluccio 8eff89e376 Bug 1488849 - Don't fail when a chunk is not running any test when the try selector is 'coverage'. r=ahal
--HG--
extra : rebase_source : 8099420cf47593ea7b38fadc8b4c5f87f791f250
2018-11-23 17:59:04 +01:00
James Graham 3319035104 Bug 1509983 - Enable wpt android reftests on try/m-c, r=gbrown,ato
Depends on D13089

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

--HG--
extra : moz-landing-system : lando
2018-11-30 15:31:50 +00:00
Gregory Szorc 1e962bc8dc Bug 1512075 - Upgrade to latest robustcheckout; r=ted
From changeset d0828787e64fa55b535c7e783bc97612f5c30cff from
version-control-tools repository.

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

--HG--
extra : moz-landing-system : lando
2018-12-04 23:30:29 +00:00
Gregory Szorc 9ffdc9bc8b Bug 1505579 - Upgrade to latest robustcheckout; r=sheehan
Vendored robustcheckout extension from the version-control-tools
repository revision d78e5c52a0228c3dc8ed03fe43bf749c8e68bd20 without
modifications.

This is needed to support Mercurial 4.8.

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

--HG--
extra : rebase_source : 31fcf83f3da26245fe588a729e7b38202b53ef19
extra : source : b0805a8cf6eb120525408dd486ca2c362afb2db3
2018-11-08 23:25:05 +00:00
Bob Clary 28890c828c Bug 1501802 - Update tooltool.py fetch_file to log.info exceptions instead of log.debug, r=garbas
--HG--
extra : rebase_source : 3268310f08f1911273ab8bff9f8db465ad75e32c
extra : intermediate-source : 565215cf2e5e42034860257f4ea4b5d0b0adf75d
extra : source : 4034fbcc0a551d86deb3463115c0cf7f8c228b65
2018-11-10 03:10:08 -08:00
Geoff Brown bea83b7523 Bug 1505536 - Add Android x86-64 debug builds; r=nalexander 2018-11-28 15:46:37 -07:00
Geoff Brown 35c2d7106c Bug 1467868 - Support Android aarch64 artifact builds; r=nalexander 2018-11-28 15:46:37 -07:00
Geoff Brown 1a8808d568 Bug 1467868 - Add Android aarch64/debug build; r=nalexander 2018-11-28 15:46:37 -07:00
Cosmin Sabou e1e8f2ea69 Merge mozilla-inbound to mozilla-central. a=merge 2018-11-28 06:08:19 +02:00
Alex Gaynor 28b89d082b Bug 1508426 - treat log messages about calling a pure virtual function in a destructor as errors; r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D13109

--HG--
extra : moz-landing-system : lando
2018-11-27 19:46:15 +00:00
Henrik Skupin a0b3d921d3 Bug 1509175 - MnH has to use a resolution of 1600x1200 instead of 1366x768 for virtual screen. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D12626

--HG--
extra : moz-landing-system : lando
2018-11-23 08:24:41 +00:00
Marco Castelluccio fa0014ea66 Bug 1507635 - reftest paths should be relative to abs_reftest_dir/tests. r=ahal
--HG--
extra : rebase_source : edbf1086e5b40b62bd2199a5bee0af5a0e847be1
2018-11-19 16:42:16 +01:00
Marco Castelluccio cefdd7f8d4 Bug 1507635 - When running specific tests on try, don't use the 'tests' attribute from the suite. r=ahal
--HG--
extra : rebase_source : b16fb8b5c158a9dd3fd03e3b5cfd278a52efc418
2018-11-19 15:32:09 +01:00
Geoff Brown 877a1c2411 Bug 1506254 - Support TBPL_RETRY in structured logger, to enable task retry; r=jmaher 2018-11-21 07:46:45 -07:00
shindli cbbdd02331 Merge inbound to mozilla-central. a=merge 2018-11-21 05:59:34 +02:00
Tom Prince 06b5b2f153 Bug 1506310: Remove unused branch_name passed from taskcluster to talos; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D12076

--HG--
extra : moz-landing-system : lando
2018-11-20 21:57:49 +00:00
Geoff Brown 9ec0eea122 Bug 1508713 - Stop running Android 4.2 x86/opt tests; r=snorp
Android 7.0 x86/opt provides the same smoke test capabilities for the x86 builds;
xpcshell and mochitest-chrome continue to run on Android 4.3.
2018-11-20 13:25:57 -07:00
Marco Castelluccio 7f1ab0b64c Bug 1480142 - Pass test paths relative to the Marionette test install dir to the Marionette test runner. r=whimboo
--HG--
extra : rebase_source : 6c26751adeeddd4aed626112d4d33976e4ac1030
2018-11-20 17:25:34 +01:00
Agi Sferro 87e24dcfbf Bug 1506267 - Add android-api-lint to automation; r=nalexander
Depends on D11821

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

--HG--
extra : moz-landing-system : lando
2018-11-19 16:03:55 +00:00
Simon Fraser 963c54934e Bug 1506319 Change log levels for bouncer check failures r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D12259

--HG--
extra : moz-landing-system : lando
2018-11-19 11:31:28 +00:00
Cosmin Sabou b3241c824a Backed out 3 changesets (bug 1506267) for apilint build bustage. CLOSED TREE
Backed out changeset 7a53f4ea811b (bug 1506267)
Backed out changeset 5d1c5593fdf3 (bug 1506267)
Backed out changeset 32e919db3735 (bug 1506267)
2018-11-17 00:54:14 +02:00
Agi Sferro bb52d56064 Bug 1506267 - Add android-api-lint to automation; r=nalexander
Depends on D11821

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

--HG--
extra : moz-landing-system : lando
2018-11-16 22:18:09 +00:00