Commit Graph

1329 Commits

Author SHA1 Message Date
Kim Moir
5f874863a8 Bug 1356122 - Run Stylo tests in sequential mode r=aki 2017-05-06 14:10:54 -04:00
Wes Kocher
670fea1ecf bug 1358601 - flake8 fix a=bustage
MozReview-Commit-ID: F63DV9onTqM

--HG--
extra : rebase_source : 6dae9b663b49a00e792fdeefddd921bfa0ec2288
2017-05-05 14:32:36 -07:00
Wes Kocher
6cc5532059 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 3HXDLRcpc9c
2017-05-05 14:20:47 -07:00
Ben Hearsum
d27afef6b0 bug 1358601: set up CI builds and tests for DevEdition on mozilla-beta - fix build configuration and signing of DevEdition-on-beta builds. r=aki,rail
MozReview-Commit-ID: 2oaCCHJWU8W
2017-05-05 16:56:57 -04:00
Mike Hommey
8e811ce9b6 Bug 1356700 - Don't set MOZ_AUTOMATION individually for hazard and l10n builds. r=mshal
--HG--
extra : rebase_source : 06b5e16e7c142878296699a4aa6bc17a4f1ab4c7
2017-04-15 07:36:59 +09:00
Mike Hommey
04e21d63a9 Bug 1356700 - Set MOZ_AUTOMATION on all taskcluster jobs. r=dustin
--HG--
extra : rebase_source : d55a62f6f31b6815e7f94f10761e4208ad03379b
2017-04-15 07:30:42 +09:00
Wes Kocher
be6648cab0 Bug 1362599 - Bump number of allowed hazards until it can be sorted out a=bustage
MozReview-Commit-ID: LmGmsNWBaDC
2017-05-05 16:20:05 -07:00
Justin Wood
a900ff41d5 Bug 1265537 - Adjust Windows TC Builds to generate simple package names, adjust tests to use them. r=grenade
MozReview-Commit-ID: AgCTrIMXEdd

--HG--
extra : rebase_source : 9e35daebc08d884bc0ed1235f832abd8309b9ffb
extra : source : 3bb90c64e2a86f92334bc0b9045ee1ff20e243e9
2017-05-02 22:16:21 -04:00
Justin Wood
23bef11703 Bug 1357112 - Add win64 nightly to Taskgraph. r=dustin
MozReview-Commit-ID: 1ZCjVE53gSe

--HG--
extra : rebase_source : 3e4b59eb0821c9c1d4d462c6e6cca153feccced0
2017-05-01 13:43:46 -04:00
Justin Wood
5778c174e3 Bug 1361403 - Support Symbol Upload for win 64 Nightly. r=dustin
This will fail until Bug 1265537 lands, which is what will switch windows to SIMPLE NAME package format.

MozReview-Commit-ID: J0zVLptvxNO

--HG--
extra : rebase_source : 6c388f24bce78ee6f6a8d7eb17cd6bce036b1d35
2017-05-02 16:12:32 -04:00
Wander Lairson Costa
a26cc49769 Bug 1350413 part 2: Fix generic-worker configuration. r=dustin
* Add macosx64 talos tests configuration.
* Fix logs artifacts.
* jittest doesn't have blob_upload_dir.
* e10s config on talos goes on suite name.

MozReview-Commit-ID: E9rSv2zQqvL

--HG--
extra : rebase_source : aa931c26ab887569724c0847c4a9c25a2c04c584
2017-05-02 16:12:52 -03:00
Wander Lairson Costa
7133fa7e8b Bug 1350413 part 1: move macosx64/opt build to buildbot-bridge. r=dustin
Because of bug 1338651, we need to stick to BBB macosx64 builds for now.

MozReview-Commit-ID: AwQc5r6ikUN

--HG--
extra : rebase_source : d5ee1605bf5ec70223e7676bd2d2fd760841d59a
2017-05-02 16:12:51 -03:00
Iris Hsiao
fa6e98e026 Merge mozilla-central to autoland 2017-05-04 13:22:44 +08:00
Iris Hsiao
e71485e5b0 merge mozilla-inbound to mozilla-central a=merge 2017-05-04 11:18:36 +08:00
Rob Thijssen
39364fb54a Bug 1304435 - re-enable crashtest e10s on taskcluster Windows 7; r=jmaher
MozReview-Commit-ID: JM8onUJ0Wn1

