From c011dd299ba85803416c2585cd51b10b0d5ef3c1 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Tue, 21 Sep 2021 17:35:15 +0100 Subject: Increase parallelism of CI runs to 4. --- .github/workflows/tests.yml | 6 +++--- .github/workflows/twisted_trunk.yml | 2 +- changelog.d/10871.misc | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changelog.d/10871.misc diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa9c5e036a..572e0279c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,7 +113,7 @@ jobs: run: until pg_isready -h localhost; do sleep 1; done - run: tox -e py,combine env: - TRIAL_FLAGS: "--jobs=2" + TRIAL_FLAGS: "--jobs=4" SYNAPSE_POSTGRES: ${{ matrix.database == 'postgres' || '' }} SYNAPSE_POSTGRES_HOST: localhost SYNAPSE_POSTGRES_USER: postgres @@ -141,7 +141,7 @@ jobs: workdir: /github/workspace entrypoint: .ci/scripts/test_old_deps.sh env: - TRIAL_FLAGS: "--jobs=2" + TRIAL_FLAGS: "--jobs=4" - name: Dump logs # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs @@ -171,7 +171,7 @@ jobs: - run: pip install tox - run: tox -e py,combine env: - TRIAL_FLAGS: "--jobs=2" + TRIAL_FLAGS: "--jobs=4" - name: Dump logs # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml index b5c729888f..b93649c5da 100644 --- a/.github/workflows/twisted_trunk.yml +++ b/.github/workflows/twisted_trunk.yml @@ -30,7 +30,7 @@ jobs: - run: pip install tox - run: tox -e py env: - TRIAL_FLAGS: "--jobs=2" + TRIAL_FLAGS: "--jobs=4" - name: Dump logs # Note: Dumps to workflow logs instead of using actions/upload-artifact diff --git a/changelog.d/10871.misc b/changelog.d/10871.misc new file mode 100644 index 0000000000..74547d71d2 --- /dev/null +++ b/changelog.d/10871.misc @@ -0,0 +1 @@ +Increase parallelism of CI test runs to 4. -- cgit 1.5.1