Commit Graph

108 Commits

Author SHA1 Message Date
Gregory Szorc
94d4854313 Bug 1247168 - Actually use workspace cache in decision task; r=dustin
The decision task configures a /home/worker/workspace cache. However,
the command we run in the container references a "workspace" relative
path. From logs in automation, it appears that PWD during execution
is "/" because "workspace" is being resolved to "/workspace." The
net result of this is we appear to be performing a VCS clone+checkout
on every single task.

This commit fixes the paths so our workspace cache is actually used.

MozReview-Commit-ID: Kj6REep5bSs

--HG--
extra : rebase_source : 8cd8be43dfd34f2970b47721c3da8e3957a8bfed
extra : histedit_source : b81dce523a88e44eb3fa8b1a68840066edca382d
2016-07-20 15:34:10 -07:00
Dustin J. Mitchell
fa358ba635 Bug 1273645: remove unnecessary scope from decision task; r=garndt
MozReview-Commit-ID: ViGVLPCXc6

--HG--
extra : rebase_source : d7c5910f9789f0e68b62fe4d1d5c06b9fdda1f76
2016-07-11 22:07:12 +00:00
Gregory Arndt
6e0a99decc Bug 1282864 - Remove unecessary revision hash info from decision task r=dustin
MozReview-Commit-ID: ICbOpbVwEhv

--HG--
extra : rebase_source : 8146b78b9c1d7c650cceb31ff6484c53d3f4f84b
2016-06-28 13:02:04 -05:00
Gregory Arndt
54542098dc Bug 1280129 - Update tasks to use v2 treeherder routes r=dustin
Jobs reporting to treeherder should rely on the task route for project,
revision, and pushlog ID rather than things stuffed into task.extra.treeherder.

This also removes the need for a revision_hash that was calculated by mozilla-taskcluster.

MozReview-Commit-ID: EcQM9QRZzgG

--HG--
extra : rebase_source : f04f6724feef2dd51b4b98c67c9a261b093f452b
extra : amend_source : 0590605834d93359206f49edd94396c43b57f6dd
2016-06-14 12:56:25 -05:00
Dustin J. Mitchell
76cf8381c4 Bug 1274385: don't retry decision tasks; r=garndt
MozReview-Commit-ID: IjnhKWgoxAG

--HG--
extra : rebase_source : 61e41dff628c1dce1907a85b3555ff9c3c1851de
2016-05-19 20:09:29 +00:00
Dustin J. Mitchell
19607e0f91 Bug 1274717: use a level-appropriate scope; r=garndt a=KWierso
MozReview-Commit-ID: KU7D06KauBK

--HG--
extra : source : 2b520d36529bcc2ca820bec79e55a4016469b3c7
extra : amend_source : 33cd5e37bf13fb307729966fba75b1fd0810485f
2016-05-20 23:00:15 +00:00
Dustin J. Mitchell
e98ea9da30 Bug 1273633: support per-branch config in the decision task; r=garndt
MozReview-Commit-ID: LXQIaSzPpr4

--HG--
extra : rebase_source : ebdbc008d0547b84edef5f92e12325a1b90a437a
2016-05-17 21:27:11 +00:00
Dustin J. Mitchell
ba59499daf Bug 1273633: a non-branch-specific taskgraph definition; r=garndt
MozReview-Commit-ID: 3SmqPNV93va

--HG--
rename : testing/taskcluster/tasks/decision/try.yml => .taskcluster.yml
extra : rebase_source : b4a6945c0e022d1eb165ec3785fb9ab9b6f1da72
2016-05-17 21:26:31 +00:00