Skip to content

config: Enable LTP smoketest on AT91SAM9G20-EK #1204

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

Open
wants to merge 1 commit into
base: main
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
8 changes: 7 additions & 1 deletion config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ scheduler:
- stm32mp157c-lxa-tac-gen1

- job: baseline-arm
event:
event: &kbuild-gcc-12-armv5-node-event
<<: *node-event-kbuild
name: kbuild-gcc-12-arm-multi_v5_defconfig
runtime: *lava-broonie-runtime
Expand Down Expand Up @@ -1320,6 +1320,12 @@ scheduler:
platforms:
- beaglebone-black

- job: ltp-smoketest
event: *kbuild-gcc-12-armv5-node-event
runtime: *lava-broonie-runtime
platforms:
- at91sam9g20ek

- job: ltp-smoketest
event: *kbuild-gcc-12-arm64-node-event
runtime: *lava-collabora-runtime
Expand Down