summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2020-08-30 15:55:19 +0000
committerVishal Manchanda <manchandavishal143@gmail.com>2020-09-01 11:54:16 +0000
commit8669095d0313c004c8d9d4945d28b3adb65b3e08 (patch)
tree9e5e59d8de3cb9a880bfa637bd17b210066f94d1
parent0c2b5d97d3ad3fa87e55340983d81c8b59900dd7 (diff)
downloadhorizon-8669095d0313c004c8d9d4945d28b3adb65b3e08.tar.gz
Update geckodriver version to v0.27.0.
This patch updates geckodriver version to v0.27.0 from v0.23.0 to fix horizon-integration job. Fo more info. please refer [1]. [1] https://github.com/mozilla/geckodriver/issues/1771 Change-Id: Ie550beddf54e5bc43c34046bb18970638d10f303 (cherry picked from commit 16c74ad62fd94906d9f4453493227accd134717f)
-rw-r--r--roles/setup-selenium-tests/defaults/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/setup-selenium-tests/defaults/main.yaml b/roles/setup-selenium-tests/defaults/main.yaml
index b7c7f41e6..97ee57cc6 100644
--- a/roles/setup-selenium-tests/defaults/main.yaml
+++ b/roles/setup-selenium-tests/defaults/main.yaml
@@ -1,2 +1,2 @@
---
-geckodriver_url: "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz"
+geckodriver_url: "https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux64.tar.gz"