Skip to content

Commit f27337f

Browse files
committed
Add saved object field metrics to PR buildchain
1 parent 7f1447b commit f27337f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.teamcity/src/builds/PullRequestCi.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package builds
22

3+
import builds.default.DefaultSavedObjectFieldMetrics
34
import dependsOn
45
import getProjectBranch
56
import jetbrains.buildServer.configs.kotlin.v2019_2.BuildType
@@ -72,5 +73,8 @@ object PullRequestCi : BuildType({
7273
}
7374
}
7475

75-
dependsOn(FullCi)
76+
dependsOn(
77+
FullCi,
78+
DefaultSavedObjectFieldMetrics
79+
)
7680
})

0 commit comments

Comments
 (0)