优化镜像同步,新增雄安集团监管平台项目
This commit is contained in:
@@ -59,6 +59,27 @@ func TestCmiiEnvDeploy_WddSuperCluster(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestCmiiEnvDeploy_XiongAnJianGuanPingTai(t *testing.T) {
|
||||
|
||||
// 雄安空能院 2025年8月7日
|
||||
commonEnv := &z_dep.CommonEnvironmentConfig{
|
||||
WebIP: "144.7.97.167",
|
||||
WebPort: "8088",
|
||||
HarborIPOrCustomImagePrefix: "10.22.57.8",
|
||||
HarborPort: "8033",
|
||||
Namespace: "xa-dcity-uas-260116",
|
||||
TagVersion: "uas-2.2",
|
||||
TenantEnv: "",
|
||||
MinioPublicIP: "",
|
||||
MinioInnerIP: "helm-minio",
|
||||
NFSServerIP: "10.22.57.3",
|
||||
ApplyFilePrefix: "",
|
||||
}
|
||||
|
||||
CmiiEnvDeployOffline(commonEnv, true, real_project.CmiiUas22ImageList)
|
||||
|
||||
}
|
||||
|
||||
func TestCmiiEnvDeploy_XiongAnKongNengYuan(t *testing.T) {
|
||||
|
||||
// 雄安空能院 2025年8月7日
|
||||
|
||||
@@ -60,7 +60,7 @@ func TestPullFromEntityAndSyncConditionally(t *testing.T) {
|
||||
sync := ImageSyncEntity{
|
||||
DownloadCondition: &DownloadEntity{
|
||||
ShouldDownloadImage: true,
|
||||
ProjectName: "xakny",
|
||||
ProjectName: "xauas22",
|
||||
ProjectVersion: "",
|
||||
CmiiNameTagList: []string{},
|
||||
FullNameImageList: fullImageList,
|
||||
|
||||
Reference in New Issue
Block a user