Skip to content

Commit

Permalink
Test KubeVirt builds on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr authored and jlebon committed Apr 12, 2022
1 parent 094f9dd commit 2fe555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pod(image: imageName + ":latest", kvm: true, memory: "10Gi") {

stage("Build Cloud Images") {
cosaParallelCmds(cosaDir: "/srv", commands: ["Aliyun", "AWS", "Azure", "DigitalOcean", "Exoscale", "GCP",
"IBMCloud", "OpenStack", "VMware", "Vultr"])
"IBMCloud", "KubeVirt", "OpenStack", "VMware", "Vultr"])

// quick schema validation
utils.cosaCmd(cosaDir: "/srv", args: "meta --get name")
Expand Down

0 comments on commit 2fe555a

Please sign in to comment.