Commit Graph

73 Commits

Author SHA1 Message Date
Mike Shal
18bdfef857 Bug 1212942 - Add pushdate routes; r=garndt,jlund 2015-10-09 09:26:34 -04:00
Mike Shal
7792f0b2f2 Bug 1215157 - Add --dry-run to mach taskcluster-graph; r=garndt 2015-10-14 11:26:35 -04:00
Mike Shal
7d09a1101d Bug 1214760 - prevent multiple tasks from using the same route in the gecko.v2 namespace; r=jonasfj 2015-10-14 10:42:29 -04:00
Andrew Halberstadt
894f6502ec Bug 1213283 - Add option to only print task names in |mach taskcluster-graph|, r=dustin
--HG--
extra : commitid : B1GqUmUNAgr
extra : rebase_source : 77a628083140070356e5374390d59187593ae5dc
2015-10-09 10:03:48 -04:00
Alexandre Poirot
bbe2020ba5 Bug 1207653 - Pass build_url/img_url to post-build tasks. r=garndt 2015-09-29 03:02:48 -07:00
Edgar Chen
b087d54062 Bug 1188330 - Use intree mozharness for taskcluster tests. r=dustin,garndt,wcosta 2015-09-04 17:01:36 +08:00
Wander Lairson Costa
5befe35395 Bug 1205574: Fix cache name typo in try white list. r=garndt
s/tc-vcs-public-source/tc-vcs-public-sources/.

--HG--
extra : commitid : L6XcYBV1cr2
extra : rebase_source : 4452869e3d23bca5b6590df3b481420c2200860b
2015-09-17 14:24:24 +02:00
Ehsan Akhgari
0b977d83e4 Bug 1204346 - Add a white-list of caches for try server jobs; r=garndt 2015-09-14 22:27:11 -04:00
Wander Lairson Costa
0658bf7858 Bug 1201372: Remove workspace caches for try builds. r=garndt
Try build are supposed to always be clobbered, so we remove workspace
caches for them.
2015-09-11 17:43:20 -03:00
Peter Moore
0cc8144421 Bug 1194767 - use slugid 1.0.6 in ./mach taskcluster-graph command. r=wcosta
This included adding the slugid 1.0.6 python source code in /python since slugid
is now a dependency of the ./mach taskcluster-graph command, as well us updating
references that used it. Previously the implementation was in-tree.
2015-09-04 17:59:34 +02:00
Wander Lairson Costa
c436f02fc6 Bug 1200688: Support --interactive command line option r=jonasfj
taskcluster-graph and taskcluster-build mach command now has the
--interactive option and try supports the "-i" flag.

This makes all tasks interactive.
2015-09-03 17:08:50 -03:00
Dustin J. Mitchell
ae5f44c67b Bug 1185643: use in-tree mozharness for builds; r=wander
This required moving the custom mozharness configs out of the builder image
(which puts them in ~, where mozharness no longer looks) and moving them into
mozharness itself.

--HG--
rename : testing/docker/desktop-build/configs/disable_signing.py => testing/mozharness/configs/disable_signing.py
rename : testing/docker/desktop-build/configs/platform_supports_post_upload_to_latest.py => testing/mozharness/configs/platform_supports_post_upload_to_latest.py
extra : commitid : 8FSj0uwFfbE
extra : rebase_source : 949bb94ca58324444981b81e9e9640ab00d63196
extra : amend_source : 40152e06e587728500800de02a437389038fe6ea
extra : source : e3c15b9f89b3c331805b4f1a83f62805f32bbb9a
2015-07-27 15:21:15 -04:00
Mike Shal
cec9df9ed9 Bug 1133074 - Make the gecko.v2 routes public; r=jlund,garndt 2015-08-17 10:29:34 -04:00
Mike Shal
e7f67b1781 Bug 1133074 - Use routes.json for Taskcluster routes; r=garndt 2015-07-27 15:31:23 -04:00
Carsten "Tomcat" Book
d40332b0af Backed out changeset e3c15b9f89b3 (bug 1185643) for possibly breaking mulet tests on a CLOSED TREE
--HG--
rename : testing/mozharness/configs/disable_signing.py => testing/docker/desktop-build/configs/disable_signing.py
rename : testing/mozharness/configs/platform_supports_post_upload_to_latest.py => testing/docker/desktop-build/configs/platform_supports_post_upload_to_latest.py
2015-07-28 17:06:19 +02:00
Dustin J. Mitchell
d149b29eb0 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.

