mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-20 18:09:21 +03:00
Merge pull request #2029 from jlebon/pr/upgrade-tests
ci: use `fcosKola` for running kola tests
This commit is contained in:
commit
2d901957b8
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user