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
This commit is contained in:
parent
84f0b017d9
commit
a3e0b47e6b
@ -94,6 +94,9 @@ required: true
|
|||||||
# docker --privileged run.
|
# docker --privileged run.
|
||||||
host:
|
host:
|
||||||
distro: fedora/27/atomic
|
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
|
# Copy yum.repos.d to get any injected repos from the host, which
|
||||||
# will point to a closer mirror. Note we substitute $releasever
|
# will point to a closer mirror. Note we substitute $releasever
|
||||||
|
Loading…
Reference in New Issue
Block a user