Skip to content

Commit 6104729

Browse files
fix: target correct host IP 10.1.0.10
1 parent 2edbd2e commit 6104729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
cd hybrid-cloud-poc
3030
chmod +x ci_test_runner.py test_integration.sh
3131
# --no-color ensures clean logs in GitHub Actions
32-
# test_integration.sh auto-detects single-machine mode
33-
./ci_test_runner.py --no-color
32+
# Explicitly targeting 10.1.0.10 (mwserver12)
33+
./ci_test_runner.py --no-color -- --control-plane-host 10.1.0.10 --agents-host 10.1.0.10 --onprem-host 10.1.0.10

0 commit comments

Comments
 (0)