--HG--
extra : rebase_source : dcb412aeafc2b051a025f388bf45fdc47f605871
2017-05-03 14:01:06 +03:00
Gregory Szorc
abd52a84b9 Bug 1361436 - Emit build stats immediately after build; r=ted
The "generate-build-stats" mozharness action collects a bunch of build
system metrics, including build_resources.json, ctors count, and
installer size and reports them by writing special messages that
log parsers read.

Before this commit, this mozharness action occurred sometime after
"build." But relative ordering to other actions was not consistent
and appears to be significantly cargo culted.

4e61e69a383c (bug 1304508) changed the "check" mozharness action to
invoke `mach build check` instead of `make` directly. An unintended
consequence of this is that `mach build` replaced the
build_resources.json file from the build itself with one measuring
`make check`. This made the "build time summary" metric take a nose
dive.

This commit works around the issue introduced by 4e61e69a383c by
reordering the mozharness actions so "generate-build-stats" follows
immediately after the "build" action. Not only does it now occur
before the "check" action, but it also occurs before uploading and
other actions.

I'm not sure why "generate-build-stats" is its own action and not
part of "build" itself. As the diff shows, numerous instances of
"generate-build-stats" are commented out, which means we aren't
collecting metrics. "generate-build-stats" is also missing from a
handful of mozharness configs, including Windows Clang builds. I'm
not sure what the history is (it is likely varied and almost certainly
involves a fair amount of cargo culting), but I think it is a bug that
we aren't collecting build metrics for every build. I would like to
fix this. And moving "generate-build-stats" immediately after "build"
should make that transition easier.

MozReview-Commit-ID: 7jNTVWRvMnh

--HG--
extra : rebase_source : 0b5fd1f462caa5c283ba7e1b693fdc5b8b948add
2017-05-02 14:32:52 -07:00
Nick Alexander
0bfebf0c87 Bug 1361545 - Add "skin" flavorDimension for Photon mobile work. r=sebastian,bustage-fix
This is pretty straight-forward.

Sadly, this will require local developers to add a "skin" product
flavor to their invocations, like:

./mach gradle app:assembleLocalAustralisDebug

In addition, this shows how many different variants of the Gradle
product flavor are embedded into our automation configurations.  I
can't solve that at this time.

Since I was here, I took the time to rename "automation" to
"official", which makes "localAustralis" the default in Android
Studio, avoiding a common issue with new builders producing an APK
that doesn't include omni.ja in the IDE.

MozReview-Commit-ID: CtU7zFpNCob
2017-05-03 19:20:58 +02:00
Sebastian Hengst
fcaaea05db Backed out changeset 289c6a3f7886 (bug 1361545) for busting Android gradle builds. r=backout 2017-05-03 19:19:52 +02:00
Nick Alexander
571de094b3 Bug 1361545 - Add "skin" flavorDimension for Photon mobile work. r=sebastian
This is pretty straight-forward.

Sadly, this will require local developers to add a "skin" product
flavor to their invocations, like:

./mach gradle app:assembleLocalAustralisDebug

In addition, this shows how many different variants of the Gradle
product flavor are embedded into our automation configurations.  I
can't solve that at this time.

Since I was here, I took the time to rename "automation" to
"official", which makes "localAustralis" the default in Android
Studio, avoiding a common issue with new builders producing an APK
that doesn't include omni.ja in the IDE.

MozReview-Commit-ID: CtU7zFpNCob

--HG--
extra : rebase_source : 477ef683f850ff11cfa128e17855666bb7758a7a
2017-05-02 15:27:37 -07:00
Rob Thijssen
1f8833fb83 Bug 1321782 - re-enable jsreftest e10s on taskcluster Windows 7; r=jmaher
MozReview-Commit-ID: HPwphkZGhUD

--HG--
extra : rebase_source : 785d49b1620d66d0c142a7fbc77a82a47084a1d1
2017-05-03 14:01:06 +03:00
Rob Thijssen
961369d933 Bug 1304433 - re-enable mochitest-devtools-chrome e10s on taskcluster Windows 7; r=jmaher
MozReview-Commit-ID: 9kzJuVyO4wI

