ansible-collections / community.sops

Simple and flexible tool for managing secrets
https://galaxy.ansible.com/ui/repo/published/community/sops/
GNU General Public License v3.0
76 stars 22 forks source link

CI: make sure that Arch images are updated first #166

Closed felixfontein closed 1 year ago

felixfontein commented 1 year ago

Hopefully fixes nightly CI failures (https://github.com/ansible-collections/community.sops/actions/runs/6609135034). These most likely stem from Arch upgrading sops to 3.8.1, while the Arch Docker image is from 23 hours ago when sops still was at 3.8.0.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b8af869) 66.16% compared to head (02228f8) 66.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #166 +/- ## ======================================= Coverage 66.16% 66.16% ======================================= Files 12 12 Lines 990 990 Branches 231 231 ======================================= Hits 655 655 Misses 255 255 Partials 80 80 ``` | [Flag](https://app.codecov.io/gh/ansible-collections/community.sops/pull/166/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/ansible-collections/community.sops/pull/166/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `65.06% <ø> (ø)` | | | [sanity](https://app.codecov.io/gh/ansible-collections/community.sops/pull/166/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `22.82% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

felixfontein commented 1 year ago

(This is similar to what we do in community.general. In fact I copied most of its setup_pkg_mgr setup role.)