Skip to content

Commit f74fe0d

Browse files
committed
lmp/jobserv: use the lmp-sdk:next contianer on the main build job
Signed-off-by: Jose Quaresma <[email protected]>
1 parent 6599441 commit f74fe0d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

lmp/jobserv.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,18 @@ triggers:
251251
OTA_LITE_TAG: 'main'
252252
AKLITE_TAG: promoted-main
253253
runs:
254+
- name: lmp-sdk-next
255+
host-tag: amd64
256+
container: foundries/dind-ci:19.03.9_b38f166
257+
privileged: true
258+
params:
259+
LATEST=next
260+
script-repo:
261+
name: fio
262+
path: lmp/build-sdk-container.sh
254263
# images with no OTA
255264
- name: "{loop}"
256-
container: hub.foundries.io/lmp-sdk
265+
container: hub.foundries.io/lmp-sdk:next
257266
host-tag: amd64-partner-gcp-nocache
258267
loop-on:
259268
- param: MACHINE
@@ -271,7 +280,7 @@ triggers:
271280

272281
# mfgtool / uuu related build files
273282
- name: mfgtool-{loop}
274-
container: hub.foundries.io/lmp-sdk
283+
container: hub.foundries.io/lmp-sdk:next
275284
host-tag: amd64-partner-gcp-nocache
276285
loop-on:
277286
- param: MACHINE
@@ -296,7 +305,7 @@ triggers:
296305

297306
# wayland distro flavor
298307
- name: build-lmp-wayland-{loop}
299-
container: hub.foundries.io/lmp-sdk
308+
container: hub.foundries.io/lmp-sdk:next
300309
host-tag: amd64-partner-gcp-nocache
301310
loop-on:
302311
- param: MACHINE

0 commit comments

Comments
 (0)