Commit Graph

1273 Commits

Author SHA1 Message Date
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
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