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

3242 Коммитов

Автор SHA1 Сообщение Дата
Dorel Luca 57bbc1ac58 Merge mozilla-inbound to mozilla-central. a=merge 2018-03-29 12:50:33 +03:00
Tom Prince 1f286055e2 Bug 1447460: Teach `mach taskgraph cron` to handle configuration in sub-repositories; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D815

--HG--
extra : rebase_source : f0153c78bf4ffe0dbf520e0fb4d0683c82173f8b
2018-03-28 11:34:20 -07:00
Tom Prince 74bcf37b60 Bug 1447460: Mark some obsolete `mach taskgraph cron` parameters as ignored; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D814

--HG--
extra : rebase_source : c50bd800ca9cd09bf0cd1ec9f7eb19f20d1b0866
2018-03-27 10:30:02 -07:00
Tom Prince a96e438dc0 Bug 1447460: Add a slightly more descriptve owner for cron tasks; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D813

--HG--
extra : rebase_source : 30ce1b360bd43e1d48b72885a63eefb204464929
2018-03-27 10:32:13 -07:00
Chris AtLee 6b3f0c8b18 Bug 1425571: Replace pulse-notify with taskcluster-notify r=aki
MozReview-Commit-ID: FgfNz0fyY3z

--HG--
extra : rebase_source : a1e432f1deb3a8e0f22f61e6f9433f1dfc9fe845
2018-03-23 09:04:18 -04:00
Aki Sasaki 46478d2583 bug 1355482 - relpro docs: address dustin's review comments. r=dustin
--HG--
extra : rebase_source : d31b295a5c4b3a57bc7dd0f64e7143971135c23b
2018-03-27 17:39:24 -07:00
Margareta Eliza Balazs adebb06ac1 Merge inbound to mozilla-central. a=merge 2018-03-28 00:48:11 +03:00
Ben Hearsum cb385f20e8 bug 990689: don't wait for all platforms to finish before running update verify. r=aki
--HG--
extra : amend_source : aa7089e70da40505d0f5cab7e8fe3a1f96232e01
2018-03-27 11:01:54 -04:00
Ben Hearsum 34be0c1d31 bug 1446160: update verify shouldn't be silent when diffs are found. r=aki 2018-03-27 11:00:23 -04:00
Mike Shal 1d3020acd2 Bug 1387098 - Tup toolchain task; r=froydnj
Build the latest tup master branch with the LD_PRELOAD dependency
checker.

MozReview-Commit-ID: ALfnnmOZrky

--HG--
extra : rebase_source : 529d4392ef73e03f66fb76f089f8b88f45b44972
2018-02-20 11:12:08 -05:00
Simon Fraser e4385fcf42 Bug 1379773 Update funsize to allow mar/mbsdiff definitions r=bhearsum 2018-03-26 12:16:08 +01:00
Csoregi Natalia fb262254f8 Backed out changeset b42a6edd2645 (bug 1379773) for flake failure on scripts/funsize.py:229. CLOSED TREE 2018-03-26 13:55:44 +03:00
Simon Fraser f86f28e420 Bug 1379773 Update funsize to allow mar/mbsdiff definitions r=bhearsum 2018-03-26 11:38:05 +01:00
Gregory Szorc 365d4042e9 Bug 1448438 - Document how to upgrade Mercurial in CI; r=sheehan
We don't have docs for how to upgrade Mercurial in CI. A lot of it
is organic institutional knowledge that lives in various people's
heads. That's not good for continuity of business.

This commit starts to establish documentation for how to upgrade
Mercurial in Firefox CI.

