mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-27 08:01:13 +00:00
chore: WIP pre-implement cycle 14 baseline
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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,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}
|
||||
|
||||
Reference in New Issue
Block a user