--HG--
extra : rebase_source : e5b6b9a6d2d11b59b7c3242a4557a80315a21652
2017-05-03 14:01:06 +03:00
Rob Thijssen
9f0938794b Bug 1304438 - re-enable web-platform-tests-reftests e10s on taskcluster Windows 7; r=jmaher
MozReview-Commit-ID: FYQjGzmu6XF

--HG--
extra : rebase_source : cd36d396c159b6d42d2d607cc5839cef7bd74954
2017-05-03 14:01:06 +03:00
Dustin J. Mitchell
f5ed461347 Bug 1361187: enforce ordering of tests; r=Callek
MozReview-Commit-ID: 1y0yZoxqjEf

--HG--
extra : rebase_source : f68be0e1a1d7c6f0cea075059b4dda3097e95128
2017-04-28 10:57:38 -04:00
Dustin J. Mitchell
9cb2299144 Bug 1346361: remove unused script r=garndt,gps
MozReview-Commit-ID: 6nxO59wbLwF

--HG--
extra : rebase_source : d5c2af4cb5e7923d80a6be88911120ea324525a6
2017-04-28 10:44:07 -04:00
Dustin J. Mitchell
424b680e9b Bug 1346361: remove unused docker images r=garndt,gps
MozReview-Commit-ID: I635rRsLRhJ

--HG--
extra : rebase_source : e2469e05c347b95a9826215f4b8245209ca988ea
2017-04-28 10:12:28 -04:00
Rob Thijssen
cd2d82d36b Bug 1352137 - enable gtest on tc win 10; r=jmaher
MozReview-Commit-ID: JiZFCyAvqxb

--HG--
extra : rebase_source : 8859fac18891316d10f5fafcf3fe461d2a8a6250
2017-05-04 02:05:39 +03:00
Wes Kocher
febd210bd9 Merge m-c to inbound, a=merge
MozReview-Commit-ID: Lm5sPLbtrs
2017-05-03 13:54:34 -07:00
Ryan VanderMeulen
d33e22f74f Bug 1361449 - Run Windows TC builds on Beta. r=jonasfj 2017-05-03 16:03:24 -04:00
Ryan VanderMeulen
d8ba099907 Bug 1361449 - Schedule AWSY jobs on Linux nightly builds. r=jonasfj 2017-05-03 16:03:10 -04:00
Ben Hearsum
3fc6f41c38 bug 1358601: set up CI builds and tests for DevEdition on mozilla-beta - enable pgo, fix Linux treeherder symbols, use correct mozconfigs for Mac and Windows. r=rail
MozReview-Commit-ID: LQAzdw7paGf
2017-05-01 16:26:26 -04:00
Kim Moir
5e08107df0 Bug 1360964 - Promote Taskcluster Mac debug builds to Tier 1 and make sure that tests are scheduled off them. r=Callek
--HG--
extra : rebase_source : 36a5304016b244984bfd2edd95a125aae4381505
2017-05-01 09:34:00 -04:00
Sebastian Hengst
42fd33ff9c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: ELENTh08Be7
2017-04-29 11:10:31 +02:00
Ben Hearsum
83ab509084 bug 1358601: set up CI builds and tests for DevEdition on mozilla-beta - add linux devedition builds r=aki,kmoir
MozReview-Commit-ID: 9mghIaHomfs

--HG--
extra : rebase_source : 5cadc16cf4b02b93eb1ae9ab14a87435c246b45c
2017-04-27 10:35:36 -04:00
Steve Fink
faa85c1b79 Bug 1356659 - Cut down the number of uploaded files for the hazard analysis, for clarity in Job Details, r=jonco
MozReview-Commit-ID: 333JhB3qSmX

--HG--
extra : rebase_source : 00a1b0d10cada91e74592886c5d93dab90eea01b
extra : histedit_source : 4e7c0a8ddfd145f51b1440dc10a3dda931b31c30
2017-02-10 15:23:21 -08:00
Shriram Kunchanapalli
2c518aa08d Bug 1360582 - Move mochitest-media tests to run on 16.04. r=jmaher
MozReview-Commit-ID: 9Kx72HIv3i9
2017-04-28 12:19:13 -04:00
Shriram Kunchanapalli
0e5a6e3e30 Bug 1319863 - Move mochitest-browser-chrome tests to run on 16.04. r=jmaher
MozReview-Commit-ID: AavDQiF8AOx
2017-04-28 10:38:28 -04:00
Dustin J. Mitchell
f6ad28440f Bug 1355180: remove special-casing of stylo tests on try; r=dustin
MozReview-Commit-ID: 6sCTNptjIBH

