ci(magicleaps): switch magicleaps alpha ci to develop branch

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-17 20:16:15 +08:00
parent 9ecf8a706e
commit 994241e197

View File

@ -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'
]
]
)
]
) {