- Issue created by @jonathan1055
- Issue was unassigned.
- 🇬🇧United Kingdom jonathan1055
The initial pipeline, totally un-customised, did run the phpunit job (which is good)
https://git.drupalcode.org/issue/ckeditor5_paste_filter-3433169/-/pipeli...Adding the new job
yarn:
job as per the other issue. The phpunit job is still not run (which is also good).
https://git.drupalcode.org/issue/ckeditor5_paste_filter-3433169/-/pipeli...So could it have been something with the way MR2 was created and run, compared to MR7?
- 🇬🇧United Kingdom jonathan1055
Looking at the pipeline from MR2 which did run the phpunit job
https://git.drupalcode.org/project/ckeditor5_paste_filter/-/pipelines/12...This pipeline was run on 20th March and I noticed that it did not have a cspell job. However, the cspell job was added to gitlab pipelines and made available to everyone using the 'default-ref' on 4th March - see https://app.slack.com/client/T06GX3JTS/CGKLP028K
So this implies that somehow the pipeline configuration being used for this project in MR2 is either locked to an old one, or cached or something, and that would totally explain why the phpunit change did not work.
- 🇬🇧United Kingdom jonathan1055
Added the gitlab_templates issue for reference
#3419008: Add logic to avoid running PHPUNIT if the project has no phpunit tests → - 🇬🇧United Kingdom jonathan1055
I've changed this MR7 to test the eslint problem, using MR223 from #3438843: Problem with eslint extends →