--HG--
extra : rebase_source : 5071c98d2cd06b49f45eb91f581bddabfa35d13e
2017-04-18 17:18:37 +00:00
Dustin J. Mitchell
3bb9cc0ec6 Bug 1355180: introduce run-on-projects: built-projects, and use it; r=jmaher
This test-only "run-on-projects" option indicates that the test should run on
exactly the projects where its parent build runs.  This avoids the situation
where a build is configured to *not* run on a project, but some wayward test
didn't get the memo and "pulls in" the build anyway.  This has been
particularly problematic with win64-asan/opt.

MozReview-Commit-ID: 8UP6FsXBohy

--HG--
extra : rebase_source : 237ea2898767da8e4561d1f6884e5add92a7bde2
2017-04-18 15:54:15 +00:00
Rob Thijssen
cc17391557 Bug 1359760 - enable: a11y, awsy, cpp, j, jit, jp, mn, ss suites on tc win10; r=jmaher
MozReview-Commit-ID: EVqiigyxASG

--HG--
extra : rebase_source : 96cc3d3886fbd3b8610db6d075502a69fc2e695d
2017-04-24 18:01:11 +02:00
Jeremy Chen
79f145e226 Bug 1359313 - whitelist -moz-border-*-colors related bindings to satisfy heap write analysis. r=bholley,heycam
A quick fix for hazard bustage by increase the NUM_ALLOWED_WRITE_HAZARDS
from 3 to 7 is pushed in bug 1348173 comment 37. In this bug, we shall do
the actual fix and restore the NUM_ALLOWED_WRITE_HAZARDS.

The -moz-border-*-colors bindings trigger errors because they're using
outparams (nsStyleBorder) which further manipulate its member (mBorderColors)
which is a double raw pointers. Since we don't have the ability to
whitelist the indirect access to mBorderColors[x] list, we can only add
them to the ignoreContents for now.

We might be able to move these bindings to the whitelist of the above
treatAsSafeArgument function, if we could refactor mBorderColors to use
nsTArray directly.

MozReview-Commit-ID: 2cQz58K2A10

--HG--
extra : rebase_source : af2b5b944fb9d19fe28f57eaa37f77174d48bfa4
2017-04-27 12:06:05 +08:00
Wes Kocher
226702fd85 Merge m-c to autoland a=merge
MozReview-Commit-ID: LOGgOErcV9L
2017-04-26 17:43:38 -07:00
Wes Kocher
c90904f9bf Merge inbound to central, a=merge CLOSED TREE
MozReview-Commit-ID: 9HQViJrDT6S
2017-04-26 17:30:31 -07:00
Nick Alexander
e08add138c Bug 1254355 - Post: Make android-* jobs depend on more of the build. r=gps
MozReview-Commit-ID: mJrHfbw9XL

--HG--
extra : rebase_source : 257f5f42bf6db3c239aaa429e4b080a3c4313832
extra : source : 5cc1ea46d8112a94b106c9816e95a2f407e13e27
2017-04-18 21:17:28 -07:00
Dustin J. Mitchell
34f10e53bc Bug 1359997: update docs to point users to the parameters artifact; r=bdahl
MozReview-Commit-ID: KGt3MIniUe6

--HG--
extra : rebase_source : 5bcc577a5fb82be098d69eb3def3c9704ddfa3fb
2017-04-26 21:16:16 +00:00
Carsten "Tomcat" Book
9155c12847 merge autoland to mozilla-central a=merge 2017-04-25 11:23:43 +02:00
Jeremy Chen
4f2d12389f Bug 1348173 - fix stylo bustage. r=heycam
MozReview-Commit-ID: KW6AddyoxwR

--HG--
extra : rebase_source : 07575025570390b0bba54a28faf67d854f8113ea
2017-04-25 14:50:44 +08:00
Sebastian Hengst
8cb6dfec68 Backed out changeset e5073b47f5c8 (bug 1351010) for failing taskcluster/taskgraph/test/test_optimize.py. r=backout 2017-04-26 16:19:19 +02:00
Ayodeji Oyewole
dea9b3f094 Bug 1351010 - Fix return statements in optimize.py; r=dustin
MozReview-Commit-ID: ctgm1fw0Fo
***
Bug 1351010 - Completely fixed; r?dustin

