diff --git a/.teamcity/NativePlatformBuild.kt b/.teamcity/NativePlatformBuild.kt index 81687b84..55822284 100644 --- a/.teamcity/NativePlatformBuild.kt +++ b/.teamcity/NativePlatformBuild.kt @@ -62,6 +62,7 @@ open class NativePlatformBuild(agent: Agent, buildReceiptSource: Boolean = false class BuildTrigger(dependencies: List) : BuildType({ name = "Run platform tests (Trigger)" + type = Type.COMPOSITE vcs { root(DslContext.settingsRoot) @@ -84,8 +85,6 @@ class BuildTrigger(dependencies: List) : BuildType({ } } - runOn(Agent.UbuntuAmd64) - features { publishCommitStatus() }