Skip to content

Commit

Permalink
increase runner size
Browse files Browse the repository at this point in the history
  • Loading branch information
asdine committed Dec 2, 2024
1 parent 2663845 commit 547b454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ jobs:
needs: [newer-or-equal-than-1_25]
if: ${{ (needs.newer-or-equal-than-1_25.outputs.check ) && ( github.event.inputs.test_to_run == 'multi_tenancy_activate_deactivate' || github.event.inputs.test_to_run == '') }}
name: Activate and deactivate tenants' shards
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest-8-cores
timeout-minutes: 60
env:
PERSISTENCE_LSM_ACCESS_STRATEGY: ${{inputs.lsm_access_strategy}}
Expand Down

0 comments on commit 547b454

Please sign in to comment.