Commit 0e9c0c7
fix: promote_run.py handle Harbor Layout v3 (ccb_suite_task_config dirs)
find_task_dirs() only recognized Layout v1 (task__hash) and Layout v2
(timestamp/task__hash). Harbor also creates Layout v3 where task dirs
are nested under ccb_suite_taskname_configname/ directories. This caused
promote to report 0 tasks for recent Daytona-launched batches.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 44045f1 commit 0e9c0c7
1 file changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments