From 0ce64ac2cedfc230c07a1e944e6bc6d24ed72896 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 1 Oct 2021 13:38:51 -0400 Subject: [PATCH] ci: Don't run basic scenarios We're downgrading to an old grub2 build that is broken, so we can't actually boot uefi after doing our hacks. The correct thing here is to change bootupd CI to generate synthetic RPMs instead of downloading old builds. Will do that at some point... --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 4d84b080..2d433ad9 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -65,7 +65,7 @@ cosaPod(runAsUser: 0, memory: "3072Mi", cpu: "4") { // The previous e2e leaves things only having built an ostree update shwrap("cosa build") // bootupd really can't break upgrades for the OS - fcosKola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.*bootupd*", skipUpgrade: true) + fcosKola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.*bootupd*", skipUpgrade: true, skipBasicScenarios: true) } } finally { archiveArtifacts allowEmptyArchive: true, artifacts: 'tmp/console.txt'