Skip to content

Commit e98cb99

Browse files
committed
.cci.jenkinsfile: don't compress everything
It should save us some time on our CI runs to not compress the world here especially if we aren't uploading this stuff anywhere.
1 parent 080f7ad commit e98cb99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cci.jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
4343
kolaTestIso(cosaDir: "/srv")
4444

4545
stage("Compress") {
46-
utils.cosaCmd(cosaDir: "/srv", args: "compress --fast")
46+
// 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")
4748
}
4849

4950
stage("Upload Dry Run") {

0 commit comments

Comments
 (0)