Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lmp/jobserv: prepare the scarthgap job #369

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions lmp/jobserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ triggers:
persistent-volumes:
bitbake: /var/cache/bitbake

- name: build-scarthgap-next
- name: build-scarthgap
type: git_poller
email:
users: '[email protected]'
Expand All @@ -239,8 +239,8 @@ triggers:
GIT_URL: |
https://github.com/foundriesio/lmp-manifest.git
GIT_POLL_REFS: |
refs/heads/scarthgap-next
OTA_LITE_TAG: 'scarthgap-next:scarthgap'
refs/heads/scarthgap
OTA_LITE_TAG: 'scarthgap'
AKLITE_TAG: promoted-scarthgap
runs:
# images with no OTA
Expand All @@ -258,11 +258,16 @@ triggers:
- imx6ullevk
- imx6ullevk-sec
- imx8mm-lpddr4-evk
- imx8mm-lpddr4-evk-sec
- imx8mp-lpddr4-evk
- imx8mp-lpddr4-evk-sec
- imx8mn-ddr4-evk
- imx8mn-ddr4-evk-sec
- imx8mn-lpddr4-evk
- imx8mn-lpddr4-evk-sec
- imx8mq-evk
- imx93-11x11-lpddr4x-evk
- jetson-orin-nano-devkit-nvme
- jetson-agx-xavier-devkit
- jetson-agx-orin-devkit
- qemuarm64-secureboot
Expand All @@ -271,8 +276,6 @@ triggers:
params:
IMAGE: lmp-base-console-image
MFGTOOL_FLASH_IMAGE: lmp-base-console-image
EULA_stm32mp1eval: "1"
EULA_stm32mp1disco: "1"
quaresmajose marked this conversation as resolved.
Show resolved Hide resolved
script-repo:
name: fio
path: lmp/build.sh
Expand Down
Loading