Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1234305?usp=email )
Change subject: Use get-throttle for windows_tests ......................................................................
Use get-throttle for windows_tests
Bug: T414170 Change-Id: I6af1bbc537e0122d55683be844151a8fffc3cce8 Signed-off-by: Xqt info@gno.de --- M .github/workflows/windows_tests.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml index 3f37aa2..ce7c17f 100644 --- a/.github/workflows/windows_tests.yml +++ b/.github/workflows/windows_tests.yml @@ -62,6 +62,7 @@ echo "maximum_GET_length = 5000" >> user-config.py echo "transliteration_target = None" >> user-config.py echo "console_encoding = 'utf8'" >> user-config.py + echo "minthrottle = 1" >> user-config.py echo "import os" >> user-config.py echo "password_file = os.path.expanduser('passwordfile')" >> user-config.py echo "('${{ env.PYWIKIBOT_USERNAME }}', '${{ secrets.PYWIKIBOT_USERPWD }}')" > passwordfile
pywikibot-commits@lists.wikimedia.org