Skip to content

Commit 01001f2

Browse files
committed
tmp
note: ss -lnp does not show 12345 so the python command might fail Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
1 parent 5fd8cb1 commit 01001f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-kola-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,12 @@ jobs:
161161
set -x
162162
set -euo pipefail
163163
164+
ip -4 addr
164165
python3 -m http.server -d "${TESTS_WEBSERVER_WEBROOT}" -b "${TESTS_WEBSERVER_IP}" "${TESTS_WEBSERVER_PORT}" &
165166
167+
sleep 2
168+
sudo ss -lnp | grep 12345
169+
166170
pushd scripts
167171
168172
source ci-automation/ci_automation_common.sh

0 commit comments

Comments
 (0)