Confirmed users
657
edits
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
<pre> | <pre> | ||
{ | { | ||
"created": "2015-10- | "created": "2015-10-14T20:00:24.775Z", | ||
"deadline": "2015-10- | "deadline": "2015-10-15T21:00:24.775Z", | ||
"provisionerId": "aws-provisioner-v1", | "provisionerId": "aws-provisioner-v1", | ||
"workerType": "opt-linux64", | "workerType": "opt-linux64", | ||
Line 35: | Line 35: | ||
"image": "taskcluster/desktop-build:0.1.11", | "image": "taskcluster/desktop-build:0.1.11", | ||
"artifacts": { | "artifacts": { | ||
"clang.tar.xz": { | "public/clang.tar.xz": { | ||
"path": "/home/worker/artifacts/", | "path": "/home/worker/workspace/artifacts/clang.tar.xz", | ||
"expires": "2016-10-12T02:17:01.554913Z", | "expires": "2016-10-12T02:17:01.554913Z", | ||
"type": "file" | "type": "file" | ||
Line 66: | Line 66: | ||
} | } | ||
}</pre> | }</pre> | ||
Note that you probably want to use the "Update Timestamps" button on [https://tools.taskcluster.net/task-creator/ TaskCreator] and then change the "deadline" to be a day after "created" (the default one hour deadline is insufficient to build clang.) |