diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76b67be91..710db5ecf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,7 +201,7 @@ jobs: name: Build RustFS needs: [ build-check, prepare-platform-matrix ] if: needs.build-check.outputs.should_build == 'true' && needs.prepare-platform-matrix.result == 'success' - runs-on: ${{ matrix.platform == 'linux' && fromJSON('["self-hosted","linux","compile"]') || matrix.os }} + runs-on: ${{ matrix.platform == 'linux' && fromJSON('["self-hosted","linux","sm-standard-2"]') || matrix.os }} timeout-minutes: 90 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 353cda63c..e48d72a17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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