File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments