The default disk size wasn't big enough and the container image build would fail with "no space left on device". Increase it to 20GB which should be enough space.
Signed-off-by: Ales Musil <[email protected]> --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 4e0344eb7..9cf2a46d6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,6 +4,7 @@ compute_engine_instance: architecture: arm64 platform: linux memory: 4G + disk: 20 # Run separate task for the image build, so it's running only once outside # the test matrix. -- 2.52.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
