Skip to content

Commit

Permalink
ci: add offline testing
Browse files Browse the repository at this point in the history
This turns on CI testing for the offline path (via osmet). In the
future, we will drop `--osmet` entirely since it'll always be on. (And
similarly, the `iso-offline-install` might become the same thing as
`iso-install` so we might be able to drop it entirely.)

See coreos/coreos-assembler#1244.
  • Loading branch information
jlebon committed Apr 30, 2020
1 parent 61f089a commit 82a0a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ cosaPod(buildroot: true) {
shwrap("cd /srv/fcos && cosa buildextend-metal")
shwrap("cd /srv/fcos && cosa buildextend-metal4k")
// Compress once
shwrap("cd /srv/fcos && cosa buildextend-live")
shwrap("cd /srv/fcos && cosa buildextend-live --osmet")
shwrap("cd /srv/fcos && cosa compress --artifact=metal --artifact=metal4k")
}
stage("Test ISO") {
// 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 pxe-install,iso-install,iso-offline-install")
shwrap("cd /srv/fcos && kola testiso -S --scenarios iso-install --qemu-native-4k")
}
}

0 comments on commit 82a0a89

Please sign in to comment.