mirror of https://github.com/zulip/zulip.git
ci: Remove CircleCI workaround for buggy CPU count allocation.
GitHub Actions gives us 2 cpus (probably shared) to run the jobs. Specifying 6 processes here doesn't make a difference since both jobs run in around 5 minutes right now.
This commit is contained in:
parent
f2a137f863
commit
e0ed9cc605
|
@ -132,11 +132,7 @@ jobs:
|
|||
run: |
|
||||
source tools/ci/activate-venv
|
||||
exec 2>&1
|
||||
# We need to pass a parallel level to test-backend because GitHub Actions'
|
||||
# docker setup means the auto-detection logic sees the ~36 processes
|
||||
# the Docker host has, not the ~2 processes of resources we're
|
||||
# allocated.
|
||||
./tools/test-backend --coverage --include-webhooks --no-cov-cleanup --ban-console-output --parallel=6
|
||||
./tools/test-backend --coverage --include-webhooks --no-cov-cleanup --ban-console-output
|
||||
|
||||
- name: Run mypy
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue