Skip to content

Commit f35334a

Browse files
sjarmakclaude
andcommitted
feat: add HARBOR_ENV passthrough to sdlc_suite_2config.sh for Daytona support
Set HARBOR_ENV=daytona before calling any *_2config.sh script to route all harbor run invocations through Daytona cloud sandboxes instead of local Docker. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d6a41b0 commit f35334a

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

configs/sdlc_suite_2config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ _sdlc_run_single() {
293293
--jobs-dir "$jobs_subdir" \
294294
-n $CONCURRENCY \
295295
--timeout-multiplier $TIMEOUT_MULTIPLIER \
296+
${HARBOR_ENV:+--env "$HARBOR_ENV"} \
296297
2>&1 | tee "${jobs_subdir}/${task_id}.log" \
297298
|| {
298299
echo "WARNING: Task $task_id ($config) failed (exit code: $?)"

scripts/registry.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,14 @@
570570
"language": "python",
571571
"summary": "QA/validation script for governance evaluator."
572572
},
573+
{
574+
"name": "handoff_monitor_scrollend.sh",
575+
"path": "scripts/handoff_monitor_scrollend.sh",
576+
"category": "misc",
577+
"status": "maintained",
578+
"language": "shell",
579+
"summary": "Utility script for handoff monitor scrollend."
580+
},
573581
{
574582
"name": "headless_login.py",
575583
"path": "scripts/headless_login.py",
@@ -690,6 +698,14 @@
690698
"language": "python",
691699
"summary": "Analysis/comparison script for mcp cost analysis."
692700
},
701+
{
702+
"name": "migrate_dockerfiles_clone_as_claude.py",
703+
"path": "scripts/migrate_dockerfiles_clone_as_claude.py",
704+
"category": "migration",
705+
"status": "maintained",
706+
"language": "python",
707+
"summary": "Migration script for migrate dockerfiles clone as claude."
708+
},
693709
{
694710
"name": "migrate_dockerfiles_to_mirrors.py",
695711
"path": "scripts/migrate_dockerfiles_to_mirrors.py",
@@ -802,6 +818,14 @@
802818
"language": "python",
803819
"summary": "Submission/reporting script for package submission."
804820
},
821+
{
822+
"name": "plan_variance_runs.py",
823+
"path": "scripts/plan_variance_runs.py",
824+
"category": "misc",
825+
"status": "maintained",
826+
"language": "python",
827+
"summary": "Utility script for plan variance runs."
828+
},
805829
{
806830
"name": "prebuild_images.sh",
807831
"path": "scripts/prebuild_images.sh",
@@ -1090,6 +1114,14 @@
10901114
"language": "python",
10911115
"summary": "Syncs generated root/local `AGENTS.md` and `CLAUDE.md` files from canonical sources in `docs/ops/`."
10921116
},
1117+
{
1118+
"name": "sync_oracle_files.py",
1119+
"path": "scripts/sync_oracle_files.py",
1120+
"category": "infra_mirrors",
1121+
"status": "maintained",
1122+
"language": "python",
1123+
"summary": "Infrastructure or mirror management script for sync oracle files."
1124+
},
10931125
{
10941126
"name": "sync_pytorch_verifiers.sh",
10951127
"path": "scripts/sync_pytorch_verifiers.sh",
@@ -1200,10 +1232,10 @@
12001232
"core_operations": 13,
12011233
"data_management": 10,
12021234
"generation": 6,
1203-
"infra_mirrors": 17,
1235+
"infra_mirrors": 18,
12041236
"library_helpers": 7,
1205-
"migration": 3,
1206-
"misc": 43,
1237+
"migration": 4,
1238+
"misc": 45,
12071239
"qa_quality": 10,
12081240
"submission_reporting": 7,
12091241
"task_creation_selection": 12,

0 commit comments

Comments
 (0)