1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
[X] multi-architecture support
[X] debci-collector: display architecture and suite in "results received" log messages
[X] debci batch: display architecture and suite in "requested/skip" log messages
[X] add status page for architecture-specific failures
: i.e. a package fails in some architectures and passes on others
[_] UI improvements
[_] reduce size of JSON data download for search in home page
[X] reduce size of JSON data download for charts in status page
[_] qemu support
[_] add qemu backend
[_] test qemu
[_] test qemu on arm64
[_] add mechanism for overriding the backend for specific packages at submission time
[_] automatically override backend for packages that require isolation-machine
: e.g. find /var/lib/debci/data/packages -name latest-autopkgtest -exec zgrep
: -l SKIP.*machine.*isolation '{}/log.gz' ';' (should this go into the
: Debian CI config, or as a postprocessing step in debci-generate-index?)
: if handled in debci-generate-index, we might re-enqueue the package
: right away
[_] add a postrm to remove all traces on package purge
[_] remove data directory
[_] QA
[_] list packages with longest test durations
[_] status: list "slow" packages (i.e. duration > 1h)
[_] Dependency chain changes incorrect (#812856)
|