расписания sched убраны (ozon 2:00, yandex 2:30) — тестовый период, только manual-раны

This commit is contained in:
2026-08-21 01:54:51 +03:00
parent 7b7603e7a6
commit 6b30daa646

View File

@@ -3,7 +3,6 @@
{
"name": "ozon-seller-pipeline",
"runner": "http",
"schedules": [{ "cron": "0 2 * * *" }],
"config": {
"url": "http://ozon-seller-builder:8080/run?async=1",
"method": "POST",
@@ -11,14 +10,13 @@
"auth": { "apiKey": "__SCHED_API_KEY__" },
"data": {
"stages": ["hash", "patch", "diff", "classify", "generate", "fix", "build", "postman", "state", "publish"],
"dryRun": true
"dryRun": false
}
}
},
{
"name": "yandex-market-pipeline",
"runner": "http",
"schedules": [{ "cron": "30 2 * * *" }],
"config": {
"handler": "pipeline",
"timeoutMs": 120000,
@@ -28,7 +26,7 @@
"auth": { "apiKey": "__SCHED_API_KEY__" },
"data": {
"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",
"branch": "main",
"workDir": "/app/data/clone",