mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
6
.github/workflows/zulip-ci.yml
vendored
6
.github/workflows/zulip-ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user