Skip to content

Commit

Permalink
Use kibana-ci-proxy-cache for chrome and gecko drivers (#41581) (#41631)
Browse files Browse the repository at this point in the history
* [ci] download chromedriver and geckodriver through a caching proxy

* restore chromedriver and geckodriver caching in bootstrap cache

# Conflicts:
#	.ci/packer_cache.sh
#	src/dev/ci_setup/setup.sh
  • Loading branch information
Spencer committed Jul 20, 2019
1 parent 033092a commit f1f9e65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dev/ci_setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache"
yarnGlobalDir="$(yarn global bin)"
export PATH="$PATH:$yarnGlobalDir"

# use a proxy to fetch geckodriver asset
export GECKODRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/geckodriver_cache"
# use a proxy to fetch chromedriver/geckodriver asset
export GECKODRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache"
export CHROMEDRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache"

###
### install dependencies
Expand Down

0 comments on commit f1f9e65

Please sign in to comment.