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 @@ -83,13 +83,13 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
83
83
})
84
84
85
85
configurations {
86
- basicRestSpecs {
86
+ restTests {
87
87
attributes {
88
88
attribute(ArtifactTypeDefinition . ARTIFACT_TYPE_ATTRIBUTE , ArtifactTypeDefinition . DIRECTORY_TYPE )
89
89
}
90
90
}
91
91
}
92
92
93
93
artifacts {
94
- basicRestSpecs (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
94
+ restTests (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
95
95
}
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