Skip to content

Commit c17541b

Browse files
committed
ci: run CI on self-hosted -4x runners
GitHub public runners are too constrained for the operator build; switch ci.yml to the self-hosted -4x runner pool (ubuntu-24.04 -> ubuntu-24.04-4x, ubuntu-24.04-arm -> ubuntu-24.04-arm-4x). Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent 1a688c2 commit c17541b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci-chart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ on:
3434

3535
jobs:
3636
lint-test:
37+
if : ${{ github.event_name == 'pull_request' || (github.event.pull_request.changed_files > 0 && contains(github.event.pull_request.changed_files, 'deploy/gpustack-operator/chart/')) }}
3738
timeout-minutes: 60
3839
runs-on: ubuntu-24.04
3940
steps:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
cat <<EOF > matrix.json
6565
[
6666
{
67-
"runner": "ubuntu-24.04",
67+
"runner": "ubuntu-24.04-4x",
6868
"platform": "linux/amd64"
6969
},
7070
{
71-
"runner": "ubuntu-24.04-arm",
71+
"runner": "ubuntu-24.04-arm-4x",
7272
"platform": "linux/arm64"
7373
}
7474
]

specs/2026-06-25-accelerator-soft-slicing-runtime-isolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spec: Accelerator Soft-Slicing Runtime Isolation (NVIDIA HAMi-core / Ascend vcann-rt)
22

3-
Status: Built
3+
Status: Shipped
44

55
## Summary
66

0 commit comments

Comments
 (0)