Skip to content
Snippets Groups Projects

Issue #3458108: Add GitLab CI configuration for DrupalCI integration

Merged Issue #3458108: Add GitLab CI configuration for DrupalCI integration
3 unresolved threads
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
.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
  • .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"
  • .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
  • added 1 commit

    • 6967289a - #Issue:3458108-Resolved MR comments.

    Compare with previous version

  • Please register or sign in to reply
    Loading