You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Switch every job in both workflows from mt-l-x86iavx512-16-32 to mt-l-x86iavx512-8-64
- Replace the greenlight-container-tools composite action with inline apt-get/curl installs
- Install AWS CLI v2 inline in announce_start and record jobs
- Install gh (via apt keyring) and jq inline in the review job
Notes:
The 8-64 runner (8 CPU / 64 GB) fits the workload better than 16-32.
Dropping the local composite action removes a repo-relative dependency and
makes each job's tool setup self-contained and explicit, matching the
container-based (node:20-bookworm) jobs that have no host execution mode.
Signed-off-by: Jean Schmidt <contato@jschmidt.me>
0 commit comments