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

Change subject: Tests: Do not run GraalPy tests with coverage on Windows
......................................................................

Tests: Do not run GraalPy tests with coverage on Windows

Bug: T414086
Change-Id: If21b4cf5589a9fbd92d485a3b97aef3552a540f4
---
M .github/workflows/graalpy_tests.yml
1 file changed, 4 insertions(+), 4 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 bf9ea88..4492e1a5 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -18,7 +18,7 @@
   build:
     runs-on: ${{ matrix.os || 'ubuntu-latest' }}
     continue-on-error: ${{ matrix.experimental || false }}
-    timeout-minutes: 120
+    timeout-minutes: 35
     strategy:
       fail-fast: false
       matrix:
@@ -54,14 +54,14 @@
         id: ci_test
         shell: bash
         continue-on-error: true
-        timeout-minutes: 110
+        timeout-minutes: 25
         env:
           PYTHONIOENCODING: utf-8
           PYWIKIBOT_TEST_NO_RC: 1
         run: |
           python pwb.py version
-          if [[ "${{ matrix.python-version }}" == "graalpy-25.0" && "${{ 
matrix.os }}" == "ubuntu-latest" ]]; then
-            echo "Running tests without coverage (GraalPy 25 on Ubuntu)"
+          if [[ "${{ matrix.os }}" == "windows-latest" || ( "${{ 
matrix.python-version }}" == "graalpy-25.0" && "${{ matrix.os }}" == 
"ubuntu-latest" ) ]]; then
+            echo "Running tests without coverage"
             pytest -k "not TestDate" -a "not net" 
--ignore=tests/script_tests.py
           else
             echo "Running tests with coverage"

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1224667?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: If21b4cf5589a9fbd92d485a3b97aef3552a540f4
Gerrit-Change-Number: 1224667
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