Open JasonGross opened 2 years ago
Sorry for reacting so late.
These jobs (from a pipeline on the base branch) do not have artifacts because they were skipped (although I do not know why they got skipped by GitLab CI, but this might be related to this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/217129).
Should we make the minimizer more robust to this situation?
I suspect it's related to build:base getting restarted from "runner system failure"
This explanation would make a lot of sense because there is a good match between which job was skipped and which job depends on build:base
in this screenshot:
However, outside this screenshot there are several other jobs that depend on build:base
and yet were not skipped, so there might be an additional factor at stake.
@Zimmi48 do you know what's up with the following failures?
Originally posted by @JasonGross in https://github.com/coq/coq/issues/15518#issuecomment-1018009004