Skip to content
Snippets Groups Projects

Issue #3421641 use mariadb-10.6

+ 5
2
@@ -32,8 +32,9 @@ include:
@@ -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.
# 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/
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
################
- project: $_GITLAB_TEMPLATES_REPO
# @todo Remove when https://www.drupal.org/i/3421674 is fixed.
ref: $_GITLAB_TEMPLATES_REF
- project: "issue/gitlab_templates-3421674"
 
ref: "3421674-add-mariadb-simpletest-db"
file:
file:
- '/includes/include.drupalci.main.yml'
- '/includes/include.drupalci.main.yml'
# EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below.
# EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below.
@@ -56,6 +57,8 @@ variables:
@@ -56,6 +57,8 @@ variables:
# SKIP_ESLINT: '1'
# SKIP_ESLINT: '1'
# @todo Remove this line when https://drupal.org/i/3414093 is fixed.
# @todo Remove this line when https://drupal.org/i/3414093 is fixed.
CI_DEBUG_SERVICES: "true"
CI_DEBUG_SERVICES: "true"
 
_TARGET_DB_TYPE: "mariadb"
 
_TARGET_DB_VERSION: "10.6"
###################################################################################
###################################################################################
Loading