]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release: Add an image for CI
authorEmmanuel Vadot <manu@FreeBSD.org>
Mon, 2 Nov 2020 21:10:49 +0000 (21:10 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Mon, 2 Nov 2020 21:10:49 +0000 (21:10 +0000)
commitea07005137182d6fea2d5cc6967ddaa4a5bdbd5d
treec0c6b4c6683748651b26dec552a2f6b2e41c7705
parent268f7e2539423be15d107fb102033958871fcd66
release: Add an image for CI

A lot of projects CI can't do FreeBSD tests currently.
The main reason is that the project CI infrastructure is runned on Linux
and that our images aren't modifiable from a Linux hosts.
Add a basic image specific for this case (called BASIC-CI for a lack of a
better name).
The image have no package pre-installed.
It only have a few modification to have dhcp client runned on the default
interface and sshd started with option to be able to log on without a password
as root.

Sponsored by: The FreeBSD Foundation

Reviewed by: re (gjb@)
Differential Revision: https://reviews.freebsd.org/D25598
release/Makefile.vm
release/tools/basic-ci.conf [new file with mode: 0644]