You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I missed this. Yes, this breaks the minimizer setup (as in, it will probably rebuild all the dependent CI developments from scratch in order to run the minimizer, and be quite slow). The checks tab summary (e.g., this) for each job will now need to report all dependent artifacts that are downloaded for each job, and we need to parse this information a la
Probably the format we want is something like "This job ran on the Docker image ..., depended on the build job ... with OCaml ..., and on the non-build jobs ..." and then we can parse out the last bit as an optional string, split on , , strip backticks, partition_map (or try Some (map (fun job -> Option.get (extract_artifact_url job summary)) jobs) with Invalid_argument -> None).
Sorry, I missed this. Yes, this breaks the minimizer setup (as in, it will probably rebuild all the dependent CI developments from scratch in order to run the minimizer, and be quite slow). The checks tab summary (e.g., this) for each job will now need to report all dependent artifacts that are downloaded for each job, and we need to parse this information a la
bot/src/actions.ml
Lines 911 to 917 in 1d7655f
bot/src/actions.ml
Lines 960 to 961 in 1d7655f
Originally posted by @JasonGross in coq/coq#19926 (comment)
The text was updated successfully, but these errors were encountered: