Skip to content

Commit 5e5fde7

Browse files
mbuzdalovtridge
authored andcommitted
Tools: use same-bdshotness boards for ccache test
1 parent b0351cd commit 5e5fde7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_ccache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ jobs:
143143
shell: bash
144144
run: |
145145
PATH="/usr/lib/ccache:/opt/gcc-arm-none-eabi-${{matrix.gcc}}/bin:$PATH"
146-
Tools/scripts/build_tests/test_ccache.py --boards MatekF405,MatekF405-bdshot --min-cache-pct=75
147-
Tools/scripts/build_tests/test_ccache.py --boards Durandal,Pixhawk6X --min-cache-pct=70
146+
Tools/scripts/build_tests/test_ccache.py --boards MatekF405-bdshot,MatekF405-TE-bdshot --min-cache-pct=75
147+
Tools/scripts/build_tests/test_ccache.py --boards Durandal-bdshot,Pixhawk6X --min-cache-pct=70
148148

Tools/scripts/build_tests/test_ccache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010

1111
parser = argparse.ArgumentParser(description='test ccache performance')
12-
parser.add_argument('--boards', default='MatekF405,MatekF405-bdshot', help='boards to test')
12+
parser.add_argument('--boards', default='MatekF405-bdshot,MatekF405-TE-bdshot', help='boards to test')
1313
parser.add_argument('--min-cache-pct', type=int, default=75, help='minimum acceptable ccache hit rate')
1414
parser.add_argument('--display', action='store_true', help='parse and show ccache stats')
1515

0 commit comments

Comments
 (0)