ci: add pxe-offline-install testiso scenario
authorStephen Lowrie <stephen.lowrie@gmail.com>
Tue, 11 Aug 2020 05:02:12 +0000 (00:02 -0500)
committerStephen Lowrie <stephen.lowrie@gmail.com>
Tue, 11 Aug 2020 05:02:12 +0000 (00:02 -0500)
.cci.jenkinsfile

index 79425a494a36125f8fdc369de35ea22cdb2cf5e1..add8c35ab2bebc3539955491e70bafa6e11038bf 100644 (file)
@@ -87,7 +87,7 @@ parallel fcos: {
     stage("Test") {
       parallel metal: {
         try {
-          shwrap("kola testiso -S --scenarios pxe-install,iso-offline-install --output-dir tmp/kola-testiso-metal")
+          shwrap("kola testiso -S --scenarios pxe-install,iso-offline-install,pxe-offline-install --output-dir tmp/kola-testiso-metal")
         } finally {
           shwrap("tar -cf - tmp/kola-testiso-metal/ | xz -c9 > ${env.WORKSPACE}/kola-testiso-metal.tar.xz")
           archiveArtifacts allowEmptyArchive: true, artifacts: 'kola-testiso*.tar.xz'