Skip to content

Commit

Permalink
[6.8] Use kibana-ci-proxy-cache for chrome and gecko drivers (… (#41633)
Browse files Browse the repository at this point in the history
* Use kibana-ci-proxy-cache for chrome and gecko drivers (#41581)

* [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

* remove some extra changes
  • Loading branch information
Spencer authored Jul 20, 2019
1 parent ec50f86 commit 29fa09b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .ci/packer_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ tar -cf "$HOME/.kibana/bootstrap_cache/master.tar" \
x-pack/node_modules \
x-pack/plugins/*/node_modules \
x-pack/plugins/reporting/.chromium \
x-pack/plugins/reporting/.phantom \
test/plugin_functional/plugins/*/node_modules \
.es;
5 changes: 3 additions & 2 deletions src/dev/ci_setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ yarnGlobalDir="$(yarn global bin)"
export PATH="$PATH:$yarnGlobalDir"
hash -r

# 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 29fa09b

Please sign in to comment.