Logs submission_* fields should match system description files
@ckt624 is already working on this.
Since Jun 8, 2022.
- Dominant language
- Python
- Stars
- 43
- Forks
- 60
- Avg merge
- 19h 56m
- Merged PRs (30d)
- 3
Description
This has been motivated by the recurring problem that OEMs using code of another submitter do not bother to change the submission_org, submission_platform, submission_division, and submission_status in their logs. This creates inconsistent submissions and can be confusing for people looking into logs after results are published.
We can fix that by adding a compliance check to make sure these fields match to the system description file that matches with the log directory the compliance checker / package checker is processing.
Nit sure yet where exactly in the codebase this should be added.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.