From e58af896fe32fe07b48359bd7a5e419a942bb6d4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 29 Sep 2023 16:29:07 -0400 Subject: [PATCH] ci: Test fast tracking virtiofsd Let's see if this unbreaks our CI. --- .cci.jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 12eaed3d..df7a1a9b 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -36,6 +36,8 @@ cosaPod(runAsUser: 0, memory: "4608Mi", cpu: "4") { stage("Build FCOS") { checkout scm unstash 'build' + // Fast track https://bodhi.fedoraproject.org/updates/FEDORA-2023-5041615f94 + shwrap("sudo dnf -y update https://kojipkgs.fedoraproject.org//packages/virtiofsd/1.7.0/5.fc38/x86_64/virtiofsd-1.7.0-5.fc38.x86_64.rpm") // Note that like {rpm-,}ostree we want to install to both / and overrides/rootfs // because bootupd is used both during the `rpm-ostree compose tree` as well as // inside the target operating system.