mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Remove Opera from docker test setup
It's not being used from the code anywhere.
This commit is contained in:
@@ -181,7 +181,6 @@ services:
|
||||
depends_on:
|
||||
- chrome
|
||||
- firefox
|
||||
- opera
|
||||
networks:
|
||||
- testing
|
||||
|
||||
@@ -221,23 +220,6 @@ services:
|
||||
NODE_MAX_INSTANCES: "${CI_JOBS:-4}"
|
||||
NODE_MAX_SESSION: "${CI_JOBS:-4}"
|
||||
|
||||
opera:
|
||||
image: selenium/node-opera:4
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
- "downloads-test:/home/seluser/Downloads"
|
||||
networks:
|
||||
- testing
|
||||
environment:
|
||||
SE_EVENT_BUS_HOST: selenium-hub
|
||||
SE_EVENT_BUS_PUBLISH_PORT: 4442
|
||||
SE_EVENT_BUS_SUBSCRIBE_PORT: 4443
|
||||
SCREEN_WIDTH: 1920
|
||||
SCREEN_HEIGHT: 1080
|
||||
# in case we want multiple sessions per container
|
||||
NODE_MAX_INSTANCES: "${CI_JOBS:-4}"
|
||||
NODE_MAX_SESSION: "${CI_JOBS:-4}"
|
||||
|
||||
cuprite-chrome:
|
||||
# Currently, Apple M1 is only supported in unnumbered "latest" versions.
|
||||
# See https://github.com/browserless/chrome/issues/1393
|
||||
|
||||
Reference in New Issue
Block a user