Skip to content

Commit

Permalink
Moved yamlRestTest directory from qa to inference
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Feb 8, 2024
1 parent 28e64d8 commit 792f3de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
12 changes: 11 additions & 1 deletion x-pack/plugin/inference/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
*/
apply plugin: 'elasticsearch.internal-es-plugin'
apply plugin: 'elasticsearch.internal-cluster-test'
apply plugin: 'elasticsearch.internal-yaml-rest-test'

restResources {
restApi {
include '_common', 'bulk', 'indices', 'inference', 'index', 'get', 'update', 'reindex'
}
}

esplugin {
name 'x-pack-inference'
Expand All @@ -24,6 +31,9 @@ dependencies {
compileOnly project(path: xpackModule('core'))
testImplementation(testArtifact(project(xpackModule('core'))))
testImplementation project(':modules:reindex')
clusterPlugins project(':x-pack:plugin:inference:qa:test-service-plugin')
}

addQaCheckDependencies(project)
tasks.named('yamlRestTest') {
usesDefaultDistribution()
}
15 changes: 0 additions & 15 deletions x-pack/plugin/inference/qa/rest/build.gradle

This file was deleted.

0 comments on commit 792f3de

Please sign in to comment.