CI: Bump size of Swift device

The kayobe-tox-ansible job is failing in the swift-block-devices role
while formatting the Swift block devices as XFS. The error comes from a
change in xfsprogs [1]:

    Filesystem must be larger than 300MB.

Bump size of backing file to fix the job.

Also make the kayobe-tox-molecule job non-voting as it is currently
broken.

[1] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?id=6e0ed3d19c54603f0f7d628ea04b550151d8a262

Change-Id: Id04e7cfff80c42ce48e5ef2a98cd26c6af0220b9
This commit is contained in:
Pierre Riteau 2024-12-11 09:32:54 +01:00
parent 3c178846a4
commit 3a92663765
3 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@
register: tempfile
- name: Allocate a fake device file
command: fallocate -l 32M {{ tempfile.path }}
command: fallocate -l 350M {{ tempfile.path }}
- name: Find a free loopback device
command: losetup -f

View File

@ -10,7 +10,7 @@
register: tempfile
- name: Allocate a fake device file
command: fallocate -l 32M {{ tempfile.path }}
command: fallocate -l 350M {{ tempfile.path }}
- name: Find a free loopback device
command: losetup -f

View File

@ -13,7 +13,8 @@
files: THIS-JOB-IS-DISABLED
- kayobe-tox-ansible-syntax
- kayobe-tox-ansible
- kayobe-tox-molecule
- kayobe-tox-molecule:
voting: false
- kayobe-overcloud-rocky9
- kayobe-overcloud-centos9s
- kayobe-overcloud-ubuntu-noble
@ -41,7 +42,7 @@
files: THIS-JOB-IS-DISABLED
- kayobe-tox-ansible-syntax
- kayobe-tox-ansible
- kayobe-tox-molecule
#- kayobe-tox-molecule
- kayobe-overcloud-rocky9
- kayobe-overcloud-ubuntu-noble
- kayobe-overcloud-tls-rocky9