- Issue created by @tedbow
- Merge request !1030Issue #3426716 Update .gitlab-ci.yml file to turn off CI_DEBUG_SERVICES β (Open) created by tedbow
- πΊπΈUnited States tedbow Ithaca, NY, USA
repurposing this. There most have been some change outside the project because the scheduled job now fails
- Merge request !1031Issue #3426716 switch to recommend gitlab templates ref β (Open) created by tedbow
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 12:43pm 11 March 2024 - πͺπΈSpain fjgarlin
#3426277: [phpunit_concurrent] Pass parallel options from Gitlab job to run-test β introduced an unexpected bug (now reverted).
MR 1031, which is now empty, is running as expected https://git.drupalcode.org/issue/automatic_updates-3426716/-/pipelines/1...So the main project should be back to normal. Sorry for the disruption but also, thanks for trying "main". That help us a lot when rolling out features that might contain unexpected bugs.
I set it as "Needs review", but there is really nothing to merge as things should now be back to normal.
- Status changed to Closed: outdated
about 1 year ago 3:52pm 11 March 2024 - π¬π§United Kingdom jonathan1055
Hi tedbow,
Is there still a reason for your project to have CI_DEBUG_SERVICES enabled? I'd like to test your project with enhancements from #3426136: Execute CSPELL in project root folder and make fixing words easier β because you already have an existing .cspell.json file and had used it in your DrupalCI (way before we got the cspell gitlab pipeline job for contrib projects). The cpsell job ends in amber warning but I can't tell why because currently I am not allowed to view your pipeline job logs.I could request read access to MR1030 and re-use that one https://git.drupalcode.org/project/automatic_updates/-/merge_requests/1030 as that is still open. That may allow me to at least see the logs for this MR.
- π¬π§United Kingdom jonathan1055
I re-used MR1030 so I could see the current state of the cspell job - it fails
https://git.drupalcode.org/issue/automatic_updates-3426716/-/pipelines/1...Now updated to use the gitlab_templates MR 155 and no other cspell changes - your job passes :-)
https://git.drupalcode.org/issue/automatic_updates-3426716/-/pipelines/1...I also noticed that you have accidentlally omitted the
.skip-phpunit-rule
so that even when trying toSKIP_PHPUNIT:1
for efficiency the job still ran. You may like to commit those little changes, so that you can skip all phpunit jobs when you want to.