Start with buildjet-2vcpu-ubuntu-2204

This commit is contained in:
Benoit Marty 2022-09-19 10:17:05 +02:00
parent 0685fb1e1a
commit 75236e9ed0
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ jobs:
ui-tests:
name: UI Tests (Synapse)
needs: should-i-run
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-2vcpu-ubuntu-2204
strategy:
fail-fast: false
matrix:

View file

@ -13,7 +13,7 @@ env:
jobs:
tests:
name: Runs all tests
runs-on: buildjet-4vcpu-ubuntu-2204 # for the emulator
runs-on: buildjet-2vcpu-ubuntu-2204
# Allow all jobs on main and develop. Just one per PR.
concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('unit-tests-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-{0}', github.sha) || format('unit-tests-{0}', github.ref) }}