Add GitLab CI template

Created on 19 April 2024, 2 months ago
Updated 16 May 2024, about 1 month ago

Problem/Motivation

Drupal.org now has a Gitlab CI template for automatically unit tests, coding standards tests, phpstan, and cspell.

Simply adding the template file to the project will start a suite of automated tests.

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇯🇵Japan ptmkenny

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @ptmkenny
  • Merge request !13add Drupal Association GitLab CI template → (Merged) created by ptmkenny
  • Status changed to Needs review 2 months ago
  • Pipeline finished with Success
    2 months ago
    Total: 141s
    #151051
  • First commit to issue fork.
  • Pipeline finished with Success
    about 2 months ago
    Total: 144s
    #161231
  • Pipeline finished with Success
    about 2 months ago
    Total: 154s
    #161233
  • 🇦🇺Australia darvanen Sydney, Australia

    I have set CI to skip phpcs for now I recommend making that a follow-up task if desired as the volume of errors is quite large and would only serve to delay this issue.

    I fixed the CSPell errors by adding ignored words for names and two adjustments to other words - I checked that changing the name of the admin menu item doesn't cause any regressions in positioning on a site, it's ok.

    PHPStan only had one error, I put a default return in the help hook to satisfy that.

    Tests are all green so I'd say this is ready for review.

  • 🇯🇵Japan ptmkenny

    @darvanen Why do you think phpcs need to be disabled? This issue is for adding the GitLab template, not fixing all the tests.

    I have been getting GitLab CI templates committed to several projects, and the way many maintainers have decided to do this is commit the template as one issue, and then commit fixes for each test (phpcs, cspell, etc.) as separate issues.

    I feel like trying to fix all the tests in one giant issue makes it harder to commit, not easier.

  • 🇦🇺Australia darvanen Sydney, Australia

    @ptmkenny my experience with maintaners has been that they like to have all tests passing before committing anything, though that may be more prevalent in core than contrib.

    Apologies for overriding your work so soon after it was submitted, I should have looked at the timestamp, I was just trying to help.

    I'm happy to split out the the work into separate issues, I just don't want to be seen as credit-gaming.

  • 🇦🇺Australia darvanen Sydney, Australia

    Oh I didn't answer the first question:

    I disabled the phpcs so that a follow-up could be made to turn the test on and fix the errors in a separate issue. That way the test suite in use runs green by default making it easy to spot problems in MRs. If we don't fix the other tests in this issue I'd recommend doing the same thing with those.

  • Pipeline finished with Success
    about 2 months ago
    Total: 128s
    #162119
  • 🇯🇵Japan ptmkenny

    @darvanen Thanks for responding. The GitLab CI template is configured so that the icon on MRs is still green even if phpcs fails; to see the phpcs failures, you have to click the GitLab CI icon and look at the details of the tests. In fact, only phpunit failures will result in a red icon; otherwise, you get green. So there is no no reason to fix all the tests in a single issue to see green; only the unit tests have to pass.

    For this reason, I have re-enabled the phpcs test as I think the information is useful for people who are evaluating the module. I also created a separate issue, 📌 Fix coding standards issues Active .

  • 🇯🇵Japan ptmkenny

    @darvanen Thank you for fixing the tests; I'm happy to see more problems get fixed, and don't mind at all to see you add to the MR.

  • Pipeline finished with Skipped
    about 2 months ago
    #162543
    • ptmkenny committed b427c71c on 8.x-2.x
      Issue #3442057 by ptmkenny, darvanen: Add GitLab CI template
      
  • Status changed to Fixed about 2 months ago
  • 🇯🇵Japan ptmkenny

    Thanks for your help @darvanen, I am now a maintainer and will get a D10 + D11 releases done.

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

Production build 0.69.0 2024