Revert "[CI] Bump chromedriver and use DETECT_CHROMEDRIVER_VERSION (#67182) (#67491)"

This reverts commit cc52f497ea.
This commit is contained in:
Brian Seeders 2020-05-27 17:22:04 -04:00
parent 3b52b5c7c9
commit 8542051ee8
No known key found for this signature in database
GPG key ID: 424927146CC9A682
3 changed files with 6 additions and 8 deletions

View file

@ -345,7 +345,7 @@
"chance": "1.0.10", "chance": "1.0.10",
"cheerio": "0.22.0", "cheerio": "0.22.0",
"chokidar": "1.6.0", "chokidar": "1.6.0",
"chromedriver": "^83.0.0", "chromedriver": "^81.0.0",
"classnames": "2.2.5", "classnames": "2.2.5",
"dedent": "^0.7.0", "dedent": "^0.7.0",
"delete-empty": "^2.0.0", "delete-empty": "^2.0.0",

View file

@ -117,10 +117,8 @@ export GECKODRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfuncti
export CHROMEDRIVER_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"
export CYPRESS_DOWNLOAD_MIRROR="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/cypress" export CYPRESS_DOWNLOAD_MIRROR="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/cypress"
export CHECKS_REPORTER_ACTIVE=false
export DETECT_CHROMEDRIVER_VERSION=true export CHECKS_REPORTER_ACTIVE=false
export CHROMEDRIVER_FORCE_DOWNLOAD=true
### only run on pr jobs for elastic/kibana, checks-reporter doesn't work for other repos ### only run on pr jobs for elastic/kibana, checks-reporter doesn't work for other repos
if [[ "$ghprbPullId" && "$ghprbGhRepository" == 'elastic/kibana' ]] ; then if [[ "$ghprbPullId" && "$ghprbGhRepository" == 'elastic/kibana' ]] ; then

View file

@ -5506,10 +5506,10 @@ chrome-trace-event@^1.0.0:
dependencies: dependencies:
tslib "^1.9.0" tslib "^1.9.0"
chromedriver@^83.0.0: chromedriver@^81.0.0:
version "83.0.0" version "81.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-83.0.0.tgz#75d7d838e58014658c3990089464166fef951926" resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-81.0.0.tgz#690ba333aedf2b4c4933b6590c3242d3e5f28f3c"
integrity sha512-AePp9ykma+z4aKPRqlbzvVlc22VsQ6+rgF+0aL3B5onHOncK18dWSkLrSSJMczP/mXILN9ohGsvpuTwoRSj6OQ== integrity sha512-BA++IQ7O1FzHmNpzMlOfLiSBvPZ946uuhtJjZHEIr/Gb+Ha9jiuGbHiT45l6O3XGbQ8BAwvbmdisjl4rTxro4A==
dependencies: dependencies:
"@testim/chrome-version" "^1.0.7" "@testim/chrome-version" "^1.0.7"
axios "^0.19.2" axios "^0.19.2"