Commit Graph

233 Commits

Author SHA1 Message Date
Mike Shal
00f0fff0eb Bug 1133074 - Add build_* parameters to Taskcluster tasks; r=garndt 2015-07-22 14:21:53 -04:00
Ryan VanderMeulen
481acfb6f6 Bug 1190385 - Turn off auto-retries for failed Gaia tests on B2G Desktop builds. r=garndt 2015-08-03 16:43:38 -04:00
Wander Lairson Costa
87f45ea2bd Bug 1175934 part 3: Add more build flags to phone builds.
All phone builds must have B2G_UPDATER, MOZILLA_OFFICIAL and
ENABLE_DEFAULT_BOOTANIMATION build flags.
2015-07-31 17:24:46 -03:00
Carsten "Tomcat" Book
224873c161 merge b2g-inbound to mozilla-central a=merge 2015-07-29 14:57:54 +02:00
Alexandre Lissy
a4506fc513 Bug 1188335 - Enable Mulet TaskCluster Gb. r=garndt 2015-07-28 09:24:00 -04:00
Aus Lacroix
cdc292b249 bug 1188666 - Use 40 chunks for gaia-js-integration tests for b2g-desktop and mulet. 2015-07-28 19:09:20 -07:00
Wes Kocher
2fe74bf82b Backed out changeset 303161721b21 (bug 1188666) for empty, failing gij chunks 2015-07-28 17:24:47 -07:00
Aus Lacroix
c05ff8d3f7 Bug 1188666 - Use 40 chunks for Gij instead of 20 to mimic same configuration as gaia-try. r=me 2015-07-28 16:24:18 -07:00
Alexandre Lissy
f0a8bedae5 Bug 1188336 - Enable Mulet TaskCluster Gbu. r=garndt 2015-07-28 07:32:00 -04:00
Alexandre Lissy
71dbc2fb33 Bug 1188338 - Enable Mulet TaskCluster Li. r=garndt 2015-07-28 07:32:00 -04:00
Carsten "Tomcat" Book
8f044097ce Backed out changeset e3c15b9f89b3 (bug 1185643) for possibly breaking mulet tests on a CLOSED TREE 2015-07-28 17:06:19 +02:00
Carsten "Tomcat" Book
e62aa992fb Merge mozilla-central to mozilla-inbound 2015-07-28 16:30:58 +02:00
Dustin J. Mitchell
e3d2c58cde Bug 1185643: use in-tree mozharness; r=wander r=mrrrgn
This required moving the custom mozharness configs out of the builder image
(which puts them in ~, where mozharness no longer looks) and moves them into
mozharness itself.
2015-07-27 15:21:15 -04:00
Alexandre Lissy
1c5ec81e37 Bug 1035226 - Run Gij on Mulet. r=garndt 2015-07-27 12:22:00 -04:00
Ryan VanderMeulen
519f3686b4 Backed out changeset cdb4a66f087d (bug 1035226) because it didn't actually enable the tests. 2015-07-27 15:24:47 -04:00
Alexandre Lissy
84626ed7fc Bug 1035226 - Run Gij on Mulet. r=garndt 2015-07-27 06:07:00 -04:00
Ted Mielczarek
d26e468e44 bug 1182520 - Put Taskcluster task definition for mac-cross builds in tree. r=dustin 2015-07-13 15:20:54 -04:00
Wander Lairson Costa
0c2a87a820 Bug 1187706 part 2: Cleanup mozharness stuff. r=garndt
Now that mozharness is in tree, we don't need references to mozharness
repositories and revisions.

