We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080f7ad commit e98cb99Copy full SHA for e98cb99
1 file changed
.cci.jenkinsfile
@@ -43,7 +43,8 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
43
kolaTestIso(cosaDir: "/srv")
44
45
stage("Compress") {
46
- utils.cosaCmd(cosaDir: "/srv", args: "compress --fast")
+ // Test compression but only a few of the artifacts. This should test xz, zip, gzip
47
+ utils.cosaCmd(cosaDir: "/srv", args: "compress --fast --artifact=qemu --artifact=applehv --artifact=hyperv")
48
}
49
50
stage("Upload Dry Run") {
0 commit comments