diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c76b9a312..f6391c2d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: name: Test and Lint needs: skip-check if: needs.skip-check.outputs.should_skip != 'true' - runs-on: rustfs + runs-on: ubicloud-standard-4 timeout-minutes: 60 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" @@ -143,7 +143,7 @@ jobs: name: Build RustFS Debug Binary needs: skip-check if: needs.skip-check.outputs.should_skip != 'true' - runs-on: rustfs + runs-on: ubicloud-standard-4 timeout-minutes: 30 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" @@ -176,7 +176,7 @@ jobs: name: End-to-End Tests needs: [ skip-check, build-rustfs-debug-binary ] if: needs.skip-check.outputs.should_skip != 'true' - runs-on: rustfs + runs-on: ubicloud-standard-2 timeout-minutes: 30 steps: - name: Checkout repository @@ -223,7 +223,7 @@ jobs: name: S3 Implemented Tests needs: [ skip-check, build-rustfs-debug-binary ] if: needs.skip-check.outputs.should_skip != 'true' - runs-on: rustfs + runs-on: ubicloud-standard-4 timeout-minutes: 60 steps: - name: Checkout repository diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 83af4464a..09ffae362 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -263,7 +263,7 @@ jobs: name: Build Docker Images needs: build-check if: needs.build-check.outputs.should_build == 'true' - runs-on: rustfs + runs-on: ubicloud-standard-2 timeout-minutes: 60 strategy: fail-fast: false diff --git a/.github/workflows/e2e-s3tests.yml b/.github/workflows/e2e-s3tests.yml index f8a3e5d3f..a2a8829ae 100644 --- a/.github/workflows/e2e-s3tests.yml +++ b/.github/workflows/e2e-s3tests.yml @@ -63,7 +63,7 @@ defaults: jobs: s3tests-single: if: github.event.inputs['test-mode'] == 'single' - runs-on: rustfs + runs-on: ubicloud-standard-2 timeout-minutes: 120 steps: - uses: actions/checkout@v6 @@ -225,7 +225,7 @@ jobs: s3tests-multi: if: github.event_name == 'workflow_dispatch' && github.event.inputs['test-mode'] == 'multi' - runs-on: rustfs + runs-on: ubicloud-standard-2 timeout-minutes: 150 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 6484209be..8f0b15152 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -40,7 +40,7 @@ env: jobs: performance-profile: name: Performance Profiling - runs-on: rustfs + runs-on: ubicloud-standard-2 timeout-minutes: 30 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" @@ -117,7 +117,7 @@ jobs: benchmark: name: Benchmark Tests - runs-on: rustfs + runs-on: ubicloud-standard-2 timeout-minutes: 45 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"