snazy opened a new pull request, #4679: URL: https://github.com/apache/polaris/pull/4679
Exclusion of integration-tests in ci.yml in the `build-checks` CI job is currently implemented by only exluding the task `intTest`. Other test tasks, like `cloudTest`, NoSQL correctness tests, and others that can be registered via Gradle test suites, will not be excluded. This change adds a new project property `noIntegrationTests` that, if present, disables all test tasks with a name other than `test`. The `build-checks` job uses the new project property instead. This change can also saves some duplicate integration test executions. -- 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]
