opam-repo-ci icon indicating copy to clipboard operation
opam-repo-ci copied to clipboard

Issues from original meta PR on integrating opam-repo-ci with ocaml-ci

Open talex5 opened this issue 3 years ago • 0 comments

Moved from https://github.com/ocurrent/ocaml-ci/pull/192. List probably needs updating and/or splitting into separate issues.

  • [ ] Create an archive cache service / Remove buildkit
  • [ ] Add a way to get the revdeps in the solver (opam-ci currently uses opam list)
  • [ ] Make the client API return a tree-like structure for statuses. This allows easier citty support. (opam-ci currently reconstructs the tree in the web-ui service, see https://github.com/ocurrent/ocaml-ci/pull/155)
  • [X] Check the merge commit for PRs instead of the branch HEAD (opam-ci currently merges by hand in each docker build)
  • [ ] Dealing with failed states better (see https://github.com/ocurrent/ocurrent/issues/181)

talex5 avatar Nov 29 '20 12:11 talex5