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 14 times, most recently from 45766cb to 9c2a094 Compare September 30, 2025 17:14
@Unix4ever Unix4ever force-pushed the use-bridge-ip-wireguard-ci branch 4 times, most recently from 08d5128 to 6aff6bb Compare October 17, 2025 13:39
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 6aff6bb to b5765d8 Compare October 20, 2025 09:23
@Unix4ever
Copy link
Member Author

/m

@talos-bot talos-bot merged commit b5765d8 into siderolabs:main Oct 20, 2025
55 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants