[sdc] - sanity docker build disabled in sdc-os-chef pom.xml 05/6205/1
authorTal Gitelman <tg851x@intl.att.com>
Tue, 25 Jul 2017 12:53:28 +0000 (15:53 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Tue, 25 Jul 2017 12:53:28 +0000 (15:53 +0300)
Change-Id: I220cda36098ff425f6ee836062e88c12a00d113d
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
sdc-os-chef/pom.xml

index 152b880..d14cfd1 100644 (file)
                                                                </image>
 
                                                                <!-- Build sanity image -->
-                                                               <image>
+                                                               <!-- <image>
                                                                        <name>openecomp/sdc-sanity</name>
                                                                        <alias>sdc-sanity</alias>
                                                                        <build>
                                                                                        <tag>1.1-STAGING-latest</tag>
                                                                                </tags>
                                                                        </build>
-                                                               </image>
+                                                               </image> -->
 
                                                        </images>
                                                </configuration>
                                 </goals>
                                 <configuration>
                                 <removeAll>true</removeAll>
-                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image>
+                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana<!-- ,openecomp/sdc-sanity --></image>
                                 </configuration>
                                                        </execution>
 
                                                                        <goal>push</goal>
                                 </goals>
                                 <configuration>
-                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image>
+                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana<!-- ,openecomp/sdc-sanity --></image>
                                 </configuration>
                                                        </execution>
                                                </executions>