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
5 changes: 3 additions & 2 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
cosaPod(buildroot: true) {
checkout scm

fcosBuild(make: true)
// we don't need the qemu image to test coreos-installer; just the OSTree
fcosBuild(make: true, skipKola: true, extraArgs: 'ostree')

stage("Build metal+live") {
shwrap("cd /srv/fcos && cosa build metal")
shwrap("cd /srv/fcos && cosa buildextend-metal")
shwrap("cd /srv/fcos && cosa buildextend-metal4k")
// Compress once
shwrap("cd /srv/fcos && cosa buildextend-live")
Expand Down