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
+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}