From b8a8cbdffd537bee30b710cda51c224ccfb694ab Mon Sep 17 00:00:00 2001 From: Ted Bowman <41201-tedbow@users.noreply.drupalcode.org> Date: Thu, 15 Feb 2024 22:33:14 +0000 Subject: [PATCH] Issue #3421641 by dimitriskr: Debug GitlabCi random fails --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f76eb5f730..4ea9e763fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,9 @@ include: # As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically. # View these include files at https://git.drupalcode.org/project/gitlab_templates/ ################ - - project: $_GITLAB_TEMPLATES_REPO - ref: $_GITLAB_TEMPLATES_REF + # @todo Remove when https://www.drupal.org/i/3421674 is fixed. + - project: "issue/gitlab_templates-3421674" + ref: "3421674-add-mariadb-simpletest-db" file: - '/includes/include.drupalci.main.yml' # EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below. @@ -56,6 +57,8 @@ variables: # SKIP_ESLINT: '1' # @todo Remove this line when https://drupal.org/i/3414093 is fixed. CI_DEBUG_SERVICES: "true" + _TARGET_DB_TYPE: "mariadb" + _TARGET_DB_VERSION: "10.6" ################################################################################### -- GitLab