Results 99 issues of Thomas Leonard

Test case: ``` let open Examples.Api.Builder in let p = Payload.init_root () in let content = Payload.content_get p in Payload.cap_table_init p 1 |> ignore; TestArgs.params_init content 1 |> ignore; Alcotest.(check...

> By providing such key concurrent runtime facilities in scheduler independent form we can have an ecosystem of interoperable libraries, multiple schedulers, and avoid unnecessary community split. The basic problem...

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...

I've moved all the Docker services from the old deployer on toxis to the new one on ci3. The only thing the old service is still doing is deploying the...

(originally reported at https://github.com/ocurrent/solver-service/issues/74#issuecomment-1751679323 by @patricoferris) The web UI is currently showing "500 Oops! Internal Server Error" for lots of jobs ([example](https://ocaml.ci.dev/github/ocaml-multicore/eio/commit/69c622fa0184606164bfbb6a257768c87d2a9d29/variant/%28analysis%29)). Looking at the logs, it seems that it...

type/bug

If you re-build a successful run, you probably want to try the tests again (to see if they're flaky). We should probably remove the last line from the generated Dockerfile...

type/enhancement

There's some discussion on https://discuss.ocaml.org/t/ocaml-org-recapping-2022-and-queries-on-the-fediverse/11099/22 about saving energy for the cluster. I suggest removing the lint-doc stage. This is run for every single commit currently, and doesn't do anything (it...

context/discussion

This is just a hack to test Eio. It's using Eio versions of cohttp and capnp-rpc. The Prometheus library is still lwt, and it uses lwt_eio for that. Note: there...

When OCaml 4.10.1 was released, the PPC base image got updated before the x86 one. However, the CI assumes that the compiler version opam var from the x86 image will...

type/bug

It's possible to run out of metadata space on btrfs even when there's still plenty of data space. When this happens, it may be possible to rebalance to move some...