- Issue created by @sleitner
- 🇪🇸Spain fjgarlin
The extension comes from the base image utilized: https://git.drupalcode.org/project/drupalci_environments/-/blob/dev/php/...
Note that you can use different images if wanted: https://project.pages.drupalcode.org/gitlab_templates/info/customization...
You could also manipulate packages / extensions in the “before_script” section of the job: https://project.pages.drupalcode.org/gitlab_templates/info/customization...
I don’t think we need to do anything in the templates for this case. Hopefully the above links will help you achieve what you need.
- 🇩🇪Germany sleitner
I don’t think we need to do anything in the templates for this case. Hopefully the above links will help you achieve what you need.
An automated test for both cases is a precondition for the merge of this kind of core issue. Maybe an addional image is necessary for the additional test.
- 🇪🇸Spain fjgarlin
I’m still unsure about what gitlb_templates can do for it. We don’t provide tests for contrib modules.
The above mechanisms (use a different image, install/uninstall extensions via before_script) should help any maintainer with this.
If a new image might be needed then “drupalci_environments” is the project, but i don’t think that we’ll be creating images with really small package variations when they can be manipulated in “before_script” sections.
You link a core issue, so we should probably wait for resolution there and see if anything is needed.
Can you explain what you think that could be done in this project?