Merge pull request #14303 from appsmithorg/chore/dont-run-perf-tests-on-ubuntu
chore: Run perf tests only on buildjet machine
This commit is contained in:
parent
b9c5d91968
commit
5e3475bcce
|
|
@ -1302,11 +1302,7 @@ jobs:
|
||||||
needs: [build, server-build]
|
needs: [build, server-build]
|
||||||
# Only run if the build step is successful
|
# Only run if the build step is successful
|
||||||
if: success()
|
if: success()
|
||||||
strategy:
|
runs-on: buildjet-4vcpu-ubuntu-2004
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
machine: [ubuntu-latest,buildjet-4vcpu-ubuntu-2004]
|
|
||||||
runs-on: ${{ matrix.machine }}
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: app/client
|
working-directory: app/client
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user