Skip to content

Commit

Permalink
Merge pull request #539 from cgwalters/fast-track-virtiofsd
Browse files Browse the repository at this point in the history
ci: Test fast tracking virtiofsd
  • Loading branch information
cgwalters committed Sep 29, 2023
2 parents d5dccfd + e58af89 commit ab1516e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab1516e

Please sign in to comment.