From cc526a98a47f7b048883d97b3e311fc15127195c Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Sat, 12 Mar 2022 00:42:13 +0000 Subject: [PATCH] Make mkfs.xfs available on OpenLab's CI environment Since 0d0b2bd4f, devmapper snapshotter needs mkfs.xfs to run all tests. Signed-off-by: Kazuyoshi Kato --- .zuul/playbooks/containerd-build/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul/playbooks/containerd-build/integration-test.yaml b/.zuul/playbooks/containerd-build/integration-test.yaml index 2d249b794..c9c030fa5 100644 --- a/.zuul/playbooks/containerd-build/integration-test.yaml +++ b/.zuul/playbooks/containerd-build/integration-test.yaml @@ -11,7 +11,7 @@ set -xe set -o pipefail apt-get update - apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof gperf apparmor + apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof gperf apparmor xfsprogs go version chdir: '{{ zuul.project.src_dir }}'