Skip to content

Commit fb8b1b2

Browse files
committed
ci: label TriCore build and SDK jobs by architecture
- Rename build/integ-tests to build-tricore and integ-tests-tricore - Match the visible naming used by RISC-V and ARM jobs
1 parent 60be158 commit fb8b1b2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
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:

0 commit comments

Comments
 (0)