summaryrefslogtreecommitdiff
path: root/.cci.jenkinsfile
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-03-13 17:29:58 +0000
committerColin Walters <walters@verbum.org>2020-03-13 17:29:58 +0000
commit0302262e2faac893bb4e4b5497e11ca28e932398 (patch)
tree63011d2fc9103ef1ce74ffa9dc9a2bfa897ca740 /.cci.jenkinsfile
parent26a2be0578ec10898a29f32d6ec01a355a03122d (diff)
downloadostree-0302262e2faac893bb4e4b5497e11ca28e932398.tar.gz
ci: Test kola --upgrades
This one is very relevant for ostree.
Diffstat (limited to '.cci.jenkinsfile')
-rw-r--r--.cci.jenkinsfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile
index 83f81411..a83adeea 100644
--- a/.cci.jenkinsfile
+++ b/.cci.jenkinsfile
@@ -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: {