расписания sched убраны (ozon 2:00, yandex 2:30) — тестовый период, только manual-раны
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ozon-seller-pipeline",
|
"name": "ozon-seller-pipeline",
|
||||||
"runner": "http",
|
"runner": "http",
|
||||||
"schedules": [{ "cron": "0 2 * * *" }],
|
|
||||||
"config": {
|
"config": {
|
||||||
"url": "http://ozon-seller-builder:8080/run?async=1",
|
"url": "http://ozon-seller-builder:8080/run?async=1",
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
@@ -11,14 +10,13 @@
|
|||||||
"auth": { "apiKey": "__SCHED_API_KEY__" },
|
"auth": { "apiKey": "__SCHED_API_KEY__" },
|
||||||
"data": {
|
"data": {
|
||||||
"stages": ["hash", "patch", "diff", "classify", "generate", "fix", "build", "postman", "state", "publish"],
|
"stages": ["hash", "patch", "diff", "classify", "generate", "fix", "build", "postman", "state", "publish"],
|
||||||
"dryRun": true
|
"dryRun": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "yandex-market-pipeline",
|
"name": "yandex-market-pipeline",
|
||||||
"runner": "http",
|
"runner": "http",
|
||||||
"schedules": [{ "cron": "30 2 * * *" }],
|
|
||||||
"config": {
|
"config": {
|
||||||
"handler": "pipeline",
|
"handler": "pipeline",
|
||||||
"timeoutMs": 120000,
|
"timeoutMs": 120000,
|
||||||
@@ -28,7 +26,7 @@
|
|||||||
"auth": { "apiKey": "__SCHED_API_KEY__" },
|
"auth": { "apiKey": "__SCHED_API_KEY__" },
|
||||||
"data": {
|
"data": {
|
||||||
"stages": ["fetch", "detect", "diff", "classify", "patch", "generate", "fix", "build", "test", "postmanGenerate", "postman", "publish", "githubDistro"],
|
"stages": ["fetch", "detect", "diff", "classify", "patch", "generate", "fix", "build", "test", "postmanGenerate", "postman", "publish", "githubDistro"],
|
||||||
"dryRun": true,
|
"dryRun": false,
|
||||||
"repo": "https://github.com/yandex-market/yandex-market-partner-api",
|
"repo": "https://github.com/yandex-market/yandex-market-partner-api",
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"workDir": "/app/data/clone",
|
"workDir": "/app/data/clone",
|
||||||
|
|||||||
Reference in New Issue
Block a user