[Agent][GO] - fix deploy bugs
This commit is contained in:
@@ -253,7 +253,7 @@ func TestUpdateCmiiDeploymentImageTag(t *testing.T) {
|
||||
// 计算20:00的时间
|
||||
now := time.Now()
|
||||
|
||||
targetTime := time.Date(now.Year(), now.Month(), now.Day(), 17, 05, 00, 0, now.Location())
|
||||
targetTime := time.Date(now.Year(), now.Month(), now.Day(), 14, 35, 00, 0, now.Location())
|
||||
|
||||
duration := time.Duration(0)
|
||||
|
||||
@@ -277,7 +277,7 @@ func TestUpdateCmiiDeploymentImageTag(t *testing.T) {
|
||||
appNameTagMap := map[string]string{
|
||||
//"cmii-uav-platform-dispatchh5": "5.6.0-062401",
|
||||
//"cmii-uav-data-post-process": "5.6.0-062401",
|
||||
"cmii-uav-industrial-portfolio": "5.6.0-071601",
|
||||
"cmii-uav-industrial-portfolio": "5.6.0-071701",
|
||||
//"cmii-uav-multilink": "5.5.0",
|
||||
//"cmii-uav-developer": "5.6.0-062701",
|
||||
//"cmii-uav-platform": "5.6.0-0626",
|
||||
|
||||
Reference in New Issue
Block a user