ci: change runner from ubicloud to k8s (#4231)

This commit is contained in:
majinghe
2026-07-03 13:27:53 +08:00
committed by GitHub
parent 1c36c6b208
commit 6fd642253a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -137,7 +137,7 @@ jobs:
name: Test and Lint name: Test and Lint
needs: skip-check needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true' if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4 runs-on: sm-standard-4
timeout-minutes: 60 timeout-minutes: 60
env: env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
@@ -173,7 +173,7 @@ jobs:
name: Test and Lint (rio-v2) name: Test and Lint (rio-v2)
needs: skip-check needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true' if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4 runs-on: sm-standard-4
timeout-minutes: 60 timeout-minutes: 60
env: env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
@@ -201,7 +201,7 @@ jobs:
name: "Test and Lint (${{ matrix.features.name }})" name: "Test and Lint (${{ matrix.features.name }})"
needs: skip-check needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true' if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4 runs-on: sm-standard-4
timeout-minutes: 60 timeout-minutes: 60
strategy: strategy:
fail-fast: false fail-fast: false
+1 -1
View File
@@ -99,7 +99,7 @@ defaults:
jobs: jobs:
s3tests: s3tests:
runs-on: ubicloud-standard-4 runs-on: sm-standard-4
timeout-minutes: 180 timeout-minutes: 180
strategy: strategy:
fail-fast: false fail-fast: false