Fix Namespace macOS runner shape
This commit is contained in:
parent
a4db952d3f
commit
0a35d62e14
5 changed files with 5 additions and 2 deletions
|
|
@ -107,6 +107,9 @@ The same change also makes the forge itself the release authority: release tags
|
||||||
workflow so stale generic Namespace jobs cannot consume Apple release runners:
|
workflow so stale generic Namespace jobs cannot consume Apple release runners:
|
||||||
- `namespace-profile-linux-medium-apple`
|
- `namespace-profile-linux-medium-apple`
|
||||||
- `namespace-profile-macos-large-apple`
|
- `namespace-profile-macos-large-apple`
|
||||||
|
- Configure macOS Namespace targets with the Compute API CPU-by-memory shape
|
||||||
|
format. `12x28` is the Burrow large macOS baseline; platform-prefixed values
|
||||||
|
such as `macos/arm64:8x16` are not accepted by the macOS launcher.
|
||||||
- Run forge Namespace services with the repo-owned `nsc` package and keep it
|
- Run forge Namespace services with the repo-owned `nsc` package and keep it
|
||||||
current with the token format expected by Namespace. `nsc 0.0.520` is the
|
current with the token format expected by Namespace. `nsc 0.0.520` is the
|
||||||
first required baseline for revokable token-file auth.
|
first required baseline for revokable token-file auth.
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -32,11 +32,11 @@ instances:
|
||||||
- labels: ["namespace-profile-macos-large"]
|
- labels: ["namespace-profile-macos-large"]
|
||||||
min_idle: 0
|
min_idle: 0
|
||||||
ttl: "60m"
|
ttl: "60m"
|
||||||
machine_type: "macos/arm64:8x16"
|
machine_type: "12x28"
|
||||||
- labels: ["namespace-profile-macos-large-apple"]
|
- labels: ["namespace-profile-macos-large-apple"]
|
||||||
min_idle: 0
|
min_idle: 0
|
||||||
ttl: "90m"
|
ttl: "90m"
|
||||||
machine_type: "macos/arm64:8x16"
|
machine_type: "12x28"
|
||||||
- labels: ["namespace-profile-windows-large"]
|
- labels: ["namespace-profile-windows-large"]
|
||||||
min_idle: 0
|
min_idle: 0
|
||||||
ttl: "45m"
|
ttl: "45m"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue