Skip to content

ci: refresh with latest 'lcitool manifest'

Daniel P. Berrangé requested to merge berrange/nbdkit:ci-refresh into master

Two major changes

  • There are no longer separate 'prebuilt' and 'local' jobs. The rules dynamically decide whether to use a prebuilt container or not.

  • The cirrus job can dynamically substitute env variables so the local override of the cirrus job can go away. This fixes the running of cirrus jobs in merge requests due to the outdated rules in the local override.

Merge request reports