Skip to content

Commit 3498788

Browse files
committed
Reduced the number of sample boards during twister build
1 parent baee75d commit 3498788

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

.github/workflows/zephyr-samples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
env:
2121
CMAKE_PREFIX_PATH: /opt/toolchains
2222
steps:
23+
- name: Check disk usage
24+
run: df -h
25+
- name: Clean up temporary files
26+
run: sudo rm -rf /tmp/*
2327
- name: Checkout
2428
uses: actions/checkout@v4
2529
with:

zephyr/samples/profiles/b-ld/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sample:
44
common:
55
platform_allow:
66
- nucleo_f429zi
7-
- rpi_pico
8-
- adafruit_grand_central_m4_express
97
build_only: true
108

119
tests:

zephyr/samples/profiles/b-ls/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sample:
44
common:
55
platform_allow:
66
- nucleo_f429zi
7-
- rpi_pico
8-
- adafruit_grand_central_m4_express
97
build_only: true
108

119
tests:

zephyr/samples/profiles/b-sa/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sample:
44
common:
55
platform_allow:
66
- nucleo_f429zi
7-
- rpi_pico
8-
- adafruit_grand_central_m4_express
97
build_only: true
108

119
tests:

zephyr/samples/profiles/b-ss/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sample:
44
common:
55
platform_allow:
66
- nucleo_f429zi
7-
- rpi_pico
8-
- adafruit_grand_central_m4_express
97
build_only: true
108

119
tests:

0 commit comments

Comments
 (0)