- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for requiresNotSharedHost (0.08 sec)
-
.teamcity/src/main/kotlin/configurations/Gradleception.kt
import common.customGradle import common.dependsOn import common.functionalTestParameters import common.getBuildScanCustomValueParam import common.gradleWrapper import common.requiresNotEc2Agent import common.requiresNotSharedHost import common.skipConditionally import jetbrains.buildServer.configs.kotlin.BuildSteps import jetbrains.buildServer.configs.kotlin.RelativeId import jetbrains.buildServer.configs.kotlin.buildSteps.GradleBuildStep
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 08 12:58:46 UTC 2024 - 6.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/performance-test-extensions.kt
build/report-*PerformanceTest.zip => $hiddenArtifactDestination """.trimIndent() detectHangingBuilds = false requirements { requiresNotEc2Agent() requiresNotSharedHost() } params { param("env.JPROFILER_HOME", os.jprofilerHome) param("performance.db.username", "tcagent") } } fun performanceTestCommandLine( task: String,
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Jun 03 03:39:03 UTC 2024 - 3.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/extensions.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. * We put artifacts here to avoid accidentally exposing sensitive information publicly.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 10 03:25:26 UTC 2024 - 13.2K bytes - Viewed (0)