Skip to content

Commit

Permalink
ci: use compress --fast
Browse files Browse the repository at this point in the history
Now that we build lots of artifacts, this should make CI go faster.
  • Loading branch information
jlebon authored and openshift-merge-robot committed Sep 11, 2020
1 parent 35e88e2 commit d1e79c3
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 @@ -89,7 +89,7 @@ pod(image: 'registry.fedoraproject.org/fedora:32', runAsUser: 0, kvm: true, memo
}

stage("Compress") {
cosa_cmd("compress")
cosa_cmd("compress --fast")
}

stage("Upload Dry Run") {
Expand Down

0 comments on commit d1e79c3

Please sign in to comment.