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

Change subject: GitHub: remove ss command on all GH workflows
......................................................................

GitHub: remove ss command on all GH workflows

ss command is used for debugging the ssh connection only.
It does not work for Windows and MacOS.

Change-Id: I9e49d1b692df2a9e816a775cdcdcfb8568d17fc8
---
M .github/workflows/doctest.yml
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
4 files changed, 4 insertions(+), 4 deletions(-)

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




diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 99051d7..d166173 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -78,9 +78,9 @@
             -i ~/.ssh/id_ed25519 \
             "[email protected]"
           echo "Socket connection:"
-          ss -lntp | grep 1080 || true
           echo "Local IP:"
           curl -s https://api.ipify.org
+          echo
           echo "Proxy IP:"
           curl --proxy socks5h://127.0.0.1:1080 -s https://api.ipify.org
       - name: Generate user files
diff --git a/.github/workflows/login_tests-ci.yml 
b/.github/workflows/login_tests-ci.yml
index 0c13664..610b50f 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -122,9 +122,9 @@
             -i ~/.ssh/id_ed25519 \
             "[email protected]"
           echo "Socket connection:"
-          ss -lntp | grep 1080 || true
           echo "Local IP:"
           curl -s https://api.ipify.org
+          echo
           echo "Proxy IP:"
           curl --proxy socks5h://127.0.0.1:1080 -s https://api.ipify.org
       - name: Generate family files
diff --git a/.github/workflows/oauth_tests-ci.yml 
b/.github/workflows/oauth_tests-ci.yml
index 9935398..03f45a6 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -105,9 +105,9 @@
             -i ~/.ssh/id_ed25519 \
             "[email protected]"
           echo "Socket connection:"
-          ss -lntp | grep 1080 || true
           echo "Local IP:"
           curl -s https://api.ipify.org
+          echo
           echo "Proxy IP:"
           curl --proxy socks5h://127.0.0.1:1080 -s https://api.ipify.org
       - name: Generate family files
diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 986e3eb..68694f7 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -123,9 +123,9 @@
             -i ~/.ssh/id_ed25519 \
             "[email protected]"
           echo "Socket connection:"
-          ss -lntp | grep 1080 || true
           echo "Local IP:"
           curl -s https://api.ipify.org
+          echo
           echo "Proxy IP:"
           curl --proxy socks5h://127.0.0.1:1080 -s https://api.ipify.org
       - name: Generate family files

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