Skip to content

Conversation

Unix4ever
Copy link
Member

It was using local pod IP which was generating new schematic every time the test runs.

LOCAL_IP=$(ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p')

if [[ "${CI:-false}" == "true" ]]; then
LOCAL_IP=172.20.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
LOCAL_IP=172.20.0.0
LOCAL_IP=172.20.0.1

@utkuozdemir
Copy link
Member

good find!

@github-project-automation github-project-automation bot moved this from In Review to Approved in Planning Sep 26, 2025
@Unix4ever Unix4ever force-pushed the use-bridge-ip-wireguard-ci branch 13 times, most recently from 7d20541 to 45766cb Compare September 30, 2025 17:13
It was using local pod IP which was generating new schematic every time
the test runs.

Signed-off-by: Artem Chernyshev <[email protected]>
@Unix4ever Unix4ever force-pushed the use-bridge-ip-wireguard-ci branch from 45766cb to 9c2a094 Compare September 30, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Approved
Development

Successfully merging this pull request may close these issues.

4 participants