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:
|
labels:
|
||||||
app: "coreos-cincinnati"
|
app: "coreos-cincinnati"
|
||||||
spec:
|
spec:
|
||||||
|
completionDeadlineSeconds: 1800
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "3Gi"
|
memory: "3Gi"
|
||||||
limits:
|
limits:
|
||||||
memory: "3Gi"
|
memory: "3Gi"
|
||||||
runPolicy: "Serial"
|
runPolicy: "Parallel"
|
||||||
strategy:
|
strategy:
|
||||||
type: "Docker"
|
type: "Docker"
|
||||||
dockerStrategy:
|
dockerStrategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue