In gitlab CI, our jobs: * Typically fail because the default pipeline doesn't cope with unfinalised changelogs. * Take an unreasonable length of time because they run a fully-formal autopkgtest. * Don't test every commit, which they ideally should. Ian.
I wrote: Things are not so bad now, but they're still not ideal. We now run the complete test suite in the in-tree mode. We have disabled the affected jobs. We have disabled this job. It might still be nice to do that, but it may be too slow. It would also possibly involve importing rust-maint-common as a git-subtree, since that's where my favourite script for doing this is. Ian.