ci: replace ubicloud runner with self host runner on k8s (#4245)

This commit is contained in:
majinghe
2026-07-03 23:12:18 +08:00
committed by GitHub
parent 63b6954ae3
commit 4542d4060f
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ jobs:
name: S3 Implemented Tests
needs: [ skip-check, build-rustfs-debug-binary, e2e-tests ]
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubicloud-standard-4
runs-on: sm-standard-4
timeout-minutes: 60
steps:
- name: Checkout repository