Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Movw long running jobs on top

Change-Id: Iabfefa0c4bdbc275cbb7679587484275f42c220e
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)

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 change 752603. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Iabfefa0c4bdbc275cbb7679587484275f42c220e
Gerrit-Change-Number: 752603
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-CC: jenkins-bot
Gerrit-MessageType: merged