Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ cosaPod(buildroot: true) {
stage("Build metal+live") {
shwrap("cd /srv/fcos && cosa build metal")
shwrap("cd /srv/fcos && cosa buildextend-metal4k")
// Compress once
shwrap("cd /srv/fcos && cosa buildextend-live")
shwrap("cd /srv/fcos && cosa compress --artifact=metal --artifact=metal4k")
}
stage("Test ISO") {
shwrap("cd /srv/fcos && kola testiso -S")
shwrap("cd /srv/fcos && kola testiso -SP --qemu-native-4k")
// No need to run the iso-live-login scenario (in theory, and also right
// now it's buggy)
shwrap("cd /srv/fcos && kola testiso -S --scenarios pxe-install,iso-install")
shwrap("cd /srv/fcos && kola testiso -S --scenarios iso-install --qemu-native-4k")
}
}