Skip to content

Commit

Permalink
Merge pull request #342 from gradle/cobexer/turn-the-trigger-build-in…
Browse files Browse the repository at this point in the history
…to-a-composite-build

TeamCity: turn the test trigger job into a composite
  • Loading branch information
cobexer authored Sep 12, 2024
2 parents 9984b33 + 1be1f9e commit 7341f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .teamcity/NativePlatformBuild.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ open class NativePlatformBuild(agent: Agent, buildReceiptSource: Boolean = false

class BuildTrigger(dependencies: List<BuildType>) : BuildType({
name = "Run platform tests (Trigger)"
type = Type.COMPOSITE

vcs {
root(DslContext.settingsRoot)
Expand All @@ -84,8 +85,6 @@ class BuildTrigger(dependencies: List<BuildType>) : BuildType({
}
}

runOn(Agent.UbuntuAmd64)

features {
publishCommitStatus()
}
Expand Down

0 comments on commit 7341f10

Please sign in to comment.