stab-crashes/taskcluster-hook.json

61 строка
1.4 KiB
JSON
Исходник Обычный вид История

2021-01-26 14:44:31 +03:00
{
2021-01-26 16:59:58 +03:00
"schedule": ["0 0 0 * * *"],
2021-01-26 14:44:31 +03:00
"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": [
2021-01-26 16:59:58 +03:00
"/bin/sh",
"-lcxe",
2024-10-14 18:37:40 +03:00
"git clone --quiet https://github.com/mozilla/stab-crashes.git && cd stab-crashes && /bin/sh -lcxe ./run.sh"
2021-01-26 14:44:31 +03:00
],
2024-10-14 16:37:45 +03:00
"image": "python:3.9",
2021-01-26 14:44:31 +03:00
"maxRunTime": 7200
},
"priority": "normal",
2021-01-26 20:13:11 +03:00
"provisionerId": "proj-relman",
2021-01-26 14:44:31 +03:00
"retries": 5,
"routes": [
"notify.email.mcastelluccio@mozilla.com.on-failed",
"notify.email.gsvelto@mozilla.com.on-failed"
],
"schedulerId": "-",
2021-01-26 16:59:58 +03:00
"scopes": [
"assume:hook-id:project-relman/stab-crashes",
2021-01-26 20:13:27 +03:00
"secrets:get:project/relman/stab-crashes/production"
2021-01-26 16:59:58 +03:00
],
2021-01-26 14:44:31 +03:00
"tags": {},
2021-01-26 20:13:11 +03:00
"workerType": "ci"
2021-01-26 14:44:31 +03:00
},
"triggerSchema": {
"additionalProperties": false,
"type": "object"
}
}