The documentation for updating things in-tree is pretty robust
(because I've done it a handful of times and know what is involved).
But the docs for OpenCloudConfig and Puppet could certainly be
improved. I'll poke the respective maintainers of these systems
to help improve these docs as a follow-up.

MozReview-Commit-ID: Aruh3N8Llls

--HG--
extra : rebase_source : 5d82ffd1d2b808082d824274db33586f71899599
2018-03-23 12:43:36 -07:00
Gregory Szorc af8f8380c6 Bug 1448438 - Upgrade to Mercurial 4.5.2; r=sheehan
We bump the version of Mercurial for Debian packages and for Ubuntu
Docker images.

MozReview-Commit-ID: KYmG4rOm3TQ

--HG--
extra : rebase_source : cbb817a9ee4c27f0bc59f4fa1e2a708fac1cb093
2018-03-23 12:09:36 -07:00
Gregory Szorc 79e8198e43 Bug 1448438 - Install Mercurial via install-mercurial.sh; r=Callek
All in-tree Docker images should be installing Mercurial via
install-mercurial.sh so that the Mercurial install is consistent
across all Docker images.

I noticed this image wasn't using install-mercurial.sh because
attempting to rebuild the image currently fails due to
mercurial-4.3.1-2 not being available in the upstream package repo.

install-mercurial.sh has been taught to handle Ubuntu 18.04 and the
Docker image building process has been taught to use
install-mercurial.sh. install-mercurial.sh uses tooltool and behavior
should work and be deterministic over all of time.

As part of this, we had to establish a standalone shell script for
building the image. That's because install-mercurial.sh requires a
"tooltool_fetch" alias. Meaningful image building code has been
moved into the new setup.sh. This also means things run as a single
RUN statement. So we don't need to hack around minimizing RUN
invocations.

I also discovered that the pinned curl version is no longer available.
So I removed the version pinning. FWIW we can't rely on version
pinning unless the Apt repository is snapshotted. Packages do get
yanked from time to time. Unless we absolutely require a specific
version of a specific package, we can probably get away without pinning
- at least for this Docker image. But that can be a follow-up.

MozReview-Commit-ID: As7Hq470QcK

--HG--
extra : rebase_source : e5868ff1dfd6a14a12d3df08aca2954d1d9ea99f
2018-03-23 13:23:02 -07:00
Ted Mielczarek bd3e9df16c bug 1446665 - update sccache to pick up a fix for a PGO build failure. r=froydnj
MozReview-Commit-ID: 5uCjHMZc7JJ

--HG--
extra : rebase_source : f8aa60cca3992707e056460b01ac470cd79fc385
2018-03-23 11:37:47 -04:00
Johan Lorenzo fe8f5fc199 Bug 1448239 - Force apt database update so snapcraft can fetch packages r=rail
MozReview-Commit-ID: KAp4dCyHMRA

--HG--
extra : rebase_source : 15210a4ad3e402859f11771bb4a212132b002ac6
2018-03-23 12:06:51 +01:00
Noemi Erli 1270a21724 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-23 01:00:18 +02:00
Geoff Brown feca6aae6f Bug 1098508 - Add support for scheduling Android jit tests, but don't run them yet; r=me,a=test-only
Android jit tests are not ready to run yet: They may not run green, there are concerns about
capacity, etc. I am adding this support now to make it more convenient to debug on try.

--HG--
extra : rebase_source : 00bc5bf21fec3c130133b0de322b1f37250893c3
2018-03-22 16:33:15 -06:00
Kartikaya Gupta a41c002240 Bug 1448086 - Ensure QR tests are disabled on beta and project branches. r=aryx
This updates the existing entries to use the 'trunk' shorthand notation,
and adds missing entries for mochitests, reftests, jsreftests, and the
three categories of web-platform-tests.

MozReview-Commit-ID: KTgfidGFPNu

--HG--
extra : rebase_source : 3287477c1c9846c4d3a00275e0cb8ae422c48262
2018-03-22 14:54:17 -04:00
Tom Ritter 210b32e7fe Bug 1447414 Disable the MinGW Build on TC r=dustin a=aryx
In Bug 1447414 we're going to break the MinGW build. In this commit we
disable it pre-emptively but leave it available for people to run manually.

MozReview-Commit-ID: 9G9RSjYRn5z

--HG--
extra : histedit_source : 8c55f22d61268e56b8b55747dd23c95f286538dc
2018-03-20 13:56:16 -05:00
Kartikaya Gupta dc36f509ef Bug 1425589 - Turn on wpt on linux64-qr. r=jgraham
MozReview-Commit-ID: LX2qTOXH79O

--HG--
extra : rebase_source : a2b7f1ec1434eff132c3bd2022e39d1b45b12260
2018-03-21 09:29:54 -04:00
Cosmin Sabou 52c9a5448e Merge inbound to mozilla-central. a=merge 2018-03-21 00:24:33 +02:00
Emilio Cobos Álvarez 739b866c71 Bug 1447301: Disable the old style system by default. r=froydnj
This keeps --disable-stylo working and --enable-stylo=build with the same
semantics, but it makes also --enable-stylo / and the default to not build the
old style system at all.

This also removes the stylo-only platforms, since they're now the default.

MozReview-Commit-ID: DL2eZZn9suE
2018-03-20 17:33:47 +01:00
Margareta Eliza Balazs 922c555275 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-20 19:00:25 +02:00
Johan Lorenzo c0b485fa3a Bug 1444898 - Snap: Use dedicated snap docker image instead of the Ubuntu one r=rail
MozReview-Commit-ID: 2wDKUHJI9tr

--HG--
extra : rebase_source : 43ca551162eeeea43800c268c4033892da3644d2
extra : intermediate-source : 1e0275c17b6cf25563de0f6af4f60c57edc0400a
extra : source : 64c2b865e1f277e0a5965e4331dce75cf5458f50
2018-03-12 15:23:32 +01:00
Emilio Cobos Álvarez e9676561ce Bug 1446954: Remove support for running tests on automation without stylo configurations. r=froydnj
You can still run them on a --disable-stylo build, as long as that works
(presumably not for long).

I think I haven't missed anything, but please double-check.

MozReview-Commit-ID: 3BIAEjgTLo5
2018-03-20 11:29:08 +01:00
Aki Sasaki aae1b51c42 bug 1432591 - taskgraph changes for source tarball. r=bhearsum
tested on maple.

MozReview-Commit-ID: BtHVc9b5d7f

--HG--
extra : rebase_source : 8ec4c4b9dbba336d8064c894b2e558efc1bc8291
2018-03-14 17:00:55 -07:00
Aki Sasaki 5076089a4d bug 1432591 - mozharness - back out source-related changes from 605111b6f51f. r=tomprince
In 605111b6f51f, we removed a bunch of unused actions. However, now that we're recreating the source tarball, some of those are no longer unused. This patch brings them back.

MozReview-Commit-ID: 5WZMEeuatup

--HG--
extra : rebase_source : f725e6cacd692357bc8e4194afb052e2c29b99b1
2018-03-14 16:57:45 -07:00
Chris AtLee 29da27eafe Bug 1446241: Set run-on-projects for upload-generated-sources and upload-symbols r=aki
If tasks still exist before the optimization phase, then any tasks these depend
on will also be scheduled. In particular for devedition on m-r, that means that
although the builds were being excluded from the target tasks due to the
build's run-on-projects settings, the upload-symbols and
upload-generated-sources tasks did exist in the target tasks, and so the builds
got re-added to the target tasks during graph optimization.

MozReview-Commit-ID: 1AWJuafULEE

--HG--
extra : rebase_source : 153653733e01433ae894a0ba4fd99228e0936024
2018-03-19 14:15:52 -04:00
Greg Mierzwinski f9771d3cbc Bug 1445838 - Increase task timeout on code coverage (ccov) test tasks. r=marco
Increases the max-run-time for all test tasks on ccov builds.

MozReview-Commit-ID: KtArHMWKgbH

--HG--
extra : rebase_source : 61b6831ba39f005992ce3ec5db5568ad9ce95a36
2018-03-14 17:49:48 -04:00
Ted Mielczarek 44322b0b23 bug 1445631 - update sccache to pick up a fix in the jobserver crate. r=chmanchester
MozReview-Commit-ID: JtHea27GTTq

--HG--
extra : rebase_source : e7b08d6b6b765c0447aadfaa7f4f606676806c73
2018-03-16 13:41:52 -04:00
Rob Wood 24e7c713a6 Bug 1446405 - Re-enable talos tp6 on windows; r=jmaher
MozReview-Commit-ID: BU8biofxy8H

--HG--
extra : rebase_source : e88d644388edaf750cd2ffc471f92d5a70faeb85
2018-03-16 10:36:31 -04:00
Johan Lorenzo 76246ea977 Bug 1445890 - Fennec: Fix bad FTP path on bouncer submission r=mtabara a=release
MozReview-Commit-ID: 2zfBA6ksoNT

--HG--
extra : rebase_source : 9096aa3350f892aca6fd31a9d9292269fbf20a3c
extra : intermediate-source : 4fe0615c6be1744ad9cbdcb6c917fabfac094a88
extra : source : 69685faa0bb4db6b19d44cca4fa9c1b7c39bbebc
2018-03-16 09:36:59 +01:00
Csoregi Natalia 7e68d80ef1 Backed out changeset 4dc6a0427030 (bug 1445890) for failing taskcluster/taskgraph/transforms/bouncer_submission.py:33. CLOSED TREE 2018-03-16 15:53:20 +02:00
Johan Lorenzo ee742107fd Bug 1445890 - Fennec: Fix bad FTP path on bouncer submission r=mtabara
MozReview-Commit-ID: 2zfBA6ksoNT

--HG--
extra : rebase_source : 69685faa0bb4db6b19d44cca4fa9c1b7c39bbebc
2018-03-16 09:36:59 +01:00
William Lachance e352c67b67 Bug 1261081 - Only enable ctor counting on linux64 opt/pgo r=froydnj,gps
MozReview-Commit-ID: 4ftbGOa4KzP

--HG--
extra : rebase_source : 40c20845515715eda846550f8eede57116911084
2018-03-13 15:02:32 -04:00
Johan Lorenzo 7aa77a37aa Bug 1445672 - Do not rely on release-type to define alias name r=aki
MozReview-Commit-ID: ErWI9JhUqG7


G: changed taskcluster/taskgraph/transforms/bouncer_aliases.py

--HG--
extra : rebase_source : 0df8cba7937144e6c5168ce4df753629ce288ce5
2018-03-14 19:11:16 +01:00
arthur.iakab 8976abf9ca Merge inbound to mozilla-central. a=merge 2018-03-14 12:00:13 +02:00
Steve Fink de4adccfc7 Bug 1444543 - toolchain: build sixgill for gcc 6.4.0, r=glandium
--HG--
extra : rebase_source : fa2f7acf63e99544b95c6a896ba015c52c04f7ae
2018-03-06 10:15:29 -08:00
Steve Fink 03dedf49bb Bug 1443233 - Update sixgill to use same qualification settings for all type printing, r=bhackett
--HG--
extra : rebase_source : 16d1361a8a020ba3d4a37e867dfa1cc7f75c92dd
2018-03-06 08:37:02 -08:00
Ted Mielczarek f51415ef1d bug 1445218 - update sccache to 0.2.6. r=froydnj
MozReview-Commit-ID: FxFmXcAHC5A

--HG--
extra : rebase_source : b01b5aca229547dc1b4de14ec36df54d806cf7e6
2018-03-13 08:31:06 -04:00
Aki Sasaki f1b152aa68 bug 1443336 - set snap to treeherder tier 2. r=jlorenzo
MozReview-Commit-ID: 8deN62OyNtq

--HG--
extra : rebase_source : 36403e49966ed8355f4b311f9afb5c42129c4be0
2018-03-12 13:38:39 -07:00
Sylvestre Ledru 06b7836c7e Bug 1444628 - Fix a bunch of typo in the doc r=ahal
MozReview-Commit-ID: SNXsViVUm0

--HG--
extra : rebase_source : d1a73dd5399854c0ec28087b207bb1b1d4bb9c02
2018-03-10 17:14:38 +01:00
Aki Sasaki 399114003f bug 1355482 - release promotion doc review followup. r=bhearsum
--HG--
extra : rebase_source : 40fd5414cbd3d8fdde7d1085891dc8fe920d342c
2018-03-22 12:00:22 -07:00
Aki Sasaki 86a0b019f6 bug 1355482 - add release promotion docs. r=bhearsum
--HG--
extra : rebase_source : 7ceab720572955182133b2ab609ca5a08d615c87
2018-03-22 11:00:48 -07:00
Tom Ritter a5e3ca4de2 Bug 1444167 Add MinGW mozlint build job r=froydnj
MozReview-Commit-ID: Lo42O4xljwC

--HG--
extra : rebase_source : ad339f42b94f490a5122a2bf6c785ce450851084
2018-03-08 13:58:57 -06:00
Johan Lorenzo 30431214a3 Bug 1444391 - google-play-strings: Use release strings on mozilla-release r=bhearsum,mtabara a=release
MozReview-Commit-ID: aHR8CwNyqI

--HG--
extra : histedit_source : 8591eeb97e344c8c579562c17356b48d4fd201b7
2018-03-09 16:28:27 +01:00
Geoff Brown bafd82c715 Bug 1411358 - Increase taskcluster max-run-time for Android mochitest-chrome and Android/opt mochitest; r=me,a=test-only
Android browser tests have a 90 minute application timeout which will produce
better diagnostics than the taskcluster timeout, so the max-run-time should
be >90 minutes. That's true for all other Android browser tests, but, perhaps
from an oversight, not for these.
2018-03-09 16:13:27 -07:00