rhoughton-pivot commented on a change in pull request #7351: URL: https://github.com/apache/geode/pull/7351#discussion_r804053495
########## File path: geode-core/build.gradle ########## @@ -420,4 +420,10 @@ distributedTest { exclude "**/*\$*.class" } +rootProject.combineReports.dependsOn(':geode-old-versions:test') Review comment: I think this line will cause the `geode-old-versions` to be downloaded any time we run tests. We want to only get those archives for the upgrade tests, to make the feedback loop for developers faster. What error or warning was the cause of this addition? -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org