ci: give lint enough blacksmith cpu · openclaw/openclaw@c3f4c75
steipete
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1381,7 +1381,7 @@ jobs:
|
1381 | 1381 | runner: blacksmith-4vcpu-ubuntu-2404 |
1382 | 1382 | - check_name: check-lint |
1383 | 1383 | task: lint |
1384 | | -runner: blacksmith-8vcpu-ubuntu-2404 |
| 1384 | +runner: blacksmith-16vcpu-ubuntu-2404 |
1385 | 1385 | - check_name: check-policy-guards |
1386 | 1386 | task: policy-guards |
1387 | 1387 | runner: ubuntu-24.04 |
@@ -1462,7 +1462,7 @@ jobs:
|
1462 | 1462 | pnpm tsgo:prod |
1463 | 1463 | ;; |
1464 | 1464 | lint) |
1465 | | - pnpm lint --threads=4 |
| 1465 | + pnpm lint --threads=8 |
1466 | 1466 | ;; |
1467 | 1467 | policy-guards) |
1468 | 1468 | pnpm lint:webhook:no-low-level-body-read |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。