1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 15:45:47 +01:00

3 Commits

Author SHA1 Message Date
Paul Holzinger
86a48262aa ci: ensure tree is clean after build
To ensure Cargo.lock or other files that are committed are not modified
by the build in CI.

Fixes: #1226

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-04-23 15:07:16 +02:00
Chris Evich
6088f1b790 Cirrus: Add EC2 support to get_ci_vm
Signed-off-by: Chris Evich <cevich@redhat.com>
2022-08-26 14:16:40 -04:00
Chris Evich
3a7fa9c74a Cirrus: Switch CI onto VMs from containers
Prior to this commit, CI ran entirely in a container environment.  This
was very much less than ideal, since actual network/firewall
manipulations could not be exercised.  With this commit, everything will
execute on the same VM images and image-build workflow used by all the
other containers-org project automations.

Note: Given all other projects generally use golang, the VM images here
are *NOT* tailored to a rust project.  Unfortunately that means
performing runtime updates/installs and using cache to reduce the dnf
repo. Metadata/package downloading.  These aspects can be removed once
dedicated netavark VM images are realized and implemented in a future
commit.

Signed-off-by: Chris Evich <cevich@redhat.com>
2021-11-24 13:28:48 -05:00