--HG--
rename : testing/docker/desktop-build/configs/disable_signing.py => testing/mozharness/configs/disable_signing.py
rename : testing/docker/desktop-build/configs/platform_supports_post_upload_to_latest.py => testing/mozharness/configs/platform_supports_post_upload_to_latest.py
extra : commitid : LUhLDQkhme1
extra : rebase_source : c4cc73de99939e22dd1317ce2d9b26671b67947a
2015-07-27 15:21:15 -04:00
Wander Lairson Costa
6818b840fa 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.

--HG--
extra : commitid : IRmC6yD9xQE
extra : rebase_source : f10f42bad73a3346a2d41232450c2314f9d9bd84
2015-07-26 15:58:57 -03:00
Anthony Miyaguchi
c106bbaf51 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
6f9adac9bb 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
--HG--
rename : testing/taskcluster/tasks/upload_symbols.yml => testing/taskcluster/tasks/post-builds/upload_symbols.yml
2015-07-08 15:55:30 -07:00
Anthony Miyaguchi
963db8c8e6 Bug 1168979 part 3 - Clean up upload_symbol template. r=mrrrgn 2015-07-07 17:45:36 -07:00
Anthony Miyaguchi
b80fd5dd69 Bug 1168979 part 2 - Add symbol uploading as a build dependency; r=mrrrgn 2015-07-06 11:17:33 -07:00
Ryan VanderMeulen
35cc22a996 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
5062d5fabe 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
f4191faa25 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
--HG--
rename : testing/taskcluster/tasks/upload_symbols.yml => testing/taskcluster/tasks/post-builds/upload_symbols.yml
2015-07-08 15:55:30 -07:00
Anthony Miyaguchi
be9ec73948 Bug 1168979 part 3 - Clean up upload_symbol template. r=mrrrgn 2015-07-07 17:45:36 -07:00
Anthony Miyaguchi
607f59a82c Bug 1168979 part 2 - Add symbol uploading as a build dependency; r=mrrrgn 2015-07-06 11:17:33 -07:00
Chris Manchester
45d89ea4b0 Bug 917999 - Part 3.1 - Prepare taskcluster for a split test package.;r=jlal
--HG--
extra : commitid : 5oxFfiP3bQ0
2015-06-29 11:16:51 -07:00
Wander Lairson Costa
ade20832ad Bug 1178388: Fix deferred imports for taskcluster-build command. r=gps
Bug 1176642 added deferred module import to taskcluster commands, but
taskcluster-build. Fix it.

--HG--
extra : commitid : 1AetjKAviNn
extra : rebase_source : 4bdf90431d59e1027f03ab3c350dc70c46a8fbd6
2015-06-29 14:44:03 -03:00
Gregory Szorc
4b8238e9dc Bug 1176642 - Defer import of urllib2; r=chmanchester
This prevents 8 module imports from occurring at mach startup time.

As part of this, I discovered a redundant import of "sys" and eliminated
it.

--HG--
extra : commitid : AsZJHdCVbV0
extra : rebase_source : 53b1d5912ba85c7d363d9da21329a6fa65a2bce2
2015-06-25 12:12:15 -07:00
Gregory Szorc
3e949ee8fe Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.

--HG--
extra : commitid : 6tFME1KKfTD
extra : rebase_source : 78728f82f5487281620e00c2a8004cd5e1968087
2015-06-21 17:39:09 -07:00
Gregory Szorc
70e857cb9e Bug 1176642 - Use deferred imports for taskcluster mach commands; r=glandium
Tracing imports reveals that this file accounts for a non-trivial amount
of extra imports when mach starts. Deferring imports makes many of them
go away.

--HG--
extra : commitid : KT7CfnsUFGA
extra : rebase_source : d631e0a94bc4656fd69815e6808e5d42e0f0b4c2
2015-06-21 17:09:58 -07:00
Gregory Szorc
a19bee3a08 Bug 1176642 - Remove unused imports; r=glandium
--HG--
extra : commitid : IZ7JkH4GKW4
extra : rebase_source : 4c3301c5c353be8afed407df4a003a9cac4583e8
2015-06-25 12:16:38 -07:00
Wander Lairson Costa
65d480e0b4 Bug 1170378: Create tasks timestamps in UTC. r=jonasfj a=jonasfj
--HG--
extra : rebase_source : 0ad76e9085d0efc0109dc02d13bd99fcce61bc8a
2015-06-02 09:31:19 -03:00
Wander Lairson Costa
60b9ba5420 Bug 1166745: Reorganize tasks.
- Rename nightly -> ota.
- Rename lightsaber -> spark.
- Add flame kk debug tasks.
- Add aries build tasks in treeherder.
- Add aries to try.
- Add fx-team and inbound tasks.
- Only run OTA build on m-c.

