You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Definations for README metadatadefinitions:
status_enum:
type: stringenum: &STATUS_ENUM
- none
- wip
- cft
- cfh
- cfi
- partial
- basic
- good# General infosys: string # System name, should be one of key in linux/bsd/rtos/otherssys_ver: string # System versionsys_var: string? # System variant, be like: desktop/minimal/etc# Doc infostatus: *STATUS_ENUMlast_updated: timestamp # Last update# Definition for board metadataproduct: string # Product namecpu: string # CPU modelcpu_core: string # CPU core
As some board images in this repo are already out of date, maybe we can consider some sort of auto sync mechanism/CI, which could keep the board images metadata up to date.
Which of course, if they're also up to date in the test reports of support-matrix repo. I'll keep watching on support-matrix repo and try to keep them updated.
The text was updated successfully, but these errors were encountered:
Some basic structure have been implement in support-matrix pr #92, use some plugin structure to achieve automaticlly check version update for each report and make pr.
We have implemented metadata for tested OS & board combo in ruyisdk/support-matrix.
Currently we have things like:
See: https://github.com/ruyisdk/support-matrix/blob/main/assets/metadata.yml
As some board images in this repo are already out of date, maybe we can consider some sort of auto sync mechanism/CI, which could keep the board images metadata up to date.
Which of course, if they're also up to date in the test reports of support-matrix repo. I'll keep watching on support-matrix repo and try to keep them updated.
The text was updated successfully, but these errors were encountered: