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

Change subject: Tests: update login_tests-ci.yml to skip wait cycle for itself
......................................................................

Tests: update login_tests-ci.yml to skip wait cycle for itself

Change-Id: Ied2fffe68b7c4aacf41f7527dee4e7a06e787a45
---
M .github/workflows/login_tests-ci.yml
1 file changed, 7 insertions(+), 1 deletion(-)

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 de09d81..e86a180 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -22,9 +22,15 @@
         uses: kachick/wait-other-jobs@v3.8.1
         with:
           skip-same-workflow: true
+          skip-list: |
+            [
+              {
+                "workflowFile": "login_tests-ci.yml",
+                "jobName": "Wait for other workflows to finish"
+              }
+            ]
           warmup-delay: PT1M
           minimum-interval: PT5M
-          fail-on-error: false

   run_tests:
     name: Run Login/Logout Tests

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1176693?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: Ied2fffe68b7c4aacf41f7527dee4e7a06e787a45
Gerrit-Change-Number: 1176693
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to