Mark Elvers

Results 107 comments of Mark Elvers

The background rebuild of the RAID disk could be a contributing factor at the moment.

Yes, the docs site was completely regenerated.

I note that the solver service, which @talex5 has recently improved, is now very fast. It would be great to get docs.ci.ocaml.org to use it.

The primary advantage is that the configuration of the service/application sits within the application repository rather than in a configuration repository. The `docker-compose.yml` file can be used (as a template)...

Thank you for your insight here. I really appreciate it. Switching from `docker service update` to `docker stack deploy` and using a file `stack.yml` in the repository seems like a...

This is currently using FreeBSD 13.2. It's using 13.2 because that was the current release when this was set up, and we have only done patch release updates since then....

I think the issue here is the way the exception is being handled by Lwt in Opam-repo-ci. The failure in the job report is `OpamPp.Bad_format` which correctly indicates that the...

In the last 60 days, there have been two other occurrences. ``` 2024-06-14 02:45.40: New job: Analyse 2024-06-14 02:45.40: Checking out commit df8435e8. To reproduce: git clone --recursive "https://github.com/ocaml/opam-repository.git" &&...

These tests only fail for projects which use [capnproto](https://capnproto.org) as that is the outdated package. Therefore, I do not think we should disable the test as it will work on...

This might occasionally make the rebuild work where it previously failed, but on the whole, this would be a significant performance hit. Better to try to detect the issue on...