--HG--
extra : rebase_source : 0eb636e7c168b1c3bd8fce73aaedfd285df4b9e2
2015-05-28 15:21:40 -03:00
Wander Lairson Costa
9813384c6e Bug 1166233: Bring taskcluster-build mach command back.
taskcluster-build is a very useful commands to perform build tests
without submitting a bunch of branching jobs. Moreover, it helps
newcomers to play with taskcluster.

--HG--
extra : rebase_source : fc0e6ec1bab8e3174c48761a29a378808b5a697c
2015-05-19 16:51:51 -03:00
jlal@mozilla.com
2bc5e4bb21 Bug 1166073 - change docker registry to hub r=garndt
--HG--
extra : rebase_source : 12c5436841dfee4f3bee2e562410fd445f760a34
extra : histedit_source : 5b020aa313644473fcbeb06e2bf8d586d560ef6f
2015-05-18 14:43:24 -07:00
Aus Lacroix
8dc6985a06 bug 1156816 - Fix scopes for aws-provisioner. Switch nightly builds to production balrog. r=garndt 2015-05-07 16:02:29 -07:00
jlal@mozilla.com
ee580f4800 Bug 1131206 - Select mozharness version from in tree r=garndt
--HG--
extra : rebase_source : ad4983e3b67e222071a25271943940cc107e3e3e
2015-05-05 17:00:06 -07:00
jlal@mozilla.com
1cb1898cb6 Bug 1131206 - Remove the less useful commands from taskcluster mach r=garndt
--HG--
extra : rebase_source : 616d92504901aa4bebfc3cc287cd82baa594417f
2015-05-05 15:31:28 -07:00
jlal@mozilla.com
f0999af43b Backed out 3196cb3176f0 (bug 1161709) for gaia-build test failures.
--HG--
extra : histedit_source : 65890d9e289131d705ac1f14dd7042cf5ea16bd9
2015-05-05 13:23:45 -07:00
jlal@mozilla.com
ac946a7ada Bug 1161709 - use tc artifact for xulrunner r=me
--HG--
extra : rebase_source : ad503e1f8c3864cae2d5c30e799e5718fdea1cd1
2015-05-05 09:54:04 -07:00
Wander Lairson Costa
80c589d3da Bug 1154947 part 1: Add routes scopes to taskcluster graph. 2015-04-30 16:26:38 -03:00
jlal@mozilla.com
50318d70ed Bug 1149432 - Add initial indexing to builds r=pmoore
--HG--
extra : rebase_source : 75886a7266a3041bea4e067379a0aa52a4f349e3
2015-03-31 01:51:22 -07:00
Gregory Arndt
46f3669e04 Bug 1142779 - Enable testdroid devices to be used within test tasks r=lightsofapollo
--HG--
extra : rebase_source : 9d82853259b8c8395ce87dfb2c57abdb3e9a1bb4
2015-03-12 17:43:28 -05:00
Wander Lairson Costa
e97d7592ad Bug 1119387 part 3: Add option to specify mozharness branch.
Allow the user to specify the mozharness branch to use
through the option --mozharness-ref.
2015-03-25 14:25:27 -03:00
jlal@mozilla.com
17f4a896ce Bug 1140551 - Add support for setting number of test chunks in task directly r=garndt
--HG--
extra : source : 24fe237ad9becddf95faa9d7d2aad78f4495298b
2015-03-13 19:54:22 -07:00
Wander Lairson Costa
f7f6c626af Bug 1142692: Use the correct mozharness default branch. CLOSED TREE
This is a piece of code that was missing in Bug 1137820 and broke
emulator tests.

--HG--
extra : histedit_source : 26b3fbb1f0c9ac6b9aaa6a5f65e628c94aadce20
2015-03-13 00:16:13 -03:00
Wander Lairson Costa
e8112815d6 Bug 1137820 part 4: Make hg.m.o mozharness the default repo.
--HG--
extra : rebase_source : 8c63a9a74fba09e38adf28a448a8f1472846e921
2015-03-12 07:13:54 -03:00
jlal@mozilla.com
dbddaf2a67 Bug 1140468 - Add flag for setting which treeherder envs to report to r=garndt
--HG--
extra : rebase_source : c88131258393f21c99d778d67f1901cd83bf54b0
2015-03-06 09:53:00 -08:00
jlal@mozilla.com
65d45dcdec Bug 1131450 - Implement chunk specific scheduling for tests r=garndt
--HG--
extra : rebase_source : 5c9cc1f0551e09c98bf8dfbed979ee1c737b1ed7
2015-02-10 10:53:02 -08:00