File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -406,3 +406,7 @@ tasks.named("thirdPartyAudit").configure {
406
406
tasks. named(' yamlRestTest' ) {
407
407
usesDefaultDistribution(" Uses the inference API" )
408
408
}
409
+
410
+ artifacts {
411
+ restXpackTests(new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
412
+ }
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies {
27
27
platinumTests project(path : ' :x-pack:plugin' , configuration : ' restXpackTests' )
28
28
platinumTests project(path : ' :x-pack:plugin:eql:qa:rest' , configuration : ' restXpackTests' )
29
29
platinumTests project(path : ' :x-pack:plugin:ent-search' , configuration : ' restXpackTests' )
30
+ platinumTests project(path : ' :x-pack:plugin:inference' , configuration : ' restXpackTests' )
30
31
platinumCompatTests project(path : ' :x-pack:plugin' , configuration : ' restCompatTests' )
31
32
platinumCompatTests project(path : ' :x-pack:plugin:eql:qa:rest' , configuration : ' restCompatTests' )
32
33
}
You can’t perform that action at this time.
0 commit comments