File: TODO.otl

package info (click to toggle)
debci 3.13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,656 kB
  • sloc: ruby: 6,516; sh: 2,437; javascript: 100; makefile: 92; perl: 11
file content (25 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download | duplicates (2)
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)