Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created October 8, 2014 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lightsofapollo/238057d82de16ef7b12f to your computer and use it in GitHub Desktop.
Save lightsofapollo/238057d82de16ef7b12f to your computer and use it in GitHub Desktop.
{
"schedulerId": "task-graph-scheduler",
"metadata": {
"name": "Hello world graph",
"description": "Says hello",
"source": "https://github.com/taskcluster/taskcluster-cli",
"owner": "jlal@mozilla.com"
},
"provisionerId": "aws-provisioner",
"workerType": "cli",
"payload": {
"maxRunTime": 300,
"image": "ubuntu:14.04",
"cache": {
"testing": "/mycache/"
},
"command": [
"/bin/bash",
"-xevc",
"echo 'hello' >> /mycache/xfoo && ls /mycache && cat /mycache/xfoo"
]
},
"created": "2014-09-24T23:45:16.563Z",
"deadline": "2014-09-25T23:45:16.563Z",
"taskGroupId": "iqwjtlTrRJ6nESnygdqWAQ",
"routes": [],
"retries": 5,
"scopes": ["docker-worker:cache:testing"],
"tags": {},
"extra": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment