refactor(ci): route workflows by agent group label instead of named agent
Replace the per-agent `agent: ${AGENT}` label with a group label
`group: rpkgs-${ARCH}`, so workflows target the rpkgs-amd64 / rpkgs-arm64
agent pools rather than a specific agent. Drops the now-unused AGENT matrix
variable across all build/process/weekly workflows.
This commit is contained in:
parent
3875612237
commit
af1277008f
1 changed files with 9 additions and 63 deletions
|
|
@ -30,14 +30,12 @@ skip_clone: true
|
|||
|
||||
labels:
|
||||
platform: linux/${ARCH}
|
||||
agent: ${AGENT}
|
||||
group: rpkgs-${ARCH}
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- ARCH: amd64
|
||||
AGENT: artemis
|
||||
- ARCH: arm64
|
||||
AGENT: gaia
|
||||
|
||||
steps:
|
||||
- name: 'Install deps and bincraft'
|
||||
|
|
|
|||
Loading…
Reference in a new issue