File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
qa/multi-project/core-rest-tests-with-multiple-projects Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ restResources {
5454}
5555
5656configurations {
57- basicRestSpecs {
57+ restTests {
5858 attributes {
5959 attribute(ArtifactTypeDefinition . ARTIFACT_TYPE_ATTRIBUTE , ArtifactTypeDefinition . DIRECTORY_TYPE )
6060 }
6161 }
6262}
6363
6464artifacts {
65- basicRestSpecs (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
65+ restTests (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
6666}
6767
6868tasks. named(" thirdPartyAudit" ). configure {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 clusterModules project(' :test:external-modules:test-multi-project' )
3131 restTestConfig project(path : ' :modules:data-streams' , configuration : " restTests" )
3232 restTestConfig project(path : ' :modules:ingest-common' , configuration : " basicRestSpecs" )
33- restTestConfig project(path : ' :modules:reindex' , configuration : " basicRestSpecs " )
33+ restTestConfig project(path : ' :modules:reindex' , configuration : " restTests " )
3434 restTestConfig project(path : ' :modules:streams' , configuration : " restTests" )
3535}
3636
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dependencies {
2222 freeTests project(path : ' :modules:analysis-common' , configuration : ' restTests' )
2323 freeTests project(path : ' :modules:data-streams' , configuration : ' restTests' )
2424 freeTests project(path : ' :modules:ingest-geoip' , configuration : ' restTests' )
25+ freeTests project(path : ' :modules:reindex' , configuration : ' restTests' )
2526 freeTests project(path : ' :modules:streams' , configuration : ' restTests' )
2627 compatApis project(path : ' :rest-api-spec' , configuration : ' restCompatSpecs' )
2728 compatApis project(path : ' :x-pack:plugin' , configuration : ' restCompatSpecs' )
You can’t perform that action at this time.
0 commit comments