Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1310565?usp=email )
Change subject: tests: use experimental flag for macOS/graalpy-24.1 and
upuntu/25.0 only
......................................................................
tests: use experimental flag for macOS/graalpy-24.1 and upuntu/25.0 only
Change-Id: Id8be93adc8ee10938bd52dcf3ef00b4c462fd614
---
M .github/workflows/graalpy_tests.yml
1 file changed, 10 insertions(+), 5 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/graalpy_tests.yml
b/.github/workflows/graalpy_tests.yml
index 72a0d21..00cf935 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -25,10 +25,15 @@
strategy:
fail-fast: false
matrix:
- python-version: [graalpy-24.1, graalpy-25.0]
- site: ['wikipedia:test']
- os: [macOS-latest, ubuntu-latest]
- experimental: [true]
+ include:
+ - python-version: graalpy-24.1
+ os: macOS-latest
+ experimental: true
+ - python-version: graalpy-24.1
+ - python-version: graalpy-25.0
+ os: macOS-latest
+ - python-version: graalpy-25.0
+ experimental: true
steps:
- name: Checkout Repository
uses: actions/checkout@v7
@@ -59,7 +64,7 @@
run: pip install setuptools
- name: Generate user files
run: |
- python -Werror::UserWarning -m pwb generate_user_files
-site:${{matrix.site}} -v -debug;
+ python -Werror::UserWarning -m pwb generate_user_files
-site:wikipedia:test -v -debug;
- name: Test with pytest
id: ci_test
continue-on-error: true
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1310565?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: Id8be93adc8ee10938bd52dcf3ef00b4c462fd614
Gerrit-Change-Number: 1310565
Gerrit-PatchSet: 2
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]