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: add scarthgap-next #336

Merged
merged 1 commit into from
May 28, 2024
Merged
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
96 changes: 96 additions & 0 deletions lmp/jobserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,102 @@ triggers:
persistent-volumes:
bitbake: /var/cache/bitbake

- name: build-scarthgap-next
type: git_poller
email:
users: '[email protected]'
webhooks:
- url: https://conductor.infra.foundries.io/api/lmp/
only_failures: false
secret_name: lava-webhook-key
params:
GIT_URL: |
https://github.com/foundriesio/lmp-manifest.git
GIT_POLL_REFS: |
refs/heads/scarthgap-next
OTA_LITE_TAG: 'scarthgap-next:scarthgap'
AKLITE_TAG: promoted-scarthgap
runs:
# images with no OTA
- name: "{loop}"
container: hub.foundries.io/lmp-sdk
host-tag: amd64-partner-gcp-nocache
loop-on:
- param: MACHINE
values:
- am62xx-evm
- am64xx-evm
- beaglebone-yocto
- generic-arm64
- intel-corei7-64
- imx6ullevk
- imx6ullevk-sec
- imx8mm-lpddr4-evk
- imx8mp-lpddr4-evk
- imx8mn-ddr4-evk
- imx8mn-lpddr4-evk
- imx8mq-evk
- imx8ulp-lpddr4-evk
- imx93-11x11-lpddr4x-evk
- jetson-agx-xavier-devkit
- jetson-agx-orin-devkit
- qemuarm64-secureboot
- raspberrypi4-64
params:
IMAGE: lmp-base-console-image
MFGTOOL_FLASH_IMAGE: lmp-base-console-image
EULA_stm32mp1eval: "1"
EULA_stm32mp1disco: "1"
script-repo:
name: fio
path: lmp/build.sh
persistent-volumes:
bitbake: /var/cache/bitbake

# mfgtool / uuu related build files
- name: mfgtool-{loop}
container: hub.foundries.io/lmp-sdk
host-tag: amd64-partner-gcp-nocache
loop-on:
- param: MACHINE
values:
- imx6ullevk
- imx6ullevk-sec
- imx8mm-lpddr4-evk
- imx8mp-lpddr4-evk
- imx8mn-ddr4-evk
- imx8mn-lpddr4-evk
- imx8mq-evk
- imx8ulp-lpddr4-evk
- imx93-11x11-lpddr4x-evk
params:
DISTRO: lmp-mfgtool
IMAGE: mfgtool-files
EXTRA_ARTIFACTS: "mfgtool-files.tar.gz"
script-repo:
name: fio
path: lmp/build.sh
persistent-volumes:
bitbake: /var/cache/bitbake

# wayland distro flavor
- name: build-lmp-wayland-{loop}
container: hub.foundries.io/lmp-sdk
host-tag: amd64-partner-gcp-nocache
loop-on:
- param: MACHINE
values:
- imx8mm-lpddr4-evk
- intel-corei7-64
params:
DISTRO: lmp-wayland
IMAGE: lmp-base-console-image
script-repo:
name: fio
path: lmp/build.sh
persistent-volumes:
bitbake: /var/cache/bitbake

- name: build-release-stable
type: git_poller
email:
Expand Down