diff options
| author | Tom Rini <[email protected]> | 2025-12-25 10:14:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-09 09:07:17 -0600 |
| commit | cf51247c632fe6f1f6c29a6f7754b99915182142 (patch) | |
| tree | b22c37385841f2634bd8f1ed6d5f85c5d545d5f9 /.gitlab-ci-sage-lab.yml | |
| parent | ce19a4af0ad175f94a1d3dca56f10e1e0f37ee73 (diff) | |
Gitlab CI: Add BeagleBone Black to sage lab
This adds support for a BeagleBone Black platform to the sage lab. We
test with both the legacy network stack and lwIP.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to '.gitlab-ci-sage-lab.yml')
| -rw-r--r-- | .gitlab-ci-sage-lab.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitlab-ci-sage-lab.yml b/.gitlab-ci-sage-lab.yml index f2fa0e3e771..e9fa3e5f6f3 100644 --- a/.gitlab-ci-sage-lab.yml +++ b/.gitlab-ci-sage-lab.yml @@ -85,6 +85,23 @@ junit: results.xml expire_in: 1 week +BeagleBone Black: + <<: *sage_lab_dfn + variables: + LABGRID_EXPORTER: "sage-exporter-bbb-1" + LG_PLACE: "bbb-1" + TEST_PY_BD: "am335x_evm" + OVERRIDE: "-a CMD_BOOTMENU -a CMD_LOG -a CMD_BOOTEFI_HELLO -a CMD_BOOTEFI_SELFTEST" + +BeagleBone Black (lwIP): + <<: *sage_lab_dfn + needs: [ "BeagleBone Black" ] + variables: + LABGRID_EXPORTER: "sage-exporter-bbb-1" + LG_PLACE: "bbb-1" + TEST_PY_BD: "am335x_evm" + OVERRIDE: "-a CMD_BOOTMENU -a CMD_LOG -a CMD_BOOTEFI_HELLO -a CMD_BOOTEFI_SELFTEST -a NET_LWIP" + Pine64+: <<: *sage_lab_dfn variables: |
