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

0 18 toolchain support #2509

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

DatGizmo
Copy link
Contributor

  • Adding support for 0.18 zephyr sdk
  • add new zephyr-gnu and zephyr-llvm toolchain support

* Changes have been partly taken from here:
  zephyrproject-rtos/zephyr@main...collab-sdk-0.18-dev
* This is needed because of change to the folder structure:

Old: opt/zephyr-sdk/arm-zephyr-eabi
New: opt/zephyr-sdk/gnu/arm-zephyr-eabi
     opt/zephyr-sdk/llvm

This structure has been adapet from the zephyr toolchain install script.

Signed-off-by: Sebastian Wezel <[email protected]>
@DatGizmo DatGizmo force-pushed the 0_18-toolchain-support branch from 89718de to 043f80e Compare February 18, 2025 12:22
Added script to parse and analyse Twister reports.
Failed tests are grouped together by reason of failure,
Cmake and build errors are grouped using predefined patterns.

Signed-off-by: Grzegorz Chwierut <[email protected]>
Added steps to analyze Twister reports and upload the results
if Twister build fails

Signed-off-by: Grzegorz Chwierut <[email protected]>
Extended the reason field in Twister report to include
more detailed information for 'Build failure' and
'CMake build failure'

Signed-off-by: Grzegorz Chwierut <[email protected]>
Updated test_report_summary to match new string with detailed
reason of build failure.

Signed-off-by: Grzegorz Chwierut <[email protected]>
After adding more detailed information to the reason field in
Twister report, update twister_report_analyzer.py to group
CMake and Build failures.

Signed-off-by: Grzegorz Chwierut <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants