新增xa空能院项目,新增大量的更新内容
This commit is contained in:
@@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
image2 "wdd.io/agent-common/image"
|
||||
"wdd.io/agent-common/real_project"
|
||||
"wdd.io/agent-common/utils"
|
||||
@@ -51,15 +52,15 @@ func TestPullFromEntityAndSyncConditionally(t *testing.T) {
|
||||
// 全部镜像列表
|
||||
fullImageList := []string{}
|
||||
|
||||
fullImageList = append(fullImageList, real_project.CmiiUas2ImageList...)
|
||||
fullImageList = append(fullImageList, real_project.CmiiUas21XAImageList...)
|
||||
fullImageList = append(fullImageList, real_project.CmiiSRSImageList...)
|
||||
fullImageList = append(fullImageList, real_project.CmiiDorisImageList...)
|
||||
//fullImageList = append(fullImageList, real_project.CmiiDorisImageList...)
|
||||
|
||||
// 下载镜像的核心函数
|
||||
sync := ImageSyncEntity{
|
||||
DownloadCondition: &DownloadEntity{
|
||||
ShouldDownloadImage: true,
|
||||
ProjectName: "uavms-2.0",
|
||||
ProjectName: "xakny",
|
||||
ProjectVersion: "",
|
||||
CmiiNameTagList: []string{},
|
||||
FullNameImageList: fullImageList,
|
||||
|
||||
Reference in New Issue
Block a user