优化镜像同步的内容

This commit is contained in:
zeaslity
2026-01-19 10:11:16 +08:00
parent 1d42f28c7e
commit 739cbca267
37 changed files with 11544 additions and 137 deletions

View File

@@ -24,7 +24,7 @@ func TestFetchDependencyRepos_Middle(t *testing.T) {
func TestFetchDependencyRepos_RKE(t *testing.T) {
errorPullImageList, errorGzipImageList, realCmiiImageName, allGzipFileNameList := C_DownloadCompressUploadDependency(true, false, true)
errorPullImageList, errorGzipImageList, realCmiiImageName, allGzipFileNameList := C_DownloadCompressUploadDependency(true, true, true)
utils.BeautifulPrintListWithTitle(errorPullImageList, "errorPullImageList")
utils.BeautifulPrintListWithTitle(errorGzipImageList, "errorGzipImageList")
@@ -52,7 +52,7 @@ func TestPullFromEntityAndSyncConditionally(t *testing.T) {
// 全部镜像列表
fullImageList := []string{}
fullImageList = append(fullImageList, real_project.CmiiUas21XAImageList...)
fullImageList = append(fullImageList, real_project.CmiiUas22ImageList...)
fullImageList = append(fullImageList, real_project.CmiiSRSImageList...)
//fullImageList = append(fullImageList, real_project.CmiiDorisImageList...)