ci: add self host runner on k8s (#4181)

This commit is contained in:
majinghe
2026-07-02 15:55:36 +08:00
committed by GitHub
parent 1a9952c3fe
commit 3533080d4a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -218,7 +218,7 @@ jobs:
name: Build RustFS Debug Binary
needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4
runs-on: sm-standard-4
timeout-minutes: 30
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
@@ -251,7 +251,7 @@ jobs:
name: Build RustFS Debug Binary (rio-v2)
needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4
runs-on: sm-standard-4
timeout-minutes: 30
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
@@ -284,7 +284,7 @@ jobs:
name: End-to-End Tests
needs: [ skip-check, build-rustfs-debug-binary ]
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-2
runs-on: sm-standard-2
timeout-minutes: 30
steps:
- name: Checkout repository
@@ -334,7 +334,7 @@ jobs:
name: End-to-End Tests (rio-v2)
needs: [ skip-check, build-rustfs-debug-binary-rio-v2 ]
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-2
runs-on: sm-standard-2
timeout-minutes: 30
steps:
- name: Checkout repository