Problem/Motivation

There is no .gitlab-ci.yml configuration file in the project.

"GitLab CI uses .gitlab-ci.yml file in the root of the project to configure testing. If you are familiar with the configuration files for Travis CI, GitHub Actions, or even custom DrupalCI yml files, you will find this quite similar."

Steps to reproduce

Review source code, confirm no .gitlab-ci.yml file is present at project root.

Proposed resolution

Create a file using the template provided in the d.o instructions:

https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr...

Remaining tasks

User interface changes

API changes

Data model changes

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

pilot3 created an issue. See original summary.

pilot3’s picture

Status: Active » Needs review
raywalters’s picture

Reviewed and can confirm that gitlab-ci.yml file was added and tests are running. There are some phpcs and phpstan warnings that can be addressed in another issue.

raywalters’s picture

Status: Needs review » Reviewed & tested by the community
agentrickard’s picture

  • agentrickard committed 84688053 on 2.0.x authored by pilot3
    Issue #3403244 by pilot3, raywalters, agentrickard: Adding Gitlab CI...
agentrickard’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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