Skip to content

Commit

Permalink
spinner: add sample.yaml
Browse files Browse the repository at this point in the history
To ease CI integration testing

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
  • Loading branch information
gmarull committed Mar 5, 2024
1 parent 45cf766 commit 06be152
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
- name: Build
working-directory: spinner
run: |
west build -b nucleo_f302r8 spinner -p -- -DSHIELD=ihm07m1
west build -b nucleo_f302r8 spinner -p -- -DSHIELD=ihm16m1
west build -b nucleo_g431rb spinner -p -- -DSHIELD=ihm07m1
west build -b nucleo_g431rb spinner -p -- -DSHIELD=ihm16m1
west twister -T spinner -v --inline-logs --integration
- name: Test
working-directory: spinner
Expand Down
24 changes: 24 additions & 0 deletions spinner/sample.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) 2024 Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0

sample:
description: Spinner
name: spinner

common:
build_only: true

tests:
spinner.ihm07m1:
integration_platforms:
- nucleo_f302r8
- nucleo_g431rb
extra_args:
SHIELD=ihm07m1

spinner.ihm16m1:
integration_platforms:
- nucleo_f302r8
- nucleo_g431rb
extra_args:
SHIELD=ihm16m1

0 comments on commit 06be152

Please sign in to comment.