Skip to content

Commit

Permalink
Enable build scans for EC2 warmup build
Browse files Browse the repository at this point in the history
  • Loading branch information
guylabs committed Feb 25, 2020
1 parent 669ae2a commit 9947ebb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .teamcity/Gradle_Util/buildTypes/WarmupEc2Agent.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package Gradle_Util.buildTypes

import common.Os
import common.buildToolGradleParameters
import common.builtInRemoteBuildCacheNode
import common.gradleWrapper
import configurations.buildJavaHome
import jetbrains.buildServer.configs.kotlin.v2019_2.AbsoluteId
Expand Down Expand Up @@ -27,6 +30,10 @@ object WarmupEc2Agent : BuildType({
gradleWrapper {
name = "Resolve all dependencies"
tasks = "resolveAllDependencies"
gradleParams = (
buildToolGradleParameters(isContinue = false) +
builtInRemoteBuildCacheNode.gradleParameters(Os.linux)
).joinToString(separator = " ")
}
}

Expand Down

0 comments on commit 9947ebb

Please sign in to comment.