jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1195411?usp=email )

Change subject: tests: meta login is required for superset test
......................................................................

tests: meta login is required for superset test

Change-Id: I1d793e97dd555c5e4086d31def18c21814d2e681
---
M .github/workflows/oauth_tests-ci.yml
1 file changed, 1 insertion(+), 0 deletions(-)

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




diff --git a/.github/workflows/oauth_tests-ci.yml 
b/.github/workflows/oauth_tests-ci.yml
index ca21d53..5895226 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -87,6 +87,7 @@
         run: |
           python -Werror::UserWarning -m pwb generate_user_files 
-family:${{matrix.family}} -lang:${{matrix.code}} -user:${{ 
env.PYWIKIBOT_USERNAME }} -v -debug;
           echo "usernames['commons']['beta'] = '${{ env.PYWIKIBOT_USERNAME 
}}'" >> user-config.py
+          echo "usernames['meta']['meta'] = '${{ env.PYWIKIBOT_USERNAME }}'" 
>> user-config.py
           echo "authenticate['${{ matrix.domain }}'] = ('${{ 
steps.split.outputs._0 }}', '${{ steps.split.outputs._1 }}', '${{ 
steps.split.outputs._2 }}', '${{ steps.split.outputs._3 }}')" >> user-config.py
           echo "noisysleep = float('inf')" >> user-config.py
           echo "maximum_GET_length = 5000" >> user-config.py

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