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

Change subject: tests: use kachick/wait-other-jobs for the wait cycle
......................................................................

tests: use kachick/wait-other-jobs for the wait cycle

This action is more flexible and still maintained

Change-Id: I0a3bad561225fa001e0d56577d2c9219db29a25c
---
M .github/workflows/login_tests-ci.yml
1 file changed, 4 insertions(+), 10 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 e129908..b4b5a81 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -4,13 +4,7 @@

 on:
   workflow_run:
-    workflows:
-      - Doctest CI
-      - Oauth CI
-      - pre-commit
-      - Pywikibot CI
-      - Sysop write test CI
-      - Windows Tests
+    workflows: [Pywikibot CI]
     branches: [master]
     types: [completed]

@@ -24,10 +18,10 @@
     runs-on: ubuntu-latest
     steps:
       - name: Wait for all workflows to complete
-        uses: ahmadnassri/[email protected]
+        uses: kachick/[email protected]
         with:
-          delay: 60000
-          timeout: 3600000
+          warmup-delay: PT1M
+          minimum-interval: PT5M
       - name: Proceed with tests
         run: echo "All workflows have completed. Proceeding with Login CI 
tests."
   run_tests:

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