Marco Castelluccio
8a2bdd59ec
Bug 1431388 - Rewrite LCOV files on test machines. r=chmanchester,jmaher
2018-01-24 22:58:22 +01:00
Marco Castelluccio
c921af48d1
Bug 1431388 - Define 'abs_test_install_dir' on awsy. r=jmaher
2018-01-30 15:39:56 +01:00
Marco Castelluccio
978b39e16d
Bug 1431379 - Package lcov rewriter and its dependencies in the common test archive. r=chmanchester
2018-01-24 22:48:50 +01:00
Geoff Brown
8992f95ae8
Bug 1402358 - In Android emulator tests, shutdown faster; r=jmaher
...
When the emulator is in good shape, emulator verification on shutdown
only takes a few seconds. However, if the emulator is hung or otherwise
unresponsive, emulator verification can take several minutes. In the
pathological worst case, verification slows down the task enough to
exceed the task timeout, resulting in a failure that would otherwise
have been handled as a task retry. Emulator verification on shutdown
provides little value, so it is simply eliminated.
2018-01-30 08:47:16 -07:00
Cosmin Sabou
37bb870512
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2018-01-30 00:47:39 +02:00
Mike Hommey
478ce5d0b3
Bug 1432395 - Rename valgrind suppressions files to something more generic. r=froydnj
...
The MACHTYPE bash variable is an odd thing that returns e.g.
x86_64-redhat-linux-gnu on a CentOS system, but x86_64-pc-linux-gnu
on a Debian system, and possibly something different on other distros.
mach valgrind-test is the only place actually relying on MACHTYPE.
Others rely on information from python modules. Uniformize that, and use
the more generic 'pc' rather than 'redhat'.
--HG--
rename : build/valgrind/i386-redhat-linux-gnu.sup => build/valgrind/i386-pc-linux-gnu.sup
rename : build/valgrind/x86_64-redhat-linux-gnu.sup => build/valgrind/x86_64-pc-linux-gnu.sup
extra : rebase_source : ad94ce69e8094d2b9ddae97a3d261945886c0a61
2018-01-27 10:22:56 +09:00
Ben Hearsum
49a49f314b
bug 1432335: remove bz2 remnants from release & esr. r=callek
2018-01-29 10:40:22 -05:00
Dorel Luca
5985aa72cc
Merge mozilla-central to mozilla-inbound r=merge
2018-01-26 05:50:11 +02:00
Nick Alexander
86c34ffd3d
Bug 1419581 - Part 6: Add Android build configuration --without-google-play-services. r=dustin
...
MozReview-Commit-ID: 526BCiQwlm6
--HG--
rename : mobile/android/config/mozconfigs/android-api-16/nightly-artifact => mobile/android/config/mozconfigs/android-api-16/nightly-without-google-play-services
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_16.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_api_16_without_google_play_services.py
extra : rebase_source : 4de338a5f8442159b3e80f492b9ff0f46f5635d9
extra : intermediate-source : 7f41dd3bbc2d25f937fa24a54612c25bc839f5ab
extra : source : bd1e3857b5bac3dc710521a5eb7377a1168b56ac
2018-01-04 15:45:56 -08:00
arthur.iakab
151be917cb
Merge mozilla-central to mozilla-inbound
2018-01-26 02:35:29 +02:00
Geoff Brown
32deb59d63
Bug 1433296 - Update pip configuration for Android tests; r=jmaher
...
Now uses the same server options as desktop tests.
2018-01-25 17:01:23 -07:00
Geoff Brown
7280e78955
Bug 1433294 - Cleanup blobber upload support in android_emulator_unittest.py; r=jmaher
2018-01-25 13:04:37 -07:00
Csoregi Natalia
6f5bb993b2
Merge inbound to mozilla-central. a=merge
2018-01-25 12:14:20 +02:00
Tom Ritter
b11952722c
Bug 1432213 Fix the MinGW build on the beta branch and re-enable it r=froydnj
...
When we branched to beta, the MinGW build started failing with a strange error
like "could not find the robustcheckout Mercurial extension". We disabled it
for a while, but now we're re-enabling it (and fixing the problem.)
The root culprit of this was that we were using the incorrect mozconfig. MinGW
does all sorts of stuff in the mozconfig, but the beta branch overrides the
mozconfig using platform_overrides in
testing/mozharness/configs/builds/branch_specifics.py
We avoid this override by changing the MinGW platform so it doesn't match
and the mozconfig doesn't get overridden.
MozReview-Commit-ID: JkETWCRHacO
--HG--
extra : rebase_source : 5ef7d96804acd3a4eaa6dd6cc8b483f3de438b61
2018-01-24 14:13:54 -06:00
Cosmin Sabou
7e6e71746a
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2018-01-25 00:04:12 +02:00
Brindusan Cristian
9e0ffdd8cb
Backed out 7 changesets (bug 1419581) as requested by nalexander a=backout
...
Backed out changeset 7f41dd3bbc2d (bug 1419581)
Backed out changeset d4d42899e5cd (bug 1419581)
Backed out changeset 78828bf781d7 (bug 1419581)
Backed out changeset 5224db0c36aa (bug 1419581)
Backed out changeset 072108d16590 (bug 1419581)
Backed out changeset f8b3e95f18e4 (bug 1419581)
Backed out changeset 5f7645a19bf1 (bug 1419581)
2018-01-24 22:28:19 +02:00
vinicius
77950bec1f
Bug 1428296 - Compress coverage artifacts silently. r=marco
...
MozReview-Commit-ID: CFUhid0rZ3I
--HG--
extra : rebase_source : cd86293cb4c61b1d9fad59b0336f59af87047bd7
2018-01-24 11:31:02 -02:00
Nick Alexander
5fbb927713
Bug 1419581 - Part 6: Add Android build configuration --without-google-play-services. r=dustin
...
MozReview-Commit-ID: 526BCiQwlm6
--HG--
rename : mobile/android/config/mozconfigs/android-api-16/nightly-artifact => mobile/android/config/mozconfigs/android-api-16/nightly-without-google-play-services
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_16.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_api_16_without_google_play_services.py
extra : rebase_source : 3b15d8f9fa95769caa06be9aad145becd9729694
extra : intermediate-source : 4ead5bb6937c1396d41a859d65184a60f28f6e93
extra : source : bd1e3857b5bac3dc710521a5eb7377a1168b56ac
2018-01-04 15:45:56 -08:00
Cosmin Sabou
6cfb14fd97
Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE
2018-01-25 00:07:47 +02:00
Geoff Brown
ecb2e42e94
Bug 1345972 - Do not download tooltool.py during Android test tasks; r=jmaher
...
Instead of downloading tooltool.py whenever a test task needs it in mozharness,
it is added to the ubuntu-16 test image and run from there.
2018-01-24 13:59:46 -07:00
Geoff Brown
2d91a596e6
Bug 1432848 - Use /usr/local/bin/linux64-minidump_stackwalk in Android tests; r=jmaher
...
It is included in the docker image, so there is no need to download it every time.
2018-01-24 13:59:41 -07:00
Aki Sasaki
f1377cabeb
bug 1432696 - limit fennec beta to multilocale. r=callek
...
MozReview-Commit-ID: 2K5ThvRF7dk
--HG--
extra : source : ab526acf647a6bb15db28202733e24cfc75525d5
2018-01-23 19:34:26 -08:00
Tom Prince
946b7e38eb
Bug 1430316: Lint the mozharness configs; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D385
--HG--
extra : rebase_source : c4c6e2a4c28c29cc6906d2b757063ef38ac2209a
2018-01-12 16:54:17 -07:00
Tom Prince
87d13ed36b
Bug 1424146: Remove unused `exes.virtualenv` from mozharness configs; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D420
--HG--
extra : rebase_source : 2a77f1387cb5269940a2cdfc1deef342f8cf49a1
2018-01-19 00:00:39 -07:00
Tom Prince
ce82eddf33
Bug 1424146: Remove unused `tooltool_script` from L10N and repackage jobs; r=Callek
...
Differential Revision: https://phabricator.services.mozilla.com/D419
--HG--
extra : rebase_source : 6e7a605aadff95f4aa04309173f4ae7094af95d0
2018-01-18 23:44:23 -07:00
Tom Prince
d43b1121a6
Bug 1424146: Remove unused configuration from L10N jobs; r=Callek
...
Differential Revision: https://phabricator.services.mozilla.com/D418
--HG--
extra : rebase_source : 1d83efcf4eb03338d76025f69d9b17bb630a2eb2
2018-01-18 23:39:30 -07:00
Tom Prince
c691ee6af9
Bug 1424146: Remove mock configuration from linux L10N jobs; r=Callek
...
Differential Revision: https://phabricator.services.mozilla.com/D417
--HG--
extra : rebase_source : 746b099f0a6a35c4ea6d2f49ea1a4a376b197af1
2018-01-18 23:22:27 -07:00
Tom Prince
b3e41dda91
Bug 1424146: Refactor taskcluster l10n mozharness config; r=Callek
...
MozReview-Commit-ID: HrbI9grmjud
--HG--
extra : rebase_source : 63defa76778afdd8714712f127dd0350a7d932d7
2017-12-15 10:43:08 -07:00
Tom Prince
0609a33d0f
Bug 1429603: Get rid of some unused mozharness steps; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D374
--HG--
extra : rebase_source : da194dd6a498206cbcc07ab386d8d9be3a5b333d
2018-01-10 15:03:47 -07:00
Tom Prince
c54ad08e5c
Bug 1429603: Only run build and check as part of mingw32 build; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D414
--HG--
extra : rebase_source : e071e09acaaf500eb27a516cfd335703455255eb
2018-01-18 11:40:05 -07:00
Tom Prince
6d2d49c954
Bug 1429603: Get rid of clone-tools; r=jlund
...
It is no longer used as part of the build, now that publishing is handled in
separate tasks.
Differential Revision: https://phabricator.services.mozilla.com/D373
--HG--
extra : rebase_source : a6e31fe5d554076d4da584f0993c21b6c1a8ebd0
2018-01-08 17:50:11 -07:00
Tom Prince
339f3f9e9a
Bug 1429603: Remove some usused imports in mozharness configs; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D371
--HG--
extra : rebase_source : 0a40174f5ad4571d6b18fcff94709a911c559db6
2018-01-08 15:56:21 -07:00
Tom Prince
7672b1a726
Bug 1429603: Remove some unused tooltool mozharness config settings; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D370
--HG--
extra : rebase_source : d9bff7a8e67bb40584f4392326053e379d6ca52f
2018-01-04 13:50:34 -07:00
Tom Prince
b6125ff578
Bug 1429603: Remove mock configuration from build mozharness configs and code; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D369
--HG--
extra : rebase_source : 9fd6eab5d2c85fcc61d0420dc860dcc26c18303c
2018-01-04 13:13:24 -07:00
Tom Prince
cd7a2a6f9d
Bug 1429603: Remove CCACHE environment variables; r=jlund
...
ccache was disabled in Bug 1426788 (ba9e7b695619) so setting variable to
control it isn't needed anymore.
Differential Revision: https://phabricator.services.mozilla.com/D368
--HG--
extra : rebase_source : 1db59b9eaa5bb887dfdb7382bcd940b647af967f
2018-01-04 12:51:38 -07:00
Tom Prince
2ce503acec
Bug 1429603: Remove always false `enable_talos_sendchange`; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D367
--HG--
extra : rebase_source : 77b53c891c93010884edb592090ca45a58181f33
2018-01-04 12:49:26 -07:00
Tom Prince
c28ab740ae
Bug 1429603: Remove unused releng windows and native macOS mozharness configs; r=jlund
...
Differential Revision: https://phabricator.services.mozilla.com/D366
--HG--
extra : rebase_source : 522f57a53093fa9589f0da1ac698c1834d74f5af
2018-01-04 12:36:22 -07:00
Geoff Brown
ea394843a4
Bug 1431433 - Miscellaneous simplifications to android_emulator_unittest.py; r=jmaher
2018-01-20 07:41:53 -07:00
Geoff Brown
29f6aea60a
Bug 1431433 - Remove ssl_port/http_port from Android mozharness configs; r=jmaher
2018-01-20 07:41:53 -07:00
Geoff Brown
687a96341c
Bug 1431433 - Cleanup support for obsolete -debug Android test suites; r=jmaher
2018-01-20 07:41:53 -07:00
Geoff Brown
e2ffb68892
Bug 1431433 - Tidy and reorganize mozharness configuration for Android emulator tests; r=jmaher
2018-01-18 11:25:45 -07:00
Dorel Luca
a066bff27d
Merge mozilla-inbound to mozilla-central r=merge a=merge
2018-01-18 11:43:47 +02:00
Tiberius Oros
0f3b1d6ace
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-01-18 00:28:57 +02:00
Ryan VanderMeulen
8ac2db0699
Backed out 7 changesets (bug 1419581) for incorrect android:debuggable. r=nalexander
...
Backed out changeset bd1e3857b5ba (bug 1419581)
Backed out changeset be888fa125dc (bug 1419581)
Backed out changeset 44bcb609e721 (bug 1419581)
Backed out changeset a7d75667c58b (bug 1419581)
Backed out changeset 2ea82ff4a757 (bug 1419581)
Backed out changeset 8f1655752d43 (bug 1419581)
Backed out changeset 65195aae48d8 (bug 1419581)
2018-01-17 15:54:22 -05:00
Cosmin Sabou
1f9b4f0f06
Merge inbound to mozilla-central. a=merge
2018-01-17 11:46:53 +02:00
Kartikaya Gupta
d1c5b77efc
Bug 1429957 - Move searchfox indexing job from win32 to win64. r=rillian,dustin,chmanchester
...
MozReview-Commit-ID: J4TkzTHBWkJ
--HG--
rename : browser/config/mozconfigs/win32/debug-searchfox => browser/config/mozconfigs/win64/debug-searchfox
2018-01-16 16:45:51 -05:00
Jim Chen
65ba910313
Bug 1426244 - Follow-up to use new variant; r=me
...
Use the new variant 'officialWithGeckoBinariesNoMinApiRelease', which is
used by other m-c build jobs, for building javadoc.
2018-01-16 13:37:25 -05:00
Geoff Brown
d1e788a7b6
Bug 1321605 - Follow-up to dump Android bogomips in main test log; r=me, a=test-only
...
We use bogomips as a convenient indicator or emulator performance/health and
make that available in the android-performance.log artifact. When the task
times out, that artifact is not uploaded, leaving me curious about what the
bogomips were; let's dump it to the test log.
2018-01-15 15:51:13 -07:00
Jim Chen
3757544495
Bug 1426244 - 5. Add geckoview-docs job; r=nalexander
...
Add a geckoview-docs job that executes "./mach android geckoview-docs",
which takes care of calling gradle to generate the javadoc archive, and
uploading it to Github using given parameters.
MozReview-Commit-ID: DTWh4XdFZEO
--HG--
extra : rebase_source : 9d75be24cb553b3a773d3d34a2bdbdf4d4c8cd34
2018-01-13 17:41:09 -05:00
Aki Sasaki
a3abdb250c
bug 1430246 - import os in beta/release l10n mozharness configs. r=jlund DONTBUILD
...
MozReview-Commit-ID: FKKhKD8NOku
--HG--
extra : rebase_source : 31322095b9d9eb14903b489976c434977a70c79f
2018-01-12 15:32:15 -08:00