Dependency issues following !2000
Seems there may be some dependency issues in CI after the merge of !2000 (merged), after this had been merged I rebased a development branch where I've been working on some changes to the EL7 docker container and added [ci docker]
to the commit log to enable docker builds to verify that my changes worked as expected. The pipeline failed with an invalid yaml error:
https://git.ligo.org/adam-mercer/lalsuite/-/pipelines/468400
The TLDR is that it's complaining that the rpm
, deb
, and koji
jobs aren't available. A workaround is to also enable these with the appropriate entries in the commit log but I feel that the [ci docker]
should enable all the required jobs.
/cc @karl-wette