slachiewicz commented on PR #3844: URL: https://github.com/apache/thrift/pull/3844#issuecomment-5656036370
Rewritten again (5da8aa7cf): the `Pull cached image` step ended in `Error: Process completed with exit code 1` on every build-from-scratch run. A pwsh step exits with the last native command's exit code, which after a `manifest unknown` pull is 1, and `continue-on-error` masked it. The step now exits 0 on that path and `continue-on-error` is dropped, so a real pull failure fails the job at the pull instead of at the container build. The image build itself is unchanged; the previous run on 698b56bed was green (image build 30 min, tests 19 min). *This comment was created with AI assistance.* -- 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]
