From a3e0b47e6bfcb1e9c3dabbd5fa81fcbbc028b064 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 9 Jan 2018 10:46:23 -0500 Subject: [PATCH] ci/papr: Bump compose tests to 4 min vCPUs Compose is a slow test right now. Down the line what I'd like to do is: https://github.com/projectatomic/papr/pull/70 Since this job can be scheduled as a container, not a VM. There's no reason to grab a whole 8GB of RAM for it, but we *do* want multiple CPUs. Containers do that by default. Closes: #1187 Approved by: jlebon --- .papr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.papr.yml b/.papr.yml index 0354e2cf..cc1be395 100644 --- a/.papr.yml +++ b/.papr.yml @@ -94,6 +94,9 @@ required: true # docker --privileged run. host: distro: fedora/27/atomic + # Compose tests are slow and should be parallelized + specs: + cpus: 4 # Copy yum.repos.d to get any injected repos from the host, which # will point to a closer mirror. Note we substitute $releasever