From e9e281a43d09b640f8433080964ba2a8b7138bef Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Tue, 22 Sep 2020 13:56:20 +0200 Subject: [PATCH] CI: avoiding overlapping network w/ builder pipelines Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/dsTestDeployTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/dsTestDeployTools.py b/ci-scripts/dsTestDeployTools.py index 47e7bd97..ebb7de11 100644 --- a/ci-scripts/dsTestDeployTools.py +++ b/ci-scripts/dsTestDeployTools.py @@ -26,7 +26,7 @@ import sys import subprocess import time -CICD_PRIVATE_NETWORK_RANGE='192.168.28.0/26' +CICD_PRIVATE_NETWORK_RANGE='192.168.68.0/26' CICD_PUBLIC_NETWORK_RANGE='192.168.61.192/26' CICD_MYSQL_PUBLIC_ADDR='192.168.61.194' -- GitLab