Merge pull request #3698 from ansible/bumpse

Adding selenium stability fix and unpinning se images

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-12 20:10:57 +00:00 committed by GitHub
commit d0c3882d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,13 @@
version: '2'
services:
hub:
image: selenium/hub:3.8.1-erbium
image: selenium/hub
ports:
- 4444:4444
environment:
DBUS_SESSION_BUS_ADDRESS: /dev/null
chrome:
image: selenium/node-chrome:3.8.1-erbium
image: selenium/node-chrome
# uncomment the two lines below to make tests watchable at vnc://localhost:secret@localhost:5900
# image: selenium/node-chrome-debug
# ports: ['5900:5900']
@ -17,6 +19,7 @@ services:
environment:
HUB_PORT_4444_TCP_ADDR: hub
HUB_PORT_4444_TCP_PORT: 4444
DBUS_SESSION_BUS_ADDRESS: /dev/null
firefox:
image: selenium/node-firefox
links:
@ -38,3 +41,4 @@ services:
environment:
AWX_E2E_CLUSTER_HOST: hub
AWX_E2E_CLUSTER_PORT: 4444
DBUS_SESSION_BUS_ADDRESS: /dev/null