Skip to content

Commit cf75e14

Browse files
authored
Merge pull request #987 from HuijingHei/fix-ci
ci: fix failed ci workflow
2 parents f0fcca8 + 7c7591f commit cf75e14

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.cci.jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ cosaPod(runAsUser: 0, memory: "7168Mi", cpu: "4") {
5656
rmdir insttree
5757
cosa fetch
5858
cosa build
59+
cosa osbuild qemu
5960
cosa osbuild metal4k
6061
""")
6162
}
@@ -71,7 +72,7 @@ cosaPod(runAsUser: 0, memory: "7168Mi", cpu: "4") {
7172
}
7273
stage("Kola testing") {
7374
// The previous e2e leaves things only having built an ostree update
74-
shwrap("cosa build")
75+
shwrap("cosa build && cosa osbuild qemu")
7576
// bootupd really can't break upgrades for the OS
7677
kola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.*bootupd*", skipUpgrade: true, skipBasicScenarios: true)
7778
}

ci/prow/fcos-e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ export COSA_SKIP_OVERLAY=1
66
cosa init --force https://github.com/coreos/fedora-coreos-config/
77
cosa fetch
88
cosa build
9+
cosa osbuild qemu
910
cosa kola run --qemu-firmware uefi 'ext.bootupd.*'

tests/e2e-update/e2e-update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if test -z "${e2e_skip_build:-}"; then
5454
# Version from F42 prior to GA
5555
add_override grub2-2.12-26.fc42
5656
runv cosa build
57+
runv cosa osbuild qemu
5758
prev_image=$(runv cosa meta --image-path qemu)
5859
# Modify manifest to include `test-bootupd-payload` RPM
5960
runv git -C src/config checkout manifest.yaml # first make sure it's clean

0 commit comments

Comments
 (0)