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:28:41 +08:00
parent 1d38e6a4c6
commit 339b99d989

View File

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