- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for integMultiVersionTest (0.19 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild.integration-tests.gradle.kts
extendsFrom(configurations.named("integTestDistributionRuntimeOnly").get()) } createTasks(sourceSet, TestType.INTEGRATION) configureIde(TestType.INTEGRATION) createTestTask("integMultiVersionTest", "forking", sourceSet, TestType.INTEGRATION) { // This test task runs only multi-version tests and is intended to be used in the late pipeline to sweep up versions not previously tested
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 2.4K bytes - Viewed (5) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
QUICK_FEEDBACK_CROSS_VERSION(false, false, true), // Cross version tests select all versions to cover when run as part of this stage ALL_VERSIONS_CROSS_VERSION(false, false, true, 240), // run integMultiVersionTest with all version to cover ALL_VERSIONS_INTEG_MULTI_VERSION(false, true, false), PARALLEL(false, true, false), NO_DAEMON(false, true, false, 360), CONFIG_CACHE(false, true, false),
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 05 13:00:26 UTC 2025 - 27.5K bytes - Viewed (0)