Skip to content
Snippets Groups Projects

Fix performance tests

Open Alex Pott requested to merge issue/drupal-3463534:3463534-performance-test-gitlab into 11.x
+ 3
2
@@ -283,14 +283,15 @@ variables:
<<: [ *with-composer, *default-job-settings ]
rules:
- if: $PERFORMANCE_TEST == "1"
- when: manual
variables:
KUBERNETES_CPU_REQUEST: "24"
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome", "goog:chromeOptions":{"w3c": true, "args":["--no-sandbox","--ignore-certificate-errors", "--allow-insecure-localhost", "--headless", "--dns-prefetch-disable", "--no-sandbox"]}}, "http://selenium:4444"]'
MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--disable-dev-shm-usage","--disable-gpu","--headless","--no-sandbox"]}}, "http://chrome:9515"]'
tags:
- performance-test-runner
services:
- <<: *with-database
- <<: *with-selenium-chrome
- <<: *with-chrome
script:
# Determine DB driver.
- |
Loading