Issue #3426520 by alexpott: Performance job triggering deprecation
parent
9c1e103520
commit
bd4b8b98a7
|
@ -222,7 +222,7 @@ variables:
|
||||||
- if: $PERFORMANCE_TEST == "1"
|
- if: $PERFORMANCE_TEST == "1"
|
||||||
variables:
|
variables:
|
||||||
KUBERNETES_CPU_REQUEST: "24"
|
KUBERNETES_CPU_REQUEST: "24"
|
||||||
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","chromeOptions":{"args":["--disable-dev-shm-usage","--disable-gpu","--headless","--no-sandbox"]}}, "http://chrome:9515"]'
|
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--disable-dev-shm-usage","--disable-gpu","--headless","--no-sandbox"]}}, "http://chrome:9515"]'
|
||||||
tags:
|
tags:
|
||||||
- performance-test-runner
|
- performance-test-runner
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue