Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/752602 )
Change subject: [tests] limit github action parallel tasks ......................................................................
[tests] limit github action parallel tasks
PyPy almost need 1 hour for checks. CPython needs 1/4 of that time. we have 22 tests now and we can set max-parallel without increasing total test time.
Change-Id: I05d1358589e80dc67a476fc274711fd6963a1e42 --- M .github/workflows/pywikibot-ci.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index 854b345..731f2b8 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -20,6 +20,7 @@
strategy: fail-fast: false + max-parallel: 7
matrix: python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
pywikibot-commits@lists.wikimedia.org