Skip to content

Commit

Permalink
Revert "Fix name of smoke tests"
Browse files Browse the repository at this point in the history
This reverts commit 4b3814b.
  • Loading branch information
big-guy committed Aug 24, 2020
1 parent 4b3814b commit 71c4990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/Gradle_Check/model/CIBuildModel.kt
Expand Up @@ -275,12 +275,12 @@ enum class SpecificBuild {
},
ConfigCacheSmokeTestsMinJavaVersion {
override fun create(model: CIBuildModel, stage: Stage): BuildType {
return SmokeTests(model, stage, JvmCategory.MIN_VERSION, "instantSmokeTest")
return SmokeTests(model, stage, JvmCategory.MIN_VERSION, "configCacheSmokeTest")
}
},
ConfigCacheSmokeTestsMaxJavaVersion {
override fun create(model: CIBuildModel, stage: Stage): BuildType {
return SmokeTests(model, stage, JvmCategory.MAX_VERSION, "instantSmokeTest")
return SmokeTests(model, stage, JvmCategory.MAX_VERSION, "configCacheSmokeTest")
}
};

Expand Down

0 comments on commit 71c4990

Please sign in to comment.