mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[CI] [TeamCity] Bump security_solution agent size to match other ciGroups, and build missing default plugin (#89241)
This commit is contained in:
parent
fb536f5428
commit
58e629ed76
2 changed files with 5 additions and 0 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"
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
package builds.default
|
||||
|
||||
import StandardAgents
|
||||
import addTestSettings
|
||||
import co.elastic.teamcity.common.requireAgent
|
||||
import jetbrains.buildServer.configs.kotlin.v2019_2.BuildType
|
||||
|
||||
open class DefaultFunctionalBase(init: BuildType.() -> Unit = {}) : BuildType({
|
||||
|
@ -8,6 +10,8 @@ open class DefaultFunctionalBase(init: BuildType.() -> Unit = {}) : BuildType({
|
|||
param("env.KBN_NP_PLUGINS_BUILT", "true")
|
||||
}
|
||||
|
||||
requireAgent(StandardAgents["4"]!!)
|
||||
|
||||
dependencies {
|
||||
defaultBuildWithPlugins()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue