[test] packaging: renamed packaging configuration (elastic/x-pack-elasticsearch#4112)
For elastic/elasticsearch#26741 Original commit: elastic/x-pack-elasticsearch@401e9bb0e4
This commit is contained in:
parent
afb6a06f61
commit
f3cd9a69a2
|
@ -12,10 +12,10 @@ esvagrant {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Packaging tests use the x-pack meta plugin
|
// Packaging tests use the x-pack meta plugin
|
||||||
bats project(path: xpackProject('plugin').path, configuration: 'zip')
|
packaging project(path: xpackProject('plugin').path, configuration: 'zip')
|
||||||
|
|
||||||
// Inherit Bats test utils from :qa:vagrant project
|
// Inherit Bats test utils from :qa:vagrant project
|
||||||
bats project(path: ':qa:vagrant', configuration: 'bats')
|
packaging project(path: ':qa:vagrant', configuration: 'packaging')
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<String, List<String>> metaPlugins = [:]
|
Map<String, List<String>> metaPlugins = [:]
|
||||||
|
@ -40,7 +40,7 @@ for (Project metaPlugin : project.rootProject.subprojects) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setupBats {
|
setupPackagingTest {
|
||||||
doLast {
|
doLast {
|
||||||
metaPlugins.each{ name, plugins ->
|
metaPlugins.each{ name, plugins ->
|
||||||
File expectedMetaPlugins = file("build/plugins/${name}.expected")
|
File expectedMetaPlugins = file("build/plugins/${name}.expected")
|
||||||
|
|
Loading…
Reference in New Issue