mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[CI] [TeamCity] Add more default ci groups and build usage_collection plugin (#88864)
This commit is contained in:
parent
fd9697c813
commit
a0af6bdea6
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ node scripts/build_kibana_platform_plugins \
|
|||
--scan-dir "$XPACK_DIR/test/plugin_api_integration/plugins" \
|
||||
--scan-dir "$XPACK_DIR/test/plugin_api_perf/plugins" \
|
||||
--scan-dir "$XPACK_DIR/test/licensing_plugin/plugins" \
|
||||
--scan-dir "$XPACK_DIR/test/usage_collection/plugins" \
|
||||
--verbose
|
||||
tc_end_block "Build Platform Plugins"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package builds.default
|
|||
import dependsOn
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.BuildType
|
||||
|
||||
const val DEFAULT_CI_GROUP_COUNT = 11
|
||||
const val DEFAULT_CI_GROUP_COUNT = 13
|
||||
val defaultCiGroups = (1..DEFAULT_CI_GROUP_COUNT).map { DefaultCiGroup(it) }
|
||||
|
||||
object DefaultCiGroups : BuildType({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue