ci: Actually run kola tests

Noticed in https://github.com/coreos/rpm-ostree/pull/2052#issuecomment-613694719
This commit is contained in:
Colin Walters 2020-04-14 21:51:16 +00:00 committed by OpenShift Merge Robot
parent 53456730bf
commit 0d57ab9117

View File

@ -47,7 +47,7 @@ rust: {
}}
stage("Test") {
parallel vmcheck: {
parallel insttests: {
def nhosts = 6
def mem = (nhosts * 1024) + 512
cosaPod(runAsUser: 0, memory: "${mem}Mi", cpu: "${nhosts}") {
@ -72,7 +72,10 @@ parallel vmcheck: {
// really, we just need test deps, but meh...
shwrap("ci/installdeps.sh")
}
stage("Run") {
stage("Kola") {
fcosKola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.*", parallel: nhosts)
}
stage("vmcheck") {
try {
timeout(time: 30, unit: 'MINUTES') {
shwrap("""
@ -89,8 +92,8 @@ parallel vmcheck: {
""")
archiveArtifacts allowEmptyArchive: true, artifacts: 'vmcheck-logs.tar.xz'
}
}
}
}
},
compose: {
def jobs = 5