Skip to content

Commit

Permalink
docs: add requirements for Bazel
Browse files Browse the repository at this point in the history
Issue-ref: see #7
  • Loading branch information
ltekieli committed Nov 27, 2024
1 parent a2a2141 commit 4359911
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/stakeholder_requirements/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ Stakeholder Requirements
========================


Integration
-----------

.. stkh_req:: Multirepo integration
:id: STKH_REQ__INT_multi_repo_integration
:reqtype: Non-Functional
:security: NO
:safety: QM
:rationale: Allow independent development of software modules
:status: draft

Integration of multiple repositories shall be supported in a unified workflow.


Quality
-------

Expand Down
15 changes: 15 additions & 0 deletions docs/tool_requirements/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ Tool Requirements
=================


Integration tools
-----------------


.. tool_req:: Bazel for unified build, test and integration
:id: TOOL_REQ__Bazel__Unified_Build_Test_Integration
:reqtype: Non-Functional
:security: NO
:safety: QM
:satisfies: STKH_REQ__INT_multi_repo_integration
:status: draft

Bazel shall be used for building, testing and integrating software.


Process tools
-------------

Expand Down

0 comments on commit 4359911

Please sign in to comment.