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
needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4
runs-on: sm-standard-4
timeout-minutes: 60
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
@@ -173,7 +173,7 @@ jobs:
name: Test and Lint (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: 60
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
@@ -201,7 +201,7 @@ jobs:
name: "Test and Lint (${{ matrix.features.name }})"
needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4
runs-on: sm-standard-4
timeout-minutes: 60
strategy:
fail-fast: false
+1 -1
View File
@@ -99,7 +99,7 @@ defaults:
jobs:
s3tests:
runs-on: ubicloud-standard-4
runs-on: sm-standard-4
timeout-minutes: 180
strategy:
fail-fast: false