[Agent][GO] - fix deploy bugs

This commit is contained in:
zeaslity
2024-07-17 16:22:40 +08:00
parent 034ae3d25b
commit b7daaddf1e
47 changed files with 25342 additions and 26 deletions

View File

@@ -44,6 +44,23 @@ func TestCmiiEnvDeploy_ChongQingSanHua(t *testing.T) {
}
func TestCmiiEnvDeploy_LiuXiTongGan(t *testing.T) {
// chongqing sanhua
commonEnv := &z_dep.CommonEnvironmentConfig{
WebIP: "10.250.0.200",
WebPort: "8888",
HarborIPOrCustomImagePrefix: "10.250.0.200",
HarborPort: "8033",
Namespace: "bjtg",
TagVersion: "5.6.0",
NFSServerIP: "10.250.0.200",
}
CmiiEnvDeploy(commonEnv, true, demo)
}
func TestCmiiNewAppDeploy(t *testing.T) {
deployNamespace := devOperation