Sign inSign up

mato/solo5-builder

By mato

Updated over 5 years ago

Solo5 CI (builder)

Image
0

509

mato/solo5-builder repository overview

Solo5 CI

This repository contains the build recipes / instructions for the surf-build CI used for Solo5.

Our CI system has somewhat atypical requirements, since in order to run the end-to-end tests we need access to hardware virtualization extensions. This is achieved by running on bare metal and using nested KVM (for x86_64) or a suitably privileged Docker container (for aarch64).

The "master" driver script can be found at solo5-vm-build.sh, this relies on surf-build to watch the Solo5 repository for new or updated PRs and push build status to Github, with build logs uploaded as a Gist (click on the "Details" link beside each builder's status). The system further depends on vm for the KVM management infrastructure.

The following builders are currently running:

Builder nameOS/TypeCompilerContactNotes
00-info(meta, used by CI system for overall progress)
10-basic-x86_64-Debian10Debian 10.x, Nested KVMGCC 8.3.0@mato
11-basic-x86_64-FreeBSD11FreeBSD 11.x, Nested KVMClang 8.0.0@mato
12-basic-aarch64-Debian10Debian 10.x, Docker (Dockerfile)GCC 8.3.0@mato
13-basic-x86_64-OpenBSD66OpenBSD 6.6, Nested KVMClang 8.0.1@mato
14-basic-x86_64-FreeBSD12FreeBSD 12.x, Nested KVMClang 8.0.1@mato
15-basic-x86_64-OpenBSD67OpenBSD 6.7 beta, Nested KVMClang 8.0.1@mato
16-basic-x86_64-Debian11Debian bullseye/testing, Nested KVMGCC 10.2.1@mato
20-e2e-x86_64-Debian10Debian 10.x, Nested KVMGCC 8.3.0@matoRuns Mirage/Solo5 E2E tests using https://github.com/mato/e2e-mirage-solo5/; temporarily disabled, needs some TLC

Tag summary

Content type

Image

Digest

Size

244.5 MB

Last updated

over 5 years ago

docker pull mato/solo5-builder:x86_64-Debian9-gcc630