Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/752603
)
Change subject: [tests] Movw long running jobs on top
......................................................................
[tests] Movw long running jobs on top
Change-Id: Iabfefa0c4bdbc275cbb7679587484275f42c220e
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 731f2b8..4eaef12 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -23,7 +23,7 @@
max-parallel: 7
matrix:
- python-version: ["3.5", "3.6", "3.7",
"3.8", "3.9", "3.10", "pypy3"]
+ python-version: ["pypy3", "3.5", "3.6",
"3.7", "3.8", "3.9", "3.10"]
site: ["wikipedia:en", "wikisource:zh"]
test_prod_only: [true]
include:
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/752603
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Iabfefa0c4bdbc275cbb7679587484275f42c220e
Gerrit-Change-Number: 752603
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-CC: jenkins-bot
Gerrit-MessageType: merged