Yikun opened a new pull request, #37550:
URL: https://github.com/apache/spark/pull/37550
### What changes were proposed in this pull request?
This PR:
- Adds `ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{
inputs.branch }}-lint` for lint job, it will be used for master/branches/master
shedule job.
- Adds `ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{
github.ref_name }}-lint` to speed up lint image build and make lint image as
static image.
### Why are the changes needed?
To aovid the issue like
https://github.com/apache/spark/pull/37243#issuecomment-1191422150 , we had
some initial discussion, we'd better move infra image into lint image.
### Does this PR introduce _any_ user-facing change?
No, dev only
### How was this patch tested?
CI passed
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]