Issue #3463773 by alexpott: Allow manual performance test to fail
parent
0f9b2fffdf
commit
7cee53f34e
|
@ -284,6 +284,7 @@ variables:
|
|||
rules:
|
||||
- if: $PERFORMANCE_TEST == "1"
|
||||
- when: manual
|
||||
allow_failure: true
|
||||
variables:
|
||||
KUBERNETES_CPU_REQUEST: "24"
|
||||
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--disable-dev-shm-usage","--disable-gpu","--headless","--no-sandbox"]}}, "http://chrome:9515"]'
|
||||
|
|
Loading…
Reference in New Issue