- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for requiresNotSharedHost (0.07 sec)
-
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
build/report-*PerformanceTest.zip => $HIDDEN_ARTIFACT_DESTINATION """.trimIndent() detectHangingBuilds = false requirements { requiresNotEc2Agent() requiresNotSharedHost() } params { param("env.JPROFILER_HOME", os.jprofilerHome) param("performance.db.username", "tcagent") } } fun performanceTestCommandLine( task: String,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
* both run on the same bare metal. Some builds require exclusive access to the * hardware resources (e.g. performance test). */ fun Requirements.requiresNotSharedHost() { doesNotContain("agent.host.type", "shared") } /** * This is an undocumented location that forbids anonymous access.
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0)