- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for testProject (0.05 seconds)
-
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
allowEmpty = true, description = "The baselines you want to run performance tests against. Empty means default baseline.", ) text( "testProject", "", display = ParameterDisplay.PROMPT, allowEmpty = false, description = "The test project to use. E.g. largeJavaMultiProject", )Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
class TestPerformanceTest( model: CIBuildModel, stage: Stage, ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage, init = { val os = Os.LINUX val buildTypeThis = this val testProject = "smallJavaMultiProject" fun BuildSteps.gradleStep(tasks: List<String>) { gradleWrapper { name = "GRADLE_RUNNER" gradleParams = (
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 3.4K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/MavenLifecycleParticipantTest.java
assertEquals(Arrays.asList("parent", "module-b", "module-a"), reactorOrder); } private <T> List<String> getReactorOrder(String testProject, Class<T> participant) throws Exception { PlexusContainer container = getContainer(); ComponentDescriptor<T> cd = new ComponentDescriptor<>(participant, container.getContainerRealm());
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
testing/$performanceProjectName/build/performance-test-results.zip """, ) if (performanceTestProject.performanceTests.any { it.testProjects.isNotEmpty() }) { val dependencyBuildIds = performanceTestProject.performanceTests .filter { it.testProjects.isNotEmpty() } .joinToString(",") { "%dep.${it.id}.env.BUILD_ID%" } val dependencyBaselines =Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
applyDefaultDependencies(model, this) }, ) fun getPerformanceTestTaskNames( performanceSubProject: String, testProjects: List<String>, performanceTestTaskSuffix: String, ): List<String> = testProjects.map { ":$performanceSubProject:$it$performanceTestTaskSuffix"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 6K bytes - Click Count (0)