coreos-cincinnati: tweak build configuration
This adjusts build-configuration, so that builds can run in parallel and self-timeout after 30mins. Workaround temporarily in place for https://pagure.io/fedora-infrastructure/issue/8005. Signed-off-by: Luca Bruno <luca.bruno@coreos.com>
This commit is contained in:
parent
102eabff89
commit
c7de25baf5
1 changed files with 2 additions and 1 deletions
|
@ -6,12 +6,13 @@ metadata:
|
|||
labels:
|
||||
app: "coreos-cincinnati"
|
||||
spec:
|
||||
completionDeadlineSeconds: 1800
|
||||
resources:
|
||||
requests:
|
||||
memory: "3Gi"
|
||||
limits:
|
||||
memory: "3Gi"
|
||||
runPolicy: "Serial"
|
||||
runPolicy: "Parallel"
|
||||
strategy:
|
||||
type: "Docker"
|
||||
dockerStrategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue