Skip to content
Snippets Groups Projects
Commit ee03bb2b authored by Fran Garcia-Linares's avatar Fran Garcia-Linares Committed by Ted Bowman
Browse files

Issue #3421641 by tedbow, dimitriskr: Debug GitlabCi random fails

parent b8a8cbdf
No related branches found
No related tags found
1 merge request!1025Change templates reference.
Pipeline #111399 passed with warnings
......@@ -32,9 +32,14 @@ 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/
################
# @todo Remove when https://www.drupal.org/i/3421674 is fixed.
- project: "issue/gitlab_templates-3421674"
ref: "3421674-add-mariadb-simpletest-db"
- project: $_GITLAB_TEMPLATES_REPO
# "ref" value can be:
# - Recommended (default) - `ref: $_GITLAB_TEMPLATES_REF` - The Drupal Association will update this value to the recommended tag for contrib.
# - Latest - `ref: main` - Get the latest additions and bug fixes as they are merged into the templates.
# - Minor or Major latests - `ref: 1.x-latest` or `ref: 1.0.x-latest` - Get the latest additions within a minor (mostly bugfixes) or major (bugs and new features).
# - Fixed tag - `ref: 1.0.1` - Set the value to a known tag. This will not get any updates.
# If you change the default value of ref, you should set the _CURL_TEMPLATES_REF variable in the variables section to be the same as set here.
ref: main
file:
- '/includes/include.drupalci.main.yml'
# EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below.
......
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