File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 cache-from : type=registry,ref=${{ steps.info.outputs.image }}:buildcache
5959 cache-to : type=registry,ref=${{ steps.info.outputs.image }}:buildcache,mode=max
6060
61- # ── Compile the kernel (hello_world, QEMU board) ──────────────────────────
62- build :
63- name : Build kernel
61+ # ── TriCore: build ────────────────────────────── ──────────────────────────
62+ build-tricore :
63+ name : Build kernel (TriCore)
6464 needs : docker-image
6565 runs-on : ubuntu-latest
6666 permissions :
@@ -123,8 +123,8 @@ jobs:
123123 path : ci-results/unit/
124124 if-no-files-found : warn
125125
126- # ── SDK suite (black-box QEMU, replaces legacy integ Makefile suites) ─────
127- integ-tests :
126+ # ── TriCore: SDK suite (black-box QEMU + arch whitebox) ──────────── ─────
127+ integ-tests-tricore :
128128 name : SDK suite (TriCore)
129129 needs : docker-image
130130 runs-on : ubuntu-latest
@@ -305,7 +305,7 @@ jobs:
305305 # ── Aggregate markdown report (PASS/FAIL/PARTIAL + coverage matrix) ─────
306306 coverage-report :
307307 name : Test coverage report
308- needs : [unit-tests, integ-tests, integ-tests-riscv, integ-tests-arm]
308+ needs : [unit-tests, integ-tests-tricore , integ-tests-riscv, integ-tests-arm]
309309 if : always()
310310 runs-on : ubuntu-latest
311311 permissions :
You can’t perform that action at this time.
0 commit comments