fix: 일반 리셋이 서버 지정 브랜치를 추적

상위 배포 권한자가 선택한 branch 또는 commit 정책을 profile metadata에 보존하고 일반 시나리오 초기화가 이를 따르도록 변경한다. 같은 active commit의 설치 완료 workspace는 빌드를 생략하고 기존 migration, seed, readiness 흐름을 유지한다.
This commit is contained in:
2026-08-19 13:42:52 +00:00
parent a9029c4675
commit 4977fb615d
14 changed files with 259 additions and 35 deletions
@@ -18,12 +18,14 @@ describe('buildRetryOperationPayload', () => {
{
install: { scenarioId: 903 },
installOperationId: 'original-install-generation',
releaseSource: { mode: 'BRANCH', ref: 'main' },
},
'newer-failed-operation'
)
).toEqual({
install: { scenarioId: 903 },
installOperationId: 'original-install-generation',
releaseSource: { mode: 'BRANCH', ref: 'main' },
});
});
});