- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for tagname (0.03 seconds)
-
.teamcity/src/main/kotlin/projects/StageProject.kt
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/projects/SmokeTestProject.kt
model: CIBuildModel, stage: Stage, smokeBuildTypes: List<OsAwareBaseGradleBuildType>, ) : Project({ id("${model.projectId}_Stage_${stage.stageName.id}_SmokeTest") uuid = "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stage.stageName.uuid}_SmokeTest" name = "Smoke Test" description = "Smoke tests against third-party plugins, Gradle build, and IDE sync" }) { init {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 1.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
abstract class AdHocPerformanceScenario( os: Os, arch: Arch = Arch.AMD64, ) : BuildType({ val id = "Util_Performance_AdHocPerformanceScenario${os.asName()}${arch.asName()}" name = "AdHoc Performance Scenario - ${os.asName()} ${arch.asName()}" id(id) applyPerformanceTestSettings(os = os, arch = arch, timeout = 420) setArtifactRules(INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0) -
CONTRIBUTING.md
- For example: `./gradlew :launcher:quickTest`. #### Install Gradle locally and try out a change in behavior manually. - Install: `./gradlew install -Pgradle_installPath=/any/path` - Use: `/any/path/bin/gradle taskName`. It's also a good idea to run `./gradlew sanityCheck` before submitting your change because this will help catch code style issues. > **NOTE:** Do **NOT** run `gradle build` on the local development environment,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0)