MozReview-Commit-ID: HKoWcINVSnV

--HG--
extra : rebase_source : 8ee85a34a6dfb6bc8fe40c4768d2713fffe4a67c
2017-04-01 15:59:36 -04:00
Mark Banner
03a364a285 Bug 1359604 - Enable the ESLint recommended rules for taskcluster/docker/index-task/. r=dustin
MozReview-Commit-ID: EOX2SvofSS5

--HG--
extra : rebase_source : 279286c25cb6813895f31990aa22592c0b5c9103
2017-04-25 21:54:13 +01:00
Rob Wood
b6ff846bf8 Bug 1359145 - Turn talos perf-reftest on for other branches; r=wcosta
MozReview-Commit-ID: 47G7hAkg0qb

--HG--
extra : rebase_source : df1153c756d3917fb9c9b68b9360d8ebd65751bf
2017-04-24 13:58:08 -04:00
Dustin J. Mitchell
a323ac8f3c Bug 1357465: include the full test platform like it says in the docs; r=jmaher
MozReview-Commit-ID: CkAsBNEznuw

--HG--
extra : rebase_source : b214343e4ece9c48f2ebce0ee498ec6cce08743a
extra : intermediate-source : fc32ddc27f3868cb127239ca126ba750102a4175
extra : source : cc19b23c487ec34b205ef09f97a37026f898108b
2017-04-14 20:49:44 +00:00
Sebastian Hengst
244671826a Backed out changeset 5cc1ea46d811 (bug 1254355)
MozReview-Commit-ID: CgHTCsciaCL
2017-04-23 10:40:28 +02:00
Sebastian Hengst
f225dbcb15 Backed out changeset ccf614bcd296 (bug 1357465) for breaking gecko decision tasks for nightly-code-coverage and nightly-mochitest-valgrind. r=backout a=backout
MozReview-Commit-ID: LpexSmhHEFh
2017-04-22 11:21:21 +02:00
Manish Goregaokar
419b142c52 Bug 1356275 - Decrease allowed write hazard threshhold; r=bholley
MozReview-Commit-ID: 9cGPj1Hahed
2017-04-21 18:27:47 -07:00
Ralph Giles
2e1dfb5042 Bug 1358590 - Update rust-build to v0.4.5. r=ted
Update the repack_rust script for packaging upsteam
rust builds for tooltool use in our build automation:

- Add --cargo-channel switch.
- Remove 32-bit macOS targets.
- Add aarch64 Android target.
- Update for cargo tarball name changes.
- Remove obsolete b2g target manifests.

MozReview-Commit-ID: 2ajGO8jPpWD

--HG--
extra : rebase_source : cd49eacbb323e3bfc62c8ca61438bb01d71fde9e
2017-04-21 12:03:33 -07:00
Johan Lorenzo
9c31aee295 Bug 1354038 - [push-apk] taskgraph: Use rollout and deactivate dry-run on release r=aki
MozReview-Commit-ID: 4Rc0Qd5ZI4Z

--HG--
extra : rebase_source : 1555ddae7ab9ed5292725bd552d9086c38981853
2017-04-20 18:21:52 +02:00
Manish Goregaokar
88d831586c Bug 1358362- stylo: Whitelist ShapeSource outparams in bindings to satisfy heap write analysis; r=bholley
MozReview-Commit-ID: BzJg6b8DDxB

--HG--
extra : rebase_source : 58dfa278d3f9a7a7361b11bc56558de2cc957253
2017-04-20 14:49:53 -07:00
Manish Goregaokar
d8a9796f8f Bug 1356276: stylo: Assert that Gecko_CSSFontFaceRule_GetCssText is on the main thread to satisfy heap write analysis; r=bholley
MozReview-Commit-ID: 3m4fX8eUXe4

--HG--
extra : rebase_source : ef0eeb244511b61e2495d8dc82565139dd6a6b19
2017-04-20 13:33:12 -07:00
Nick Alexander
5a9971d932 Bug 1254355 - Post: Make android-* jobs depend on more of the build. r=gps
MozReview-Commit-ID: mJrHfbw9XL

