stab-crashes/taskcluster-hook.json

61 строка
1.4 KiB
JSON

{
"schedule": ["0 0 0 * * *"],
"metadata": {
"description": "",
"name": "stab-crashes run",
"owner": "mcastelluccio@mozilla.com"
},
"task": {
"created": {
"$fromNow": "0 seconds"
},
"deadline": {
"$fromNow": "2 hours"
},
"expires": {
"$fromNow": "1 month"
},
"extra": {},
"metadata": {
"description": "",
"name": "stab-crashes run",
"owner": "mcastelluccio@mozilla.com",
"source": "https://github.com/mozilla/stab-crashes"
},
"payload": {
"artifacts": {},
"cache": {},
"capabilities": {},
"env": {},
"features": {
"taskclusterProxy": true
},
"command": [
"/bin/sh",
"-lcxe",
"git clone --quiet https://github.com/mozilla/stab-crashes.git && cd stab-crashes && /bin/sh -lcxe ./run.sh"
],
"image": "python:3.9",
"maxRunTime": 7200
},
"priority": "normal",
"provisionerId": "proj-relman",
"retries": 5,
"routes": [
"notify.email.mcastelluccio@mozilla.com.on-failed",
"notify.email.gsvelto@mozilla.com.on-failed"
],
"schedulerId": "-",
"scopes": [
"assume:hook-id:project-relman/stab-crashes",
"secrets:get:project/relman/stab-crashes/production"
],
"tags": {},
"workerType": "ci"
},
"triggerSchema": {
"additionalProperties": false,
"type": "object"
}
}