mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Fix SamlAuthenticationIT flakyness (#103867)
This commit is contained in:
parent
83634375f9
commit
ab8ee60bba
11 changed files with 108 additions and 170 deletions
|
@ -398,7 +398,7 @@ void addBuildDockerImageTask(Architecture architecture, DockerBase base) {
|
|||
|
||||
noCache = BuildParams.isCi
|
||||
tags = generateTags(base, architecture)
|
||||
platform = architecture.dockerPlatform
|
||||
platforms.add(architecture.dockerPlatform)
|
||||
|
||||
// We don't build the Iron Bank image when we release Elasticsearch, as there's
|
||||
// separate process for submitting new releases. However, for testing we do a
|
||||
|
@ -468,7 +468,7 @@ void addBuildEssDockerImageTask(Architecture architecture) {
|
|||
noCache = BuildParams.isCi
|
||||
baseImages = []
|
||||
tags = generateTags(base, architecture)
|
||||
platform = architecture.dockerPlatform
|
||||
platforms.add(architecture.dockerPlatform)
|
||||
|
||||
onlyIf("$architecture supported") { isArchitectureSupported(architecture) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue