- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for EC2_BUILD_CUSTOMIZATIONS (0.08 sec)
-
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
} } @Test fun `can apply defaults to configurations`() { applyDefaults(buildModel, buildType, "myTask") assertEquals( listOf( "EC2_BUILD_CUSTOMIZATIONS", "KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS", "GRADLE_RUNNER", "KILL_PROCESSES_STARTED_BY_GRADLE", "CHECK_CLEAN_M2_ANDROID_USER_HOME",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 07:29:52 UTC 2025 - 7.2K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
listOf("largeTestProject", "smallTestProject"), 2, extraParameters = "extraParameters", ) assertEquals( listOf( "EC2_BUILD_CUSTOMIZATIONS", "KILL_ALL_GRADLE_PROCESSES", "GRADLE_RUNNER", "KILL_PROCESSES_STARTED_BY_GRADLE", "CHECK_CLEAN_M2_ANDROID_USER_HOME", ),
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Sep 18 12:22:32 UTC 2025 - 8.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
stopBuildOnFailure = true } } } if (os !in listOf(Os.WINDOWS, Os.MACOS)) { steps { exec { name = "EC2_BUILD_CUSTOMIZATIONS" executionMode = BuildStep.ExecutionMode.ALWAYS path = ".teamcity/scripts/configure_build_env_on_ec2.sh" conditions { requiresEc2Agent()Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0)