mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-22 05:57:18 +02:00
ci: right-size five single-core jobs to ubicloud-standard-2
actionlint, skill-docs, version-gate, pr-title-sync, and the evals report job never exceed one core; standard-8 was ~4x the cost for zero wall-clock. build-image and the eval matrix keep standard-8. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
4d12ea2512
commit
3b2fcb2b9a
@@ -15,7 +15,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
actionlint:
|
actionlint:
|
||||||
runs-on: ubicloud-standard-8
|
runs-on: ubicloud-standard-2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# Pull the prebuilt image instead of rhysd/actionlint@v1.7.11 (a Docker
|
# Pull the prebuilt image instead of rhysd/actionlint@v1.7.11 (a Docker
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ jobs:
|
|||||||
retention-days: 90
|
retention-days: 90
|
||||||
|
|
||||||
report:
|
report:
|
||||||
runs-on: ubicloud-standard-8
|
runs-on: ubicloud-standard-2
|
||||||
needs: evals
|
needs: evals
|
||||||
if: always() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
|
if: always() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
name: Sync PR title to VERSION
|
name: Sync PR title to VERSION
|
||||||
runs-on: ubicloud-standard-8
|
runs-on: ubicloud-standard-2
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-freshness:
|
check-freshness:
|
||||||
runs-on: ubicloud-standard-8
|
runs-on: ubicloud-standard-2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check VERSION is not stale vs queue
|
name: Check VERSION is not stale vs queue
|
||||||
runs-on: ubicloud-standard-8
|
runs-on: ubicloud-standard-2
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
|
|||||||
Reference in New Issue
Block a user