chore: WIP pre-implement cycle 14 baseline

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-06-26 16:13:37 +03:00
parent 50d4a76be3
commit 80ef5608f1
33 changed files with 619 additions and 47 deletions
+3
View File
@@ -2,6 +2,9 @@ when:
event: [push, pull_request, manual]
branch: [dev, stage, main]
# Unit tests are architecture-neutral — run once on the colocated arm64 agent
# (suite/_infra/ci/README.md: unit lanes stay arm64-only to avoid burning the
# remote amd64 agent). Build-push fans out to arm64 + amd64 via matrix.
labels:
platform: arm64
+5 -4
View File
@@ -5,14 +5,15 @@ when:
depends_on:
- 01-test
# Multi-arch matrix. Adding amd64 = uncommenting the second entry once an
# amd64 agent is online.
# Multi-arch matrix — matches suite/_infra/ci/README.md § Build-push step.
# arm64 agent (colocated Jetson) → {branch}-arm
# amd64 agent (remote host) → {branch}-amd64 (production deploy tag)
matrix:
include:
- PLATFORM: arm64
TAG_SUFFIX: arm
# - PLATFORM: amd64
# TAG_SUFFIX: amd
- PLATFORM: amd64
TAG_SUFFIX: amd64
labels:
platform: ${PLATFORM}