Merge pull request #2028 from cgwalters/ci-test-upgrades

ci: Test kola --upgrades
This commit is contained in:
OpenShift Merge Robot 2020-03-13 19:18:40 +01:00 committed by GitHub
commit 94ccbcca5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@ parallel fcos: {
shwrap("cosa kola run --basic-qemu-scenarios")
}
}
stage("FCOS upgrades") {
timeout(time: 30, unit: 'MINUTES') {
shwrap("""
cosa kola --upgrades --no-test-exit-error
tar -cf - tmp/kola-upgrade | xz -c9 > kola-run-upgrade.tar.xz
""")
archiveArtifacts "kola-run-upgrade.tar.xz"
}
}
}
},
buildopts: {