[K/N][codeowners] Performance,tests and tools related gradle files

- Performance builds are separated from the main build execution and are
part of the Native infrastructure.
- Old test infrastructure contains tests that is written in gradle
build files and hence should belong to K/N team.
- New test infrastructure build gradle file is also a part of tests.

Merge-request: KT-MR-7768
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
Pavel Punegov
2022-11-28 11:35:55 +00:00
committed by Space Team
parent 9e80290405
commit 92fb41e1fc
+6
View File
@@ -399,6 +399,12 @@
**.gradle "Kotlin Build Infrastructure"
/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/**/*.gradle.kts "Kotlin Build Tools" "Kotlin Multiplatform"
/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/**/*.gradle "Kotlin Build Tools" "Kotlin Multiplatform"
/kotlin-native/backend.native/tests/**.gradle "Kotlin Native"
/kotlin-native/tools/**/*.gradle "Kotlin Native"
/kotlin-native/tools/**/*.gradle.kts "Kotlin Native"
/kotlin-native/performance/**/*.gradle "Kotlin Native"
/kotlin-native/performance/**/*.gradle.kts "Kotlin Native"
/native/native.tests/*.gradle.kts "Kotlin Native"
.gitignore "Kotlin Build Infrastructure"
gradlew "Kotlin Build Infrastructure"
gradlew.bat "Kotlin Build Infrastructure"