- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for crossVersionTests (0.11 seconds)
-
.teamcity/subprojects.json
"functionalTests": false, "crossVersionTests": false }, { "name": "ant-api", "path": "platforms/software/ant-api", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "ant-impl", "path": "platforms/software/ant-impl", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "ant-worker",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
) } if (crossVersionTests.size > 1) { buildType( PartialTrigger( "All Cross-Version Tests for ${stage.stageName.stageName}", "Stage_${stage.stageName.id}_CrossVersionTests", model, crossVersionTests + previousCrossVersionTests, ),Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
val unitTests: Boolean = true, val functionalTests: Boolean = true, val crossVersionTests: Boolean = false, ) { fun hasTestsOf(testType: TestType) = (unitTests && testType.unitTests) || (functionalTests && testType.functionalTests) || (crossVersionTests && testType.crossVersionTests) } data class Stage( val stageName: StageName,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 27.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 07 10:42:35 GMT 2026 - 5.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/CheckProject.kt
subProject(stageProject) prevStage = stage previousPerformanceTestPasses.addAll(stageProject.performanceTests) previousCrossVersionTests.addAll(stageProject.crossVersionTests) } buildType(GitHubMergeQueueCheckPass(model)) buildTypesOrder = buildTypes subProjectsOrder = subProjects cleanupRule( historyDays = 14,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 10:41:06 GMT 2026 - 4.1K bytes - Click Count (1)