Skip to content

Commit

Permalink
jobs/build-podman-os: adapt basic kola tests
Browse files Browse the repository at this point in the history
This changed form with coreos/coreos-assembler#3652
  • Loading branch information
dustymabe authored and aaradhak committed May 14, 2024
1 parent 231fb3a commit 434075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/build-podman-os.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ lock(resource: "build-podman-os") {
parallel archinfo.keySet().collectEntries{arch -> [arch, {
pipeutils.withOptionalExistingCosaRemoteSession(
arch: arch, session: archinfo[arch]['session']) {
shwrap("""cosa kola run --basic-qemu-scenarios --qemu-image=./podman-${arch}-${shortcommit}.qcow2""")
shwrap("""cosa kola run basic* --qemu-image=./podman-${arch}-${shortcommit}.qcow2""")
}
}]}
}
Expand Down

0 comments on commit 434075d

Please sign in to comment.