Merge pull request #2168 from arithx/ci_pxe_offline

ci: add pxe-offline-install testiso scenario
This commit is contained in:
OpenShift Merge Robot 2020-08-13 16:43:38 +02:00 committed by GitHub
commit ab95c0264c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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'