Skip to content

Commit

Permalink
Get back to regular agents
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Dec 19, 2023
1 parent 8bc2032 commit 58b97e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/_Self/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ abstract class IdeaVimBuildType(init: BuildType.() -> Unit) : BuildType({
// These requirements define Linux-Medium configuration.
// Unfortunately, requirement by name (teamcity.agent.name) doesn't work
// IDK the reason for it, but on our agents this property is empty
equals("teamcity.agent.hardware.cpuCount", "16")
equals("teamcity.agent.hardware.cpuCount", "4")
equals("teamcity.agent.os.family", "Linux")
}

Expand Down

0 comments on commit 58b97e6

Please sign in to comment.