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,
|
||||
command: 'sleep',
|
||||
args: 'infinity',
|
||||
resources: [
|
||||
limit: [
|
||||
cpu: '2',
|
||||
memory: '2Gi'
|
||||
],
|
||||
request: [
|
||||
cpu: '200m',
|
||||
memory: '256Mi'
|
||||
]
|
||||
]
|
||||
resourceLimitCpu: "2",
|
||||
resourceLimitMemory: "2Gi",
|
||||
resourceRequestCpu: "200m",
|
||||
resourceRequestMemory: "512Mi"
|
||||
)
|
||||
]
|
||||
) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user