- Issue created by @acbramley
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Per #3325551-121: Add "Disable image resize" setting to image fields β , the exception case for
typesInUse
should be expanded forobjectPropertyPathsFullyValidatable
. Because that percentage decreases too (and hence triggers a job failure) for core changes that add a new (validatable!) property path to a config object that is itself not yet fully validatable β because the total set of object property paths increases and hence the percentage of fully validatable property paths decreases, even if this definitely did not worsen the situation.Fixed that in the MR.
- Merge request !7300Decreases in `objectPropertyPathsFullyValidatable` do not indicate a regression. β (Open) created by wim leers
- πΊπΈUnited States dww
Dunno if this is the right spot to fix it, but this job seems to be consistently failing now due to composer not being able to find a compatible version of
drush/drush
to install. E.g. https://git.drupalcode.org/issue/drupal-1383696/-/jobs/1255858Your requirements could not be resolved to an installable set of packages. ...
I briefly searched the queue and this was the only issue that seems close. Should we handle this drush incompatibility separately, or here?
Thanks,
-Derek - π«π·France andypost
Let's add
when: manual
to the job until drush is fixed https://docs.gitlab.com/ee/ci/jobs/job_control.html