ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
1d38e6a4c6
commit
339b99d989
@ -296,16 +296,10 @@ def generateComponentStages(component, configurations) {
|
|||||||
ttyEnabled: true,
|
ttyEnabled: true,
|
||||||
command: 'sleep',
|
command: 'sleep',
|
||||||
args: 'infinity',
|
args: 'infinity',
|
||||||
resources: [
|
resourceLimitCpu: "2",
|
||||||
limit: [
|
resourceLimitMemory: "2Gi",
|
||||||
cpu: '2',
|
resourceRequestCpu: "200m",
|
||||||
memory: '2Gi'
|
resourceRequestMemory: "512Mi"
|
||||||
],
|
|
||||||
request: [
|
|
||||||
cpu: '200m',
|
|
||||||
memory: '256Mi'
|
|
||||||
]
|
|
||||||
]
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
) {
|
) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user