Skip to content

Instantly share code, notes, and snippets.

@acmiyaguchi
Last active August 29, 2015 14:27
Show Gist options
  • Save acmiyaguchi/87674b7829448338c3e4 to your computer and use it in GitHub Desktop.
Save acmiyaguchi/87674b7829448338c3e4 to your computer and use it in GitHub Desktop.
taskcluster-checkout
{
"provisionerId": "aws-provisioner-v1",
"workerType": "gaia",
"created": "2015-08-12T21:02:28.235Z",
"deadline": "2015-08-12T22:02:28.235Z",
"scopes": ["queue:*", "index:*"],
"payload": {
"image": "lightsofapollo/tc-vcs:2.3.4",
"command": [
"tc-vcs create-clone-cache --task-id $TASK_ID --run-id $RUN_ID --proxy https://bitbucket.org/acmiyaguchi/tc-hg-testing"
],
"env": {
"DEBUG": "*"
},
"maxRunTime": 3600,
"features": {
"taskclusterProxy": true
}
},
"metadata": {
"name": "cache",
"description": "cache",
"owner": "[email protected]",
"source": "http://tools.taskcluster.net/task-creator/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment