Commit Graph

6 Commits

Author SHA1 Message Date
Dustin J. Mitchell
547fdbe2d7 Bug 1274645: generate task labels for docker image builds; r=ahal
This monkey-patches the old taskcluster_graph code to avoid impacting branches
that are still using that support for decision graphs.  All of this will go
away when docker image builds become their own kind.

MozReview-Commit-ID: KukC3qqZDYA
2016-05-20 21:04:49 +00:00
Dustin J. Mitchell
e9caeae015 Bug 1273926: set attributes of docker-image tasks too; r=ahal
MozReview-Commit-ID: 5lc8481C3Sn
2016-05-18 15:33:05 +00:00
Dustin J. Mitchell
db6e8b524c Bug 1244189: add 'mach taskcluster-load-image'; r=garndt
The command helpfully downloads a docker image created by a taskcluster task,
which can be helpful when trying to replicate subtle bugs that only occur
in-tree.

This also fixes a bug in hashing Dockerfile directories, where the full
pathname was taken into account.  While this pathname is consistent from
decision task to decision task, it is not consistent with developers' home
directories.  This change omits the directory prefix, which will cause a
one-time shift in all directory hashes.

MozReview-Commit-ID: EamQzUGG5qY
2016-03-25 21:49:05 +00:00
Gregory Arndt
8852184523 Bug 1257619 - Add revision and revision_hash information to tasks r=dustin
MozReview-Commit-ID: KJEEO6oXDRh
2016-03-15 17:46:26 -05:00
Gregory Szorc
620a7afdf2 Bug 1237739 - Use set and sort graph scopes; r=garndt
We're already casting the list of scopes to a set later. So we might as
well use a set from the beginning.

While we're here, sort the final value so output is more deterministic
and easier to read. This sort shouldn't matter since the existing set()
would have lost ordering.
2016-01-07 12:37:14 -08:00
Gregory Arndt
331e4b4d5b Bug 1226413 - Allow task images to be built upon push r=wcosta 2015-11-16 12:01:15 -06:00