Issue #3463773 by alexpott: Allow manual performance test to fail

merge-requests/8928/head
catch 2024-07-25 22:49:16 +09:00
parent 0f9b2fffdf
commit 7cee53f34e
1 changed files with 1 additions and 0 deletions

View File

@ -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"]'