From 7cee53f34e07a50ee276c04e6260d876df68cfe7 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Thu, 25 Jul 2024 22:49:16 +0900 Subject: [PATCH] Issue #3463773 by alexpott: Allow manual performance test to fail --- .gitlab-ci/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml index 9c42995467a..a2e28269357 100644 --- a/.gitlab-ci/pipeline.yml +++ b/.gitlab-ci/pipeline.yml @@ -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"]'