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

Change subject: Proceed Login CI tests when all other actions are completed"
......................................................................

Proceed Login CI tests when all other actions are completed"

This reverts commit 2905421724e1752670a5014034148fb3588e8e60.

Change-Id: I9d15ecb25a0da96e3417c74def2c6f04cb1f25f7
---
M .github/workflows/login_tests-ci.yml
1 file changed, 14 insertions(+), 0 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 b69dd85..a8e35f1 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -14,8 +14,22 @@
   PYWIKIBOT_USERNAME: Pywikibot-test

 jobs:
+  wait_for_all:
+    name: Wait for other workflows to finish
+    runs-on: ubuntu-latest
+    steps:
+      - name: Wait for all workflows to complete excluding this one
+        uses: kachick/[email protected]
+        with:
+          skip_same_workflow: true
+          warmup-delay: PT1M
+          minimum-interval: PT5M
+          fail-on-error: false
+
   run_tests:
+    name: Run Login/Logout 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/+/1175242?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: I9d15ecb25a0da96e3417c74def2c6f04cb1f25f7
Gerrit-Change-Number: 1175242
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]

Reply via email to