-
Notifications
You must be signed in to change notification settings - Fork 738
GHA renovation #3396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
GHA renovation #3396
Conversation
* branches (all) * timeout-minutes * checkout version * harmonization across scripts (spacing / wording / labels) * remove chmod for gradlew (unnecessary) Caching tweaks: removed this but I'm unsure: apache/lucene-solr#1910
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there something wrong with the caching? Were we running up against storage limits? The original comment said it took 5 min off the build which seems pretty significant, especially in a 15 minute timeout
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v4 | ||
- name: Install ACL | ||
run: sudo apt-get install acl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need this any more? @HoustonPutman is probably better to look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in passing tests I trust :-) (which they do)
The elaborate caching configuration is not in Lucene, despite that same elaborate caching configuration being committed before the lucene-solr split. Thus Lucene devs removed it. In particular, it was @dweiss in apache/lucene#13110 I'm going to further improve this PR to use the nice |
@madrob when you first added that 5 years ago, we weren't using the GHA gradle action or it didn't exist then. It now does with caching built-in. My goal here is to simplify. |
Caching tweaks: removed this but I'm unsure:
apache/lucene-solr#1910 CC @madrob