ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
9ecf8a706e
commit
994241e197
@ -295,7 +295,17 @@ def generateComponentStages(component, configurations) {
|
||||
image: env."${component.name}_buildAgentImage",
|
||||
ttyEnabled: true,
|
||||
command: 'sleep',
|
||||
args: 'infinity'
|
||||
args: 'infinity',
|
||||
resources: [
|
||||
limit: [
|
||||
cpu: '2',
|
||||
memory: '2Gi'
|
||||
],
|
||||
request: [
|
||||
cpu: '200m',
|
||||
memory: '256Mi'
|
||||
]
|
||||
]
|
||||
)
|
||||
]
|
||||
) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user