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 13:14:40 +0000
commit56feea53c0291e0a1bc8ea9f8ffb48a976172ee6 (patch)
treedae093a30cba1f6240f8263508b2fda0e86d5d88
parent8da0dcd21200cc851e57de4dfa46c3c838c73c3c (diff)
downloadhorizon-56feea53c0291e0a1bc8ea9f8ffb48a976172ee6.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"