Problem/Motivation
Add CI/CD GitLab pipeline.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork iconset-3518854
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
Comment #4
bluegeek9 commentedComment #5
lemming commentedThanks for suggesting this.
I need read the documentation on the settings that they have provided for the CI/CD process since they moved away from providing the DrupalCI testing processes.
Do you happen to know what the triggers are for testing with this CI/CD configuration? Previously there was the ability to retest based on a schedule (i.e. Weekly) and set the DB & Drupal versions to run the tests with.
Does this only trigger on code pushes and deploys? New version of Drupal core releases?
Comment #6
bluegeek9 commentedThe pipeline runs with every MR.
In gitlab you can configure a test schedule. I recommend testing weekly.
https://git.drupalcode.org/project/iconset/-/pipeline_schedules
Comment #8
lemming commented