feat: update to newest process requirements - #681
Merged
AlexanderLanin merged 3 commits intoAug 3, 2026
Merged
Conversation
RolandJentschETAS
requested review from
AlexanderLanin,
MaximilianSoerenPollak,
dcalavrezo-qorix and
nradakovic
as code owners
August 3, 2026 08:13
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //src:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
AlexanderLanin
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates requirements documentation and build dependencies to improve architectural consistency checks and keep dependencies up to date. The most important changes include adding a new requirement for checking interface consistency in modules, updating satisfaction links and parent coverage in requirements, and bumping the
score_processdependency version.Requirements Documentation Updates:
tool_req__arch_consistency_interfto check that logical architectural interfaces linked to features are matched byimplementslinks from components, and that each feature architecture is linked to at least one interface. This check emits informational messages rather than breaking the build.tool_req__arch_linkage_safetyto satisfygd_req__arch_build_blocks_corr[version==2]instead of version 1, and marked its parent as covered.Versioningrequirement to satisfygd_req__req_suspicious[version==3]instead of version 2.Dependency Updates:
score_processBazel dependency from version 2.0.1 to 2.0.2 and updated the commit reference to the latest.📌 Description
🚨 Impact Analysis
✅ Checklist