--HG--
extra : rebase_source : b3cf7d93dcaff0560231f1a58c103563f9dff32a
2017-04-18 21:17:28 -07:00
Manish Goregaokar
1042765b58 Bug 1356305 - stylo: Initialize system metrics before traversing; r=bholley
MozReview-Commit-ID: IOeT4qSHTy5

--HG--
extra : rebase_source : 3a3f87d8564bd47620b0658aef97522f3583dfbe
2017-04-14 09:28:25 +08:00
Wes Kocher
b77324ba9a Bug 1357867 - Lint fixes a=bustage
MozReview-Commit-ID: 3wDWklzguBC

--HG--
extra : rebase_source : 7eb9f0fc6670b082ca26be5ebd30c8eaa97ace44
extra : amend_source : 0f436576160684ffc6bb9b0cd4bc805cd5496de7
2017-04-20 12:38:55 -07:00
Justin Wood
e79bb0b9f0 Bug 1357867 - Add balrog and beetmover support to cross compiled OSX, allow dependencies on repackage jobs. r=dustin
MozReview-Commit-ID: Frc0sMaC1o0

--HG--
extra : rebase_source : 2fd438259806204e42565502a807f7064d6fff0a
2017-04-19 15:49:55 -04:00
Justin Wood
6592bde39e Bug 1357867 - Add repackage tasks suited for generating a .dmg from a signed tarball of OSX binaries. r=dustin
MozReview-Commit-ID: 7TdQxTlKm9D

--HG--
extra : rebase_source : f4e899a3701eff3fc0b655603772b421c924e846
2017-04-19 15:18:44 -04:00
Justin Wood
7e956e07ae Bug 1357867 - Add support for signing OSX cross compile, output is a tarball. r=dustin
MozReview-Commit-ID: C7bO8IgNT7C

--HG--
extra : rebase_source : 547abe9841b3b1f52f68adb950e55324f91f930e
2017-04-19 14:54:47 -04:00
Justin Wood
c327bbec38 Bug 1357867 - Run l10n tasks to completion for OSX cross compile. And report on correct treeherder line. r=dustin
MozReview-Commit-ID: JZD2xs3WQF6

--HG--
extra : rebase_source : 9d0e39571298a1b980a6417d3438209cc89f9013
2017-04-19 10:40:32 -04:00
Justin Wood
4161e76ebc Bug 1357867 - add support for 'ignore-locales' in tc l10n jobs. r=dustin
MozReview-Commit-ID: ENKm5mOG3BH

--HG--
extra : rebase_source : 64cc6ec7cf898f7286304ea98a54fa5021d2992e
2017-04-19 10:35:18 -04:00
Justin Wood
f5453a325a Bug 1357867 - add support for OSX Nightly (cross compile) Builds. r=dustin
MozReview-Commit-ID: BFVCHDFYy03

--HG--
extra : rebase_source : 73ee8d8d523590dbe4c381b337e1d610d15c2a61
2017-04-19 10:28:40 -04:00
Justin Wood
d25dda808a Bug 1357867 - Land in progress OSX cross compile nightly support. r=dustin
This commit adds the target_tasks method to trigger nightlies, and the unscheduled cron entry.

MozReview-Commit-ID: ELcZcUGPg2T

--HG--
extra : rebase_source : 4c7093066d4102022a851c34a32f6ff825a5a541
2017-04-18 09:36:27 -04:00
Wes Kocher
194ea01503 Bug 1357999 - Make CCov and JSDCov builds properly sortable in Treeherder r=dustin,jmaher
MozReview-Commit-ID: DLzdTO7Ttfj

--HG--
extra : rebase_source : b3c76f261dabdcd14807fe5238b03c178b572b36
2017-04-19 21:40:43 -07:00
Wes Kocher
cb8ce82cca Merge inbound to m-c a=merge 2017-04-19 17:10:04 -07:00
Geoff Brown
b609a95faf Bug 1204281 - Increase number of test chunks for linux64-asan mochitest-bc; r=jmaher
Some linux64-asan mochitest-bc jobs intermittently timeout after 3600 seconds;
I hope to avoid some of those.
2017-04-19 07:34:59 -06:00
Carsten "Tomcat" Book
e3f10f649e Backed out changeset 72abcde6295f (bug 1204281) for suspicion this cause asan test failures 2017-04-19 17:24:48 +02:00
Geoff Brown
ef4af45102 Bug 1204281 - Increase number of test chunks for linux64-asan mochitest-bc; r=jmaher
Some linux64-asan mochitest-bc jobs intermittently timeout after 3600 seconds;
I hope to avoid some of those.
2017-04-19 07:34:59 -06:00
Mike Hommey
e9647352c2 Bug 1356933 - Use tooltool-download.sh helper in cctools build scripts. r=chmanchester
While here, since the tooltool call from the cctools build scripts was
verbose, make the one in tooltool-download.sh verbose. It will benefit
the other things using tooltool-download.sh, making debugging easier
when one needs to look at the tooltool download logs...

