Issue #3458108: Add GitLab CI configuration for DrupalCI integration
3 unresolved threads
This commit introduces a new GitLab CI configuration file for the mollie_donations project. The configuration includes DrupalCI templates and sets pipeline variables to enable extended test coverage and concurrent PHPUnit testing.
Closes #3458108
Merge request reports
Activity
Filter activity
- .gitlab-ci.yml 0 → 100644
11 - '/includes/include.drupalci.variables.yml' 12 - '/includes/include.drupalci.workflows.yml' 13 14 ################ 15 # Pipeline configuration variables 16 # 17 # These are the variables provided to the Run Pipeline form that a user may want to override. 18 # 19 # Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml 20 ################ 21 variables: 22 # Broaden test coverage. 23 OPT_IN_TEST_NEXT_MAJOR: 1 24 OPT_IN_TEST_NEXT_MINOR: 1 25 _PHPUNIT_CONCURRENT: "1" 26 _PHPUNIT_EXTRA: --verbose --suppress-deprecations changed this line in version 3 of the diff
- .gitlab-ci.yml 0 → 100644
10 - '/includes/include.drupalci.main.yml' 11 - '/includes/include.drupalci.variables.yml' 12 - '/includes/include.drupalci.workflows.yml' 13 14 ################ 15 # Pipeline configuration variables 16 # 17 # These are the variables provided to the Run Pipeline form that a user may want to override. 18 # 19 # Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml 20 ################ 21 variables: 22 # Broaden test coverage. 23 OPT_IN_TEST_NEXT_MAJOR: 1 24 OPT_IN_TEST_NEXT_MINOR: 1 25 _PHPUNIT_CONCURRENT: "1" changed this line in version 3 of the diff
- .gitlab-ci.yml 0 → 100644
8 ref: $_GITLAB_TEMPLATES_REF 9 file: 10 - '/includes/include.drupalci.main.yml' 11 - '/includes/include.drupalci.variables.yml' 12 - '/includes/include.drupalci.workflows.yml' 13 14 ################ 15 # Pipeline configuration variables 16 # 17 # These are the variables provided to the Run Pipeline form that a user may want to override. 18 # 19 # Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml 20 ################ 21 variables: 22 # Broaden test coverage. 23 OPT_IN_TEST_NEXT_MAJOR: 1 changed this line in version 3 of the diff
Please register or sign in to reply