Last active
January 5, 2017 17:21
-
-
Save garbas/703275d089ba3539fed51cfcbff8ef81 to your computer and use it in GitHub Desktop.
tc job
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provisionerId": "aws-provisioner-v1", | |
"workerType": "releng-task", | |
"taskGroupId": "TASK_ID", | |
"dependencies": [ "TASK_ID" ], | |
"created": "CREATED", | |
"deadline": "DEADLINE", | |
"expires": "EXPIRES", | |
"scopes": [ "queue:create-task:aws-provisioner-v1/releng-task" ], | |
"payload": { | |
"image": "tutum/curl", | |
"command": [ "/bin/bash", "-c", "echo YAAAAAAY" ], | |
"maxRunTime": 10800 | |
}, | |
"metadata": { | |
"name": "Example Task 2", | |
"description": "Markdown description of **what** this task does", | |
"owner": "[email protected]", | |
"source": "https://tools.taskcluster.net/task-creator/" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provisionerId": "aws-provisioner-v1", | |
"workerType": "releng-task", | |
"schedulerId": "-", | |
"taskGroupId": "ReH4w-4NTtmjKfUVwi666A", | |
"dependencies": [ ], | |
"requires": "all-completed", | |
"routes": [ ], | |
"priority": "normal", | |
"retries": 0, | |
"created": "2017-01-05T17:08:51.217Z", | |
"deadline": "2017-01-05T18:08:51.217Z", | |
"expires": "2017-01-12T15:57:23.344Z", | |
"scopes": [ | |
"queue:create-task:aws-provisioner-v1/releng-task" | |
], | |
"payload": { | |
"image": "tutum/curl", | |
"command": [ | |
"/bin/bash", | |
"-c", | |
"curl -L https://github.com/taskcluster/slugid-go/releases/download/v1.0.0/slug-linux-amd64 > slugid && chmod +x ./slugid && apt-get update && apt-get install jq && curl -X PUT -d \"`curl -sL https://gist.githubusercontent.com/garbas/703275d089ba3539fed51cfcbff8ef81/raw/9bb921bc11be0cb0c623332de28663a67acf3ade/gista-file | sed \"s|TASK_ID|\\`echo $TASK_ID\\`|\" | sed \"s|CREATED|\\`date +%Y-%m-%dT%T.%sZ\\`|\" | sed \"s|DEADLINE|\\`date --set=\"+1 day\" +%Y-%m-%dT%T.%sZ\\`|\" | sed \"s|EXPIRES|\\`date --set=\"+1 year\" +%Y-%m-%dT%T.%sZ\\`|\"`\" http://taskcluster/queue/v1/task/`./slugid`" | |
], | |
"features": { | |
"taskclusterProxy": true | |
}, | |
"maxRunTime": 10800 | |
}, | |
"metadata": { | |
"name": "Example Task", | |
"description": "Markdown description of **what** this task does", | |
"owner": "[email protected]", | |
"source": "https://tools.taskcluster.net/task-creator/" | |
}, | |
"tags": { }, | |
"extra": { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment