mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Adding selenium stability fix and unpinning se images
This commit is contained in:
parent
dc833bbaa7
commit
77e587babe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user