Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1323815?usp=email )

Change subject: tests: Fix graalpy test matrix
......................................................................

tests: Fix graalpy test matrix

Change-Id: Idafe31450069757f7bc45deb7d93b2bed752328b
---
M .github/workflows/graalpy_tests.yml
1 file changed, 4 insertions(+), 8 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved
  jenkins-bot: Verified




diff --git a/.github/workflows/graalpy_tests.yml 
b/.github/workflows/graalpy_tests.yml
index 5da433c..fdd7d99 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -21,18 +21,12 @@
   build:
     runs-on: ${{ matrix.os || 'ubuntu-latest' }}
     continue-on-error: ${{ matrix.experimental || false }}
-    timeout-minutes: 110
+    timeout-minutes: 45
     strategy:
       fail-fast: false
       matrix:
-        python-version: [graalpy-24.1]
+        python-version: [graalpy-24.1, graalpy-25.0]
         os: [macOS-latest, ubuntu-latest]
-        include:
-          - python-version: graalpy-25.0
-            os: macOS-latest
-          - python-version: graalpy-25.0
-            os: ubuntu-latest
-            experimental: true
     steps:
       - name: Checkout Repository
         uses: actions/checkout@v7
@@ -81,10 +75,12 @@
             coverage run -m pytest -k "not TestDate" -a "not net" 
--ignore=tests/script_tests.py
           fi
       - name: Show coverage statistics
+        if: matrix.python-version != 'graalpy-25.0' || matrix.os != 
'ubuntu-latest'
         run: |
           coverage combine || true
           coverage report
       - name: Upload coverage to Codecov
+        if: matrix.python-version != 'graalpy-25.0' || matrix.os != 
'ubuntu-latest'
         uses: codecov/codecov-action@v7
         env:
           CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1323815?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Idafe31450069757f7bc45deb7d93b2bed752328b
Gerrit-Change-Number: 1323815
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to