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

config/pipeline.yaml: Run the capabilities selftests in my lab #1039

Closed
wants to merge 1 commit into from
Closed
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
19 changes: 19 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,13 @@ jobs:
collections: arm64
kcidb_test_suite: kselftest.arm64

kselftest-capabilities
<<: *kselftest-job
params:
<<: *kselftest-params
collections: capabilities
kcidb_test_suite: kselftest.capabilities

kselftest-clone3:
<<: *kselftest-job
params:
Expand Down Expand Up @@ -3130,6 +3137,18 @@ scheduler:
runtime: *lava-broonie-runtime
platforms: *lava-broonie-arm64

- job: kselftest-capabilities
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
platforms:
- beaglebone-black

- job: kselftest-capabilities
event: *kbuild-gcc-12-arm64-node-event
runtime: *lava-broonie-runtime
platforms:
- meson-gxl-s905x-libretech-cc

- job: kselftest-clone3
event: *kbuild-gcc-12-arm-node-event
runtime: *lava-broonie-runtime
Expand Down
Loading