--HG--
extra : rebase_source : eef0117ca25800431f4ded246a57edf085cac5c0
2017-04-17 08:34:24 +09:00
Dustin J. Mitchell
ea13be78b8 Bug 1357465: include the full test platform like it says in the docs; r=jmaher
MozReview-Commit-ID: CkAsBNEznuw

--HG--
extra : rebase_source : 145223b09ab95e898e0b538404349910eea5ae2d
extra : source : cc19b23c487ec34b205ef09f97a37026f898108b
2017-04-14 20:49:44 +00:00
Brian Stack
bce402d182 Bug 591688 - Notify when decision task fails r=dustin,gps
This uses the email provided by mozilla-taskcluster to find who to
email about failed decision tasks. It also adds some validation of
the try syntax that we've previously ignored.

Any platforms or build types specified in try sytax that don't exist
in the full task graph will throw an error.


MozReview-Commit-ID: JOKkLle7hEe

--HG--
extra : rebase_source : 65299c95c60bcb3c6a295b1f8f2f18477c2852db
2017-04-12 21:01:46 -07:00
Johan Lorenzo
9b6424a967 Bug 1357409 - [push-apk] Remove push-apk tasks on mozilla-aurora r=Callek
MozReview-Commit-ID: J0rShgZsZkt

--HG--
extra : rebase_source : d9f91a45de6065c12b661678e408397156268c9e
2017-04-18 15:40:56 +02:00
Rob Wood
113039be0d Bug 1354296 - Add TC configs for new talos perf-reftest; r=wcosta
MozReview-Commit-ID: 7y8OXC4B8Em

--HG--
extra : rebase_source : ec31e2f98febeeaf35cd0081f7fb7114b636677c
2017-04-13 10:10:38 -04:00
Iris Hsiao
4329ee3ef3 Backed out changeset 14010d77d56a (bug 1356933) for invisible bustage 2017-04-18 13:33:00 +08:00
Mike Hommey
0e4def53f6 Bug 1356994 - Add a top-level directory to the libdmg-hfsplus source tarball. r=ted
Also change the README of the dmg tarball to point to the artifact url
directly.

--HG--
extra : rebase_source : efc96cf468fd2dcccf727b4c2f32c8d9e0d1bc40
2017-04-17 17:24:40 +09:00
Mike Hommey
9454329d61 Bug 1356933 - Use tooltool-download.sh helper in cctools build scripts. r=chmanchester
--HG--
extra : rebase_source : 929cce8db1c01d265f6c40f5a080f9bcd87e5ff7
2017-04-17 08:34:24 +09:00
Sebastian Hengst
facf425ec3 Backed out changeset 26ed99596031 (bug 1356700) for letting js/src/vtune/ittnotify_static.c fail on spidermonkey asan, msan and arm64. r=backout on a CLOSED TREE 2017-04-18 00:52:22 +02:00
Sebastian Hengst
ad536f3e81 Backed out changeset 8b43c62ad836 (bug 1356700) 2017-04-18 00:50:15 +02:00
Mike Hommey
4199850ee1 Bug 1356934 - Don't assume the path to routes.json is relative to topsrcdir. r=dustin
--HG--
extra : rebase_source : 68c18a233cefe2b61cf509a18315d41705e56e61
2017-04-17 09:02:38 +09:00
Mike Hommey
efc709d6bf Bug 1356700 - Don't set MOZ_AUTOMATION individually for hazard and l10n builds. r=mshal
--HG--
extra : rebase_source : 06b5e16e7c142878296699a4aa6bc17a4f1ab4c7
2017-04-15 07:36:59 +09:00
Mike Hommey
38dd5f92e5 Bug 1356700 - Set MOZ_AUTOMATION on all taskcluster jobs. r=dustin
--HG--
extra : rebase_source : d55a62f6f31b6815e7f94f10761e4208ad03379b
2017-04-15 07:30:42 +09:00
Mike Hommey
7f2f5b31e2 Bug 1356993 - Build libdmg-hfsplus based on a git commit, not a branch name. r=mshal
--HG--
extra : rebase_source : bae7ae3a8ebd5f8d5dbd4cc91f5b31802603d169
2017-04-17 17:14:11 +09:00
Mike Hommey
cf644edb0d Bug 1356951 - Build mac cross toolchains with clang 3.9. r=ted
Also use the same cctools as cross-mac builds of Firefox.

