-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lmp/jobserv: prepare the scarthgap job
- sync the machine list with stable job - move scarthgap-next to scarthgap Signed-off-by: Jose Quaresma <[email protected]>
- Loading branch information
1 parent
b09b018
commit d76d1de
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]' | ||
|
@@ -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 | ||
|
@@ -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 | ||
|