ci: Test kola --upgrades

This one is very relevant for ostree.
This commit is contained in:
Colin Walters 2020-03-13 17:29:58 +00:00
parent 26a2be0578
commit 0302262e2f

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: {