Distributed computation caching and task execution are currently disabled for this organization. Your Enterprise license has expired. Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
245a5b47 Eval: teach evaluate-ci.ts about the rc-sweep workflows (cohort 1 + 2)
Adds 12 workflow keys to EVAL_BRANCHES / WORKFLOW_NAMES / NX_TAG_MAP:
rc:{xlarge-plus,xlarge,large-plus,large,medium-plus,medium}
rc2:{xlarge-plus,xlarge,large-plus,large,medium-plus,medium}
All rc:* PRs carry the ci:normal label, so they map to ci:normal in
NX_TAG_MAP. Each workflow filters to its single dedicated branch.
Also adds RC_BRANCH_LINUX_BROWSERS_CPM: a hard-coded map from rc branch
name to the linux-browsers-js credit multiplier that branch's agents.yaml
sets. When the dashboard /cipes/{id}/analysis endpoint returns an empty
computeCreditUsages (observed ~50% of the time for the cheaper classes),
the fallback credit computation uses this per-branch rate instead of the
local worktree's agents.yaml — otherwise cross-branch syncs would always
bill linux-browsers-js at whatever class kasper/nx-ai is on.