@@ -8,7 +8,7 @@ object KotlinMultiplatformVCS: GitVcsRoot ({
88 url = " git@github.com:JetBrains/kotlin-multiplatform-dev-docs.git"
99 branch = " refs/heads/master"
1010 branchSpec = " +:refs/heads/*"
11- checkoutPolicy = AgentCheckoutPolicy .AUTO
11+ checkoutPolicy = AgentCheckoutPolicy .USE_MIRRORS
1212 authMethod = uploadedKey {
1313 uploadedKey = " default teamcity key"
1414 }
@@ -20,7 +20,7 @@ object KotlinReferenceRoot: GitVcsRoot ({
2020 url = " git@github.com:JetBrains/kotlin-web-site.git"
2121 branch = " refs/heads/master"
2222 branchSpec = " +:refs/heads/*"
23- checkoutPolicy = AgentCheckoutPolicy .AUTO
23+ checkoutPolicy = AgentCheckoutPolicy .USE_MIRRORS
2424 checkoutSubmodules = CheckoutSubmodules .SUBMODULES_CHECKOUT
2525 authMethod = uploadedKey {
2626 uploadedKey = " default teamcity key"
@@ -32,7 +32,7 @@ object KotlinxCoroutinesRoot: GitVcsRoot ({
3232 url = " git@github.com:Kotlin/kotlinx.coroutines.git"
3333 branch = " refs/heads/master"
3434 branchSpec = " +:refs/heads/*"
35- checkoutPolicy = AgentCheckoutPolicy .AUTO
35+ checkoutPolicy = AgentCheckoutPolicy .USE_MIRRORS
3636 authMethod = uploadedKey {
3737 uploadedKey = " default teamcity key"
3838 }
@@ -43,7 +43,7 @@ object KotlinxLincheckRoot: GitVcsRoot ({
4343 url = " git@github.com:JetBrains/lincheck.git"
4444 branch = " refs/heads/master"
4545 branchSpec = " +:refs/heads/*"
46- checkoutPolicy = AgentCheckoutPolicy .AUTO
46+ checkoutPolicy = AgentCheckoutPolicy .USE_MIRRORS
4747 authMethod = uploadedKey {
4848 uploadedKey = " default teamcity key"
4949 }
@@ -54,7 +54,7 @@ object DokkaRoot: GitVcsRoot ({
5454 url = " git@github.com:Kotlin/dokka.git"
5555 branch = " refs/heads/master"
5656 branchSpec = " +:refs/heads/*"
57- checkoutPolicy = AgentCheckoutPolicy .AUTO
57+ checkoutPolicy = AgentCheckoutPolicy .USE_MIRRORS
5858 authMethod = uploadedKey {
5959 uploadedKey = " default teamcity key"
6060 }
@@ -65,7 +65,7 @@ object APIGuidelinesRoot: GitVcsRoot ({
6565 url = " git@github.com:Kotlin/api-guidelines.git"
6666 branch = " refs/heads/main"
6767 branchSpec = " +:refs/heads/*"
68- checkoutPolicy = AgentCheckoutPolicy .NO_MIRRORS
68+ checkoutPolicy = AgentCheckoutPolicy .USE_MIRRORS
6969 authMethod = uploadedKey {
7070 uploadedKey = " default teamcity key"
7171 }
0 commit comments