Add logic to synchronize muted tests on teamcity with database flaky tests

KTI-239
This commit is contained in:
Yunir Salimzyanov
2020-06-17 20:36:14 +03:00
parent a382bef144
commit b795e50e61
6 changed files with 204 additions and 0 deletions
+4
View File
@@ -513,6 +513,10 @@ val dist = tasks.register("dist") {
dependsOn(":kotlin-compiler:dist")
}
val syncMutedTests = tasks.register("syncMutedTests") {
dependsOn(":compiler:tests-mutes:run")
}
val copyCompilerToIdeaPlugin by task<Copy> {
dependsOn(dist)
into(ideaPluginDir)