We don't cleanup all mozharness stuff because android and desktop builds
still references external mozharness.
2015-07-26 15:58:57 -03:00
Mike Hommey
304c7dcf90 Bug 1177951 - Use tooltool on b2g desktop and mulet taskcluster builds. r=wcosta,r=garndt 2015-07-26 06:46:44 +09:00
Carsten "Tomcat" Book
ee797231de Backed out changeset a9241b319f14 (bug 1177951) on request per garndt in #taskcluster 2015-07-24 16:15:07 +02:00
Mike Hommey
82f4b2c1fd Bug 1177951 - Use tooltool on b2g desktop and mulet taskcluster builds. r=wcosta,r=garndt 2015-07-24 16:51:57 +09:00
Chris Manchester
7249b47829 Bug 1179687 - Fix TC emulator builds to upload test packages and test_packages.json correctly. r=garndt 2015-07-18 18:19:11 -07:00
Ryan VanderMeulen
1628cd401e Merge m-c to inbound. a=merge 2015-07-20 13:42:34 -04:00
Anthony Miyaguchi
b304a805e2 Bug 1168979 part 8 - Fix breakage in decision task for non-try branches; r=mrrrgn 2015-07-16 14:56:45 -07:00
Anthony Miyaguchi
80afdd9c80 Bug 1168979 part 7 - Update to private production image; r=mrrrgn 2015-07-16 11:13:47 -07:00
Wander Lairson Costa
a059eb4e0c Bug 1175934: backout revision 5b4aed5949f1. No need to create new builds. r=me 2015-07-20 11:29:13 -03:00
Anthony Miyaguchi
2cad9d37e0 Bug 1168979 part 6 - Bump version of upload_symbols container, with addition of new arguments; r=mrrrgn 2015-07-10 10:18:14 -07:00
Anthony Miyaguchi
5ceb10d7b9 Bug 1168979 part 5 - Add allowed_build_tasks to distinguish builds that require symbol uploading; r=mrrrgn 2015-07-09 14:47:34 -07:00
Anthony Miyaguchi
402f89fa44 Bug 1168979 part 4 - Factor out building dependent tasks as a function; Create a task/post-builds for upload_symbols to live in; r=mrrrgn 2015-07-08 15:55:30 -07:00
Anthony Miyaguchi
d7f9f35504 Bug 1168979 part 3 - Clean up upload_symbol template. r=mrrrgn 2015-07-07 17:45:36 -07:00
Wander Lairson Costa
d4bfe4714e Bug 1182116: Make engineering builds official style. r=garndt 2015-07-17 10:14:30 -03:00
Anthony Miyaguchi
3d523fee6f Bug 1168979 part 2 - Add symbol uploading as a build dependency; r=mrrrgn 2015-07-06 11:17:33 -07:00
Dustin J. Mitchell
1ddcfb8096 Bug 1184084: enable relengapi-proxy for android, linux builds; r=garndt 2015-07-17 18:40:26 -04:00
Ryan VanderMeulen
168e1319dc Backed out 7 changesets (bug 1168979) for breaking the gecko decision task on a CLOSED TREE.
Backed out changeset 0d9496880482 (bug 1168979)
Backed out changeset 913594264a8c (bug 1168979)
Backed out changeset 18560f41c3fb (bug 1168979)
Backed out changeset dd5644a30469 (bug 1168979)
Backed out changeset 162318c4e626 (bug 1168979)
Backed out changeset 5bfd2e72d330 (bug 1168979)
Backed out changeset 0d97c2ab4fe4 (bug 1168979)
2015-07-16 16:51:36 -04:00
Anthony Miyaguchi
253c5889d2 Bug 1168979 part 7 - Update to private production image; r=mrrrgn 2015-07-16 11:13:47 -07:00
Anthony Miyaguchi
cd3957a167 Bug 1168979 part 6 - Bump version of upload_symbols container, with addition of new arguments; r=mrrrgn 2015-07-10 10:18:14 -07:00
Anthony Miyaguchi
84b5486dc5 Bug 1168979 part 5 - Add allowed_build_tasks to distinguish builds that require symbol uploading; r=mrrrgn 2015-07-09 14:47:34 -07:00
Anthony Miyaguchi
68c40792e1 Bug 1168979 part 4 - Factor out building dependent tasks as a function; Create a task/post-builds for upload_symbols to live in; r=mrrrgn 2015-07-08 15:55:30 -07:00
Anthony Miyaguchi
a9ffb32398 Bug 1168979 part 3 - Clean up upload_symbol template. r=mrrrgn 2015-07-07 17:45:36 -07:00
Anthony Miyaguchi
42194a8166 Bug 1168979 part 2 - Add symbol uploading as a build dependency; r=mrrrgn 2015-07-06 11:17:33 -07:00
Andrew Halberstadt
6d9ef152e5 Bug 1184567 - Schedule taskcluster linux64 and android-api-11 builds on mozilla-central (please hide), r=mrrrgn 2015-07-16 11:20:59 -04:00
Mike Shal
db3a9cf6bd Bug 1184270 - Fix "platfoms" -> "platforms"; r=garndt 2015-07-15 14:49:26 -04:00
Wander Lairson Costa
a42c38737f Bug 1175934 part 1: Add blob free build for flame and spark devices. r=garndt 2015-07-13 07:55:22 -03:00
Mike Shal
4a4a5cfc97 Bug 1182090 - use 'debug' build_type for emulator-l-debug; r=garndt 2015-07-09 11:05:34 -04:00
Carsten "Tomcat" Book
d240022d10 merge mozilla-inbound to mozilla-central a=merge 2015-07-08 11:44:32 +02:00
Wander Lairson Costa
3684b866bc Bug 1180736: Add flame-kk eng build with spark apps. r=garndt 2015-07-07 16:23:22 -03:00
Wander Lairson Costa
b5a094d519 Bug 1180957: Fix Hardware Composer build. 2015-07-07 15:23:14 -03:00
Anhad Jai Singh
def80c67a4 Bug 1174376 - Enable Spidermonkey jobs via TaskCluster on Try; r=mrrrgn 2015-07-02 13:54:55 -07:00
Wes Kocher
215037c27d Merge b2ginbound to central, a=merge 2015-06-30 16:55:12 -07:00
Ryan VanderMeulen
9ab1923831 No bug - Schedule emulator-jb debug builds. r=garndt 2015-06-30 16:02:40 -04:00