mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Add inference YAML tests to rest-resources-zip (#130070)
This commit is contained in:
parent
e1426b7df6
commit
21180dfd8d
2 changed files with 5 additions and 0 deletions
|
@ -405,3 +405,7 @@ tasks.named("thirdPartyAudit").configure {
|
||||||
tasks.named('yamlRestTest') {
|
tasks.named('yamlRestTest') {
|
||||||
usesDefaultDistribution("Uses the inference API")
|
usesDefaultDistribution("Uses the inference API")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
artifacts {
|
||||||
|
restXpackTests(new File(projectDir, "src/yamlRestTest/resources/rest-api-spec/test"))
|
||||||
|
}
|
||||||
|
|
|
@ -27,6 +27,7 @@ dependencies {
|
||||||
platinumTests project(path: ':x-pack:plugin', configuration: 'restXpackTests')
|
platinumTests project(path: ':x-pack:plugin', configuration: 'restXpackTests')
|
||||||
platinumTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restXpackTests')
|
platinumTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restXpackTests')
|
||||||
platinumTests project(path: ':x-pack:plugin:ent-search', configuration: 'restXpackTests')
|
platinumTests project(path: ':x-pack:plugin:ent-search', configuration: 'restXpackTests')
|
||||||
|
platinumTests project(path: ':x-pack:plugin:inference', configuration: 'restXpackTests')
|
||||||
platinumCompatTests project(path: ':x-pack:plugin', configuration: 'restCompatTests')
|
platinumCompatTests project(path: ':x-pack:plugin', configuration: 'restCompatTests')
|
||||||
platinumCompatTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restCompatTests')
|
platinumCompatTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restCompatTests')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue