mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
ci: Test kola --upgrades
This one is very relevant for ostree.
This commit is contained in:
parent
26a2be0578
commit
0302262e2f
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user