Anil Madhavapeddy
Anil Madhavapeddy
There have been a few requests in recent years for a more "active" bot for various repository actions to be triggered via a GitHub comment. The current requests are: -...
Once #19 is completed and the new opam.ocaml.org servers are stable, we need to start on merging opam.ocaml.org and ocaml.org/p and finishing the consolidation. Some low hanging fruits first: -...
As part of the process to reduce our emissions resulting from the ocaml.org infrastructure, we need to first systematically track and measure each service. This issue tracks progress towards _determining_...
Now that we have an infra.ocaml.org blog on this repository, it would be good if significant changes to live CI infrastructure could be occasionally rounded up (say, once a quarter,...
Going through the old list of tasks [here](https://github.com/ocaml/infrastructure/wiki/Infrastructure-Change-Tracking#migrate-opamocamlorg). There is one item we talked about, moving the https://hub.docker.com/r/ocurrent/opam.ocaml.org images into official ocaml ops account. If we did this a few...
The lists.ocaml.org service is [temporarily sunsetted](https://discuss.ocaml.org/t/lists-ocaml-org-service-temporarily-sunsetted/8692), but it would be good to bring it back, especially for infrastructure-related requests. This is related to #15 and restoring inbox.ocaml.org, which also needs...
Right now older distributions such as Ubuntu 15.10 are simply not rebuilt, but the relevant tags are not deprecated. The effect is that it is invisibly possible to depend on...
Right now, we use the [default Buildkite queue](https://buildkite.com/docs/agent/v3/queues) for every job in the infrastructure. A big bulk build will use up all the slots for an architecture, resulting in everything...
The current dashboard display requires an ANSI and Unicode tty due to the use of colours. This is not optimal for several reasons: - it makes it difficult to use...
The `opam-ci logs` command currently outputs a Dockerfile which has to be manually cut-and-pasted and built. Instead, this functionality should be shifted into an `opam-ci docker` subcommand which can: ```...