Page MenuHomeFreeBSD

Cirrus-CI: Run makeman script
ClosedPublic

Authored by brooks on Apr 18 2023, 9:46 PM.
Tags
None
Referenced Files
F171144861: D39682.diff
Wed, Sep 9, 12:03 AM
Unknown Object (File)
Sun, Sep 6, 8:56 AM
Unknown Object (File)
Sat, Sep 5, 12:26 PM
Unknown Object (File)
Sat, Sep 5, 11:00 AM
Unknown Object (File)
Sat, Sep 5, 2:32 AM
Unknown Object (File)
Sat, Sep 5, 12:03 AM
Unknown Object (File)
Fri, Sep 4, 9:17 PM
Unknown Object (File)
Thu, Sep 3, 6:57 PM
Subscribers

Details

Summary

Run makeman and verify that src.conf.5 has been updated if
required and that there are no missing definition files.

Sponsored by: DARPA

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51027
Build 47918: arc lint + arc unit

Event Timeline

emaste added inline comments.
.cirrus.yml
68

what do you think about putting these into a one _script, e.g. generated_files_script?

This revision is now accepted and ready to land.Apr 18 2023, 10:04 PM
.cirrus.yml
68

I don't think individual scripts have measurable cost and this makes it immediately clear what failed in the detailed view. I'd could combine them if there's a cost.

I wish Cirrus had a way to allow scripts to fail and let the overall job continue with a final error...

.cirrus.yml
68

I don't think there's a cost per se, just that there will be a lot more small steps in the results. Not a big deal.

We could suggest Cirrus-CI add a script deferred failure option. It has allow_failures already, but I think that ignores the failure altogether.

https://cirrus-ci.org/guide/writing-tasks/#failure-toleration

This revision was automatically updated to reflect the committed changes.