From d1e79c396d5fbdda90c7e0aee81da111ed4dfee3 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 10 Sep 2020 15:03:22 -0400 Subject: [PATCH] ci: use `compress --fast` Now that we build lots of artifacts, this should make CI go faster. --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index ca1721c902..77c9b11d19 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -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") {