Problem/Motivation
Since a while, core's CI cache warming job is not working.
Maybe this is due to jobs failing/ending with warnings on commit.
Artifacts, by default, are uploaded only on successful run: https://docs.gitlab.com/ci/yaml/#artifactswhen
Proposed resolution
Try adding "when: always" to artifacts upload.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3546545
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:
- 3546545-ci-add-when
changes, plain diff MR !13221
Comments
Comment #3
mondrakeComment #4
smustgrave commentedSeems straight forward enough
Comment #5
mondrakeAdding some echo that would help later debugging
Comment #6
mondrakeDone #5. Given this issue is more exploratory of CI internals than having a real impact, think I can re-RTBC this.
Comment #7
catchLet's give it a try. Committed/pushed to 11.x, thanks!
Comment #10
mondrakenot pushed
Comment #12
catchNow pushed.