@@ -26,7 +26,7 @@ and their images are listed in :ref:`supported_platforms` (Step 4).
2626CI checks
2727---------
2828
29- The pipelines live under `.github/workflows <../.. /.github/workflows >`_. Most
29+ The pipelines live under `.github/workflows <https://github.com/eclipse-score/reference_integration/tree/main /.github/workflows >`_. Most
3030operate on ``//... `` and pick up your module without changes; the table says
3131what each check verifies and whether you typically need to touch anything.
3232
@@ -46,61 +46,61 @@ declared in the workflows.
4646 - What it verifies
4747 - Gating
4848 - Your action
49- * - `build_and_test_qnx.yml <../.. /.github/workflows/build_and_test_qnx.yml >`_
49+ * - `build_and_test_qnx.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/build_and_test_qnx.yml >`_
5050 - Builds the QNX IFS and runs integration tests on QEMU.
5151 - **yes **
5252 - none (graph-wide)
53- * - `build_and_test_autosd.yml <../.. /.github/workflows/build_and_test_autosd.yml >`_
53+ * - `build_and_test_autosd.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/build_and_test_autosd.yml >`_
5454 - Builds the AutoSD OCI image with the Automotive Image Builder.
5555 - **yes **
5656 - none (graph-wide)
57- * - `build_and_test_ebclfsa.yml <../.. /.github/workflows/build_and_test_ebclfsa.yml >`_
57+ * - `build_and_test_ebclfsa.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/build_and_test_ebclfsa.yml >`_
5858 - Builds the EBcLfSA image and runs the high-integrity safety tests.
5959 - **yes **
6060 - none (graph-wide)
61- * - `known_good_correct.yml <../.. /.github/workflows/known_good_correct.yml >`_
61+ * - `known_good_correct.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/known_good_correct.yml >`_
6262 - Fails if the generated Bazel fragments drift from ``known_good.json ``.
6363 - **yes **
6464 - commit step 1.2 output
65- * - `bzlmod-lock.yml <../.. /.github/workflows/bzlmod-lock.yml >`_
65+ * - `bzlmod-lock.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/bzlmod-lock.yml >`_
6666 - Verifies ``MODULE.bazel.lock `` is consistent with the module graph.
6767 - **yes **
6868 - update lockfile if it fails
69- * - `format.yml <../.. /.github/workflows/format.yml >`_
69+ * - `format.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/format.yml >`_
7070 - Runs the code-formatting checks.
7171 - **yes **
7272 - run the format targets
73- * - `codeql-multiple-repo-scan.yml <../.. /.github/workflows/codeql-multiple-repo-scan.yml >`_
73+ * - `codeql-multiple-repo-scan.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/codeql-multiple-repo-scan.yml >`_
7474 - Multi-repository CodeQL security scan across the integrated modules.
7575 - **yes **
7676 - none
77- * - `test_and_docs.yml <../.. /.github/workflows/test_and_docs.yml >`_
77+ * - `test_and_docs.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/test_and_docs.yml >`_
7878 - Code-quality checks, builds the docs and reports, publishes to Pages.
7979 - **yes **
8080 - wire docs in Step 2, reports in Step 7
81- * - `check_release_approvals.yml <../.. /.github/workflows/check_release_approvals.yml >`_
81+ * - `check_release_approvals.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/check_release_approvals.yml >`_
8282 - Enforces required approvals on PRs targeting ``releases/* `` branches.
8383 - release branches only
8484 - none
85- * - `build_and_test_linux.yml <../.. /.github/workflows/build_and_test_linux.yml >`_
85+ * - `build_and_test_linux.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/build_and_test_linux.yml >`_
8686 - Builds the Linux x86_64 image and runs feature integration tests on Docker.
8787 - no
8888 - none (graph-wide)
89- * - `internal_tests.yml <../.. /.github/workflows/internal_tests.yml >`_
89+ * - `internal_tests.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/internal_tests.yml >`_
9090 - Runs the integration tooling tests (``//scripts/tooling:tooling_tests ``).
9191 - no
9292 - only if you change scripts
93- * - `docs_cleanup.yml <../.. /.github/workflows/docs_cleanup.yml >`_
93+ * - `docs_cleanup.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/docs_cleanup.yml >`_
9494 - Scheduled cleanup of published documentation versions.
9595 - no
9696 - none
97- * - `test_integration.yml <../.. /.github/workflows/test_integration.yml >`_ /
98- `reusable_smoke-test.yml <../.. /.github/workflows/reusable_smoke-test.yml >`_ /
99- `reusable_integration-build.yml <../.. /.github/workflows/reusable_integration-build.yml >`_
97+ * - `test_integration.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/test_integration.yml >`_ /
98+ `reusable_smoke-test.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/reusable_smoke-test.yml >`_ /
99+ `reusable_integration-build.yml <https://github.com/eclipse-score/reference_integration/blob/main /.github/workflows/reusable_integration-build.yml >`_
100100 - Smoke-test / reusable build of the latest module ``main `` branches.
101101 - no
102102 - add runtime targets to
103- `ci/showcase_targets_run.txt <../.. /ci/showcase_targets_run.txt >`_
103+ `ci/showcase_targets_run.txt <https://github.com/eclipse-score/reference_integration/blob/main /ci/showcase_targets_run.txt >`_
104104
105105.. _reports :
106106
@@ -119,30 +119,30 @@ The consolidated outputs published by the integration. They are built by
119119 - Source / target
120120 * - Consolidated documentation
121121 - All integrated module docs merged into one Sphinx site.
122- - `BUILD <../.. /BUILD >`_ ``docs(...) `` → ``bazel run //:docs_combo ``
122+ - `BUILD <https://github.com/eclipse-score/reference_integration/blob/main /BUILD >`_ ``docs(...) `` → ``bazel run //:docs_combo ``
123123 * - Platform verification report
124124 - Per-release requirements/architecture verification, safety analyses and
125125 per-test-case results.
126- - `docs/verification_report/platform_verification_report.rst <../.. /docs/verification_report/platform_verification_report.rst >`_
126+ - `docs/verification_report/platform_verification_report.rst <https://github.com/eclipse-score/reference_integration/blob/main /docs/verification_report/platform_verification_report.rst >`_
127127 * - Unit test summary
128128 - Per-module unit-test execution table (generated at build time by
129129 ``quality_runners.py ``).
130- - `docs/verification_report/unit_test_summary.md <../.. /docs/verification_report/unit_test_summary.md >`_
130+ - `docs/verification_report/unit_test_summary.md <https://github.com/eclipse-score/reference_integration/blob/main /docs/verification_report/unit_test_summary.md >`_
131131 * - Coverage summary
132132 - Per-module C++ and Rust coverage table (generated at build time by
133133 ``quality_runners.py ``).
134- - `docs/verification_report/coverage_summary.md <../.. /docs/verification_report/coverage_summary.md >`_
134+ - `docs/verification_report/coverage_summary.md <https://github.com/eclipse-score/reference_integration/blob/main /docs/verification_report/coverage_summary.md >`_
135135 * - C++ coverage (per module)
136136 - lcov/genhtml line/function/branch report for modules declaring ``cpp ``.
137- - `scripts/quality_runners.py <../.. /scripts/quality_runners.py >`_ →
137+ - `scripts/quality_runners.py <https://github.com/eclipse-score/reference_integration/blob/main /scripts/quality_runners.py >`_ →
138138 ``python3 scripts/quality_runners.py --modules-to-test <module> ``
139139 * - Rust coverage reports
140140 - Per-module Rust line coverage (C0/C1) for modules declaring ``rust ``.
141- - `rust_coverage/BUILD <../.. /rust_coverage/BUILD >`_ →
141+ - `rust_coverage/BUILD <https://github.com/eclipse-score/reference_integration/blob/main /rust_coverage/BUILD >`_ →
142142 ``bazel run //rust_coverage:rust_coverage_<module> ``
143143 * - Overall feature & process status
144144 - Feature/process completion dashboard derived from the pinned module repos.
145- - `docs/s_core_v_1/roadmap/overall_status.rst <../.. /docs/s_core_v_1/roadmap/overall_status.rst >`_
145+ - `docs/s_core_v_1/roadmap/overall_status.rst <https://github.com/eclipse-score/reference_integration/blob/main /docs/s_core_v_1/roadmap/overall_status.rst >`_
146146 * - Integration status dashboard
147147 - Live build/health overview of the integration.
148148 - `status_dashboard.html <https://eclipse-score.github.io/reference_integration/main/status_dashboard.html >`_
0 commit comments