Skip to content

Commit

Permalink
github action testing 12
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 18, 2024
1 parent b8595b4 commit 7147854
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/runtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,12 @@ jobs:
cat required_packs.txt
cpackget add -f required_packs.txt
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Execute
run: |
cd Testing/cmsis_build
echo "Running tests"
python runall.py -avh ""
python runall.py -avh $AVH_FVP_PLUGINS/../bin
- name: Upload test report
uses: actions/upload-artifact@v4
Expand Down
33 changes: 16 additions & 17 deletions Testing/cmsis_build/runall.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
args = parser.parse_args()



DEBUG=False
if args.d:
DEBUG=True
Expand Down Expand Up @@ -188,11 +187,11 @@ def runAVH(build,core):



allSuites=[
#allSuites=[
#("DECIMF64","../Output.pickle"),
("UnaryTestsF32","../Output.pickle"),
#("UnaryTestsF32","../Output.pickle"),
#("UnaryTestsF16","../Output_f16.pickle"),
]
#]

# Solution and build file for all
# the tests
Expand All @@ -212,26 +211,26 @@ def runAVH(build,core):
# #("VHT_M23","M23"),
("VHT_M0P","M0plus")
],
'test_gcc.csolution.yml':[
("VHT-Corstone-300","CS300"),
#'test_gcc.csolution.yml':[
# ("VHT-Corstone-300","CS300"),
#("VHT_M55","M55"),
##("VHT_M33","M33_DSP_FP"),
("VHT_M7","M7DP"),
("VHT_M7_UNROLLED","M7DP"),
("VHT_M4","M4FP"),
# ("VHT_M7","M7DP"),
# ("VHT_M7_UNROLLED","M7DP"),
# ("VHT_M4","M4FP"),
##("VHT_M3","M3"),
##("VHT_M23","M23"),
("VHT_M0P","M0plus")
]
# ("VHT_M0P","M0plus")
#]
}

# Override previous solutions for more restricted testing.
solutions={
'test_ac6.csolution.yml':[
("VHT-Corstone-300","CS300"),
#("VHT_M7_UNROLLED","M7DP"),
]
}
#solutions={
# 'test_ac6.csolution.yml':[
# ("VHT-Corstone-300","CS300"),
# #("VHT_M7_UNROLLED","M7DP"),
# ]
#}
#
#solutions={
# 'test_gcc.csolution.yml':[
Expand Down

0 comments on commit 7147854

Please sign in to comment.