You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Export failed with lane hash mismatch on "${laneIdStr}" and the PR branch has advanced past our commit. Not retrying - a newer CI run will publish the correct lane.`
863
-
)
864
-
);
865
-
throwe;
866
-
}
867
859
this.logger.console(
868
860
chalk.yellow(
869
861
`Export attempt ${attempt}/${maxAttempts} failed with lane hash mismatch on "${laneIdStr}" (likely a concurrent CI push). Deleting remote lane and retrying.`
@@ -889,30 +881,6 @@ export class CiMain {
889
881
thrownewError(`exportWithRetryOnLaneHashMismatch: exhausted ${maxAttempts} attempts for lane ${laneIdStr}`);
890
882
}
891
883
892
-
/**
893
-
* Returns true when the PR branch on the remote has advanced past our local HEAD, meaning a
894
-
* newer commit was pushed to the branch while this CI run was in flight. Best-effort: when we
895
-
* can't determine the branch or reach the remote we return false (don't block retry).
0 commit comments