Problem/Motivation

Since Jun 2023, Drupal.org enabled GitLab CI for testing purposes. GitLab CI is now preferred over DrupalCI for testing.
This issue is to track progress towards getting a .gitlab-ci.yml file so that we can migrate away from the deprecated DrupalCI to GitLab CI.
GitLab CI documentation: https://www.drupal.org/about/core/blog/drupal-cores-gitlab-ci-testing-is...

Benefits:
1) Testing is about five times faster
@see: https://www.drupal.org/about/core/blog/drupal-cores-gitlab-ci-testing-is...
2) Ability to configure tests in a more obvious and flexible way.
3) Great UI!
4) While we don't have tests in the module, we would still benefit from automated code style checks.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

martygraphie created an issue. See original summary.

chandansha’s picture

Assigned: Unassigned » chandansha

Working on It.

chandansha’s picture

Assigned: chandansha » Unassigned
Status: Active » Needs review

i have added gitlab ci template.
please review it.
Thanks!!

jhuhta’s picture

Seems like my name/nick in the readme is triggering the spelling error. Could you fix those still so that everything is green?

martygraphie’s picture

Hi @jhuhta
I fixed cspell and added the dependencies (drupal/ai and drupal/key) in composer.json this will strengthen version management and allow PHPStan to perform the audit as a whole)
I let you test and tell me if ok for you
Marc

jhuhta’s picture

Status: Needs review » Fixed

Thanks, great! Adding credits & merging.

  • jhuhta committed 6d146fbd on 1.0.x authored by chandansha
    Issue #3507103 by martygraphie, chandansha: Set up GitLab CI
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.