Use no-kpi subdomains for tests downloading artifacts (#64502)

This commit converts build code that downloads distributions or other
artifacts to use the new no-kpi subdomain, and removes the formerly used
no-kpi header.
This commit is contained in:
Ryan Ernst 2020-11-07 11:27:58 -08:00 committed by GitHub
parent cfe43b731d
commit 2fffd78125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 14 deletions

View file

@ -57,7 +57,7 @@ ext.expansions = { Architecture architecture, boolean oss, DockerBase base, bool
sourceElasticsearch = """
RUN curl --retry 8 -S -L \\
--output /opt/elasticsearch.tar.gz \\
https://artifacts.elastic.co/downloads/elasticsearch/$elasticsearch
https://artifacts-no-kpi.elastic.co/downloads/elasticsearch/$elasticsearch
""".trim()
}