Do dummy changes to the corresponding build scripts so that the builds
are force triggered (toolchain builds are not triggered automatically
when the tooltool manifest they use changes yet).

--HG--
extra : rebase_source : 699143de819c29c98ca31308ac502f9331123403
2017-04-17 14:33:09 +09:00
Mike Hommey
d901402901 Bug 1356720 - Ensure toolchain builds are triggered when some helper scripts are modified. r=chmanchester
--HG--
extra : rebase_source : 1ce737c796d06862fe553c63120238e933bf90d2
2017-04-15 09:03:05 +09:00
Mike Hommey
4d1881e4dd Bug 1355731 - Move tooltool to mozbuild.action. r=gps
--HG--
rename : taskcluster/docker/recipes/tooltool.py => python/mozbuild/mozbuild/action/tooltool.py
extra : rebase_source : 6278d8692956a67f37fd788df894657d6eeb53e8
2017-02-22 17:20:41 +09:00
Mike Hommey
8bc713dd60 Bug 1356137 - Ensure TC workspace and tooltool cache have the right permissions. r=dustin
--HG--
extra : rebase_source : 72fc67a55d05dd4ce01feb33e0f46bc59ae99c91
2017-04-14 06:48:23 +09:00
Sebastian Hengst
875f27030a merge mozilla-central to autoland. r=merge a=merge 2017-04-14 17:22:00 +02:00
Iris Hsiao
93edef392b merge autoland to mozilla-central a=merge 2017-04-14 17:09:58 +08:00
Wes Kocher
01ebf1ed79 Bug 1294915 - Bump number of allowed write hazards r=bholley CLOSED TREE
--HG--
extra : amend_source : dfcfb00f601de7d0fb9199e2c088d498d6a9befe
2017-04-13 19:55:56 -07:00
Nathan Froyd
a661a6366b Bug 1318187 - turn on parallel Stylo traversal for e10s tests; r=dustin,chmanchester
We'd like to ensure that both parallel and serial traversal in Stylo are
tested on automation.  Since e10s is the future, we've chosen to force
parallel traversal on during e10s tests, and force serial traversal on
during non-e10s tests.
2017-04-14 09:52:22 +08:00
Wes Kocher
c8a2033f35 Merge m-c to inbound, a=merge 2017-04-13 17:33:39 -07:00
Steve Fink
a09bebbd2d Bug 1294915 - Unexpected heap write hazards should cause the hazard job to fail, r=jonco
MozReview-Commit-ID: 1jqx42HM47A

--HG--
extra : rebase_source : d623d86251c90aae380115fb923803a85251cd8f
2017-04-12 15:44:18 -07:00
Steve Fink
4bc841bcc2 Bug 1294915 - Rewrite locations to URLs, r=jonco
MozReview-Commit-ID: ag7GgVmpxE

--HG--
extra : rebase_source : 15594fe7d6e7e5eaf849c5f54c9410b3ae864ab7
2017-04-13 15:51:25 -07:00
Justin Wood
9d5b5dc245 Bug 1355969 - Migrate post_build (upload_symbols) to use single_dep loader. r=dustin
MozReview-Commit-ID: FEugQ5eZxTI

--HG--
extra : rebase_source : f303f97c81df4d78193ffba63b4715f2aa51a4d8
2017-04-12 14:54:41 -04:00
Justin Wood
b8a15853be Bug 1355969 - Implement single_dep loader to replace many other loaders. r=dustin
MozReview-Commit-ID: Gk06jy1LYZI

--HG--
extra : rebase_source : f8a08c9e41bf64adb906b079374e05819e952b43
2017-04-12 13:37:37 -04:00