From 0302262e2faac893bb4e4b5497e11ca28e932398 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 13 Mar 2020 17:29:58 +0000 Subject: [PATCH] ci: Test kola --upgrades This one is very relevant for ostree. --- .cci.jenkinsfile | 9 +++++++++ 1 file changed, 9 insertions(+) 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: {