jacopoc commented on PR #1028: URL: https://github.com/apache/ofbiz-framework/pull/1028#issuecomment-4176298366
@ribafish Thank you again for your work. I really like the goal of properly supporting cross-machine build cache (and making better use of the Develocity cache, see #1033). However, before enabling the remote cache, I should mention that while our CI GitHub Action for Gradle is currently configured to run the tasks `./gradlew check javadoc`, we are not able to run instead `./gradlew pullAllPluginsSource check javadoc loadAll testIntegration`, which would be our preferred setup. Frankly speaking, I’m not sure what issues are preventing us from running these tasks... it still needs to be investigated. Hence, ideally, we should make the `loadAll` task cache-compliant, as it currently depends on `generateSecretKeys`. One possible approach could be to copy hardcoded "demo" keys into `framework/security/config/security.properties` before executing the `loadAll` task: always using the same keys should not compromise cache hits. Any advice would be more than welcome! -- 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]
