Skip to content
Snippets Groups Projects
Commit b8a8cbdf authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3421641 by dimitriskr: Debug GitlabCi random fails

parent c2c7a226
No related branches found
No related tags found
No related merge requests found
......@@ -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"
###################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment