pingtimeout commented on PR #2383: URL: https://github.com/apache/polaris/pull/2383#issuecomment-3258946917
Actually, item (4) might not be doable without increasing the complexity of the workflow. The two commits are caused by an implementation detail: as @snazy suggested, we separate the job that builds the binaries from the job that builds the Helm charts so that they can be independently retried, should any of them fail. Which means that to have a single commit for both the binary and the Helm charts, we would have to start sharing directories across jobs. And that, in turn, means that even if the job that builds binaries succeeds, those binaries may not immediately be uploaded on dist/dev. So I suggest we keep the two separate commits. Wdyt? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
