Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse/xtext-core#1178] Use one 1 cpu in every pod
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Prediger <mail@nicoprediger.de>
  • Loading branch information
NicoPrediger committed Jun 24, 2019
1 parent e217c1c commit 2321bea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CBI.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ spec:
- name: xtext-buildenv
image: docker.io/smoht/xtext-buildenv:0.7
tty: true
resources:
limits:
cpu: "1"
requests:
cpu: "1"
volumeMounts:
- name: settings-xml
mountPath: /home/jenkins/.m2/settings.xml
Expand Down

0 comments on commit 2321bea

Please sign in to comment.