Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1167599?usp=email )
Change subject: tests: Proceed Login CI tests wit all other actions are
completed
......................................................................
tests: Proceed Login CI tests wit all other actions are completed
Change-Id: Ifaab6092bb5037ef177232d36006a57b1b3d40ad
---
M .github/workflows/login_tests-ci.yml
1 file changed, 17 insertions(+), 4 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.github/workflows/login_tests-ci.yml
b/.github/workflows/login_tests-ci.yml
index f167462..f4582f0 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -4,10 +4,15 @@
on:
workflow_run:
- workflows: [Pywikibot CI]
+ workflows:
+ - Doctest CI
+ - Oauth CI
+ - pre-commit
+ - Pywikibot CI
+ - Sysop write test CI
+ - Windows Tests
branches: [master]
- types:
- - completed
+ types: [completed]
env:
PYWIKIBOT_TEST_RUNNING: 1
@@ -15,8 +20,16 @@
PYWIKIBOT_USERNAME: Pywikibot-test
jobs:
- build:
+ wait_for_all:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Wait for all workflows to complete
+ uses: ahmadnassri/[email protected]
+ - name: Proceed with tests
+ run: echo "All workflows have completed. Proceeding with Login CI
tests."
+ run_tests:
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
+ needs: wait_for_all
timeout-minutes: 30
strategy:
fail-fast: false
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1167599?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: Ifaab6092bb5037ef177232d36006a57b1b3d40ad
Gerrit-Change-Number: 1167599
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]