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 @@ -87,13 +87,13 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
87
87
})
88
88
89
89
configurations {
90
- basicRestSpecs {
90
+ restTests {
91
91
attributes {
92
92
attribute(ArtifactTypeDefinition . ARTIFACT_TYPE_ATTRIBUTE , ArtifactTypeDefinition . DIRECTORY_TYPE )
93
93
}
94
94
}
95
95
}
96
96
97
97
artifacts {
98
- basicRestSpecs (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
98
+ restTests (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
99
99
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
clusterModules project(xpackModule(' mapper-constant-keyword' ))
29
29
clusterModules project(xpackModule(' wildcard' ))
30
30
clusterModules project(' :test:external-modules:test-multi-project' )
31
- restTestConfig project(path : ' :modules:data-streams' , configuration : " basicRestSpecs " )
31
+ restTestConfig project(path : ' :modules:data-streams' , configuration : " restTests " )
32
32
restTestConfig project(path : ' :modules:ingest-common' , configuration : " basicRestSpecs" )
33
33
restTestConfig project(path : ' :modules:reindex' , configuration : " basicRestSpecs" )
34
34
restTestConfig project(path : ' :modules:streams' , configuration : " basicRestSpecs" )
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dependencies {
20
20
freeTests project(path : ' :rest-api-spec' , configuration : ' restTests' )
21
21
freeTests project(path : ' :modules:aggregations' , configuration : ' restTests' )
22
22
freeTests project(path : ' :modules:analysis-common' , configuration : ' restTests' )
23
+ freeTests project(path : ' :modules:data-streams' , configuration : ' restTests' )
23
24
freeTests project(path : ' :modules:ingest-geoip' , configuration : ' restTests' )
24
25
compatApis project(path : ' :rest-api-spec' , configuration : ' restCompatSpecs' )
25
26
compatApis project(path : ' :x-pack:plugin' , configuration : ' restCompatSpecs' )
You can’t perform that action at this time.
0 commit comments