Merge pull request #2029 from jlebon/pr/upgrade-tests

ci: use `fcosKola` for running kola tests
This commit is contained in:
OpenShift Merge Robot 2020-03-13 21:53:04 +01:00 committed by GitHub
commit 2d901957b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,20 +77,7 @@ parallel fcos: {
coreos-assembler build
""")
}
stage("FCOS basic") {
timeout(time: 30, unit: 'MINUTES') {
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"
}
}
fcosKola("${env.WORKSPACE}")
}
},
buildopts: {