Skip to content

Commit

Permalink
Move xpack cigroups back to 2 CPU, and try faster disks for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Dec 15, 2020
1 parent 5098680 commit c1eba41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .teamcity/src/Agents.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val BuildAgent = GoogleCloudAgent {
sourceImageFamily = "elastic-kibana-ci-ubuntu-1804-lts"
agentPrefix = "kibana-c2-16-"
machineType = "c2-standard-16"
diskSizeGb = 75
diskSizeGb = 250
diskType = GoogleCloudAgentDiskType.SSD
}

Expand Down
2 changes: 0 additions & 2 deletions .teamcity/src/builds/default/DefaultCiGroup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ class DefaultCiGroup(val ciGroup: Int = 0, init: BuildType.() -> Unit = {}) : De
runbld("Default CI Group $ciGroup", "./.ci/teamcity/default/ci_group.sh $ciGroup")
}

requireAgent(StandardAgents["4"]!!)

init()
})

0 comments on commit c1eba41

Please sign in to comment.