Skip to content
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

Leverage Gradle build cache in integration tests #25736

Merged
merged 1 commit into from
May 24, 2022

Conversation

glefloch
Copy link
Member

This branch enable gradle build output caching in integration-tests/gradle module.
If a task has been run with success, new run of the task will leverage the cache. This can change task output result.

close #25693

@quarkus-bot quarkus-bot bot added the area/gradle Gradle label May 23, 2022
@glefloch glefloch requested review from gastaldi and aloubyansky May 23, 2022 20:24
@geoand geoand merged commit de381dc into quarkusio:main May 24, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone May 24, 2022
@glefloch glefloch deleted the fix/25693 branch May 24, 2022 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gradle integration tests mischaracterize "FROM-CACHE" as a failure when caching is enabled
4 participants