aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-07-18 10:33:40 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-07-18 10:34:43 -0700
commita158a3bccf1817197aba2d104a640ecf0360e286 (patch)
treec9d86d26506a4d8619dbf70d44ce36f017b8edc0 /version-manifest/pom.xml
parentfb4b8fb98af42e61dff04a335809c268da1eb006 (diff)
Add staging docker manifest
Change-Id: Id93ae782cbfbff3c7cea690e4ebffc11a1acb05a Issue-ID: INT-532 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r--version-manifest/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml
index 2b9722819..bde19331f 100644
--- a/version-manifest/pom.xml
+++ b/version-manifest/pom.xml
@@ -109,6 +109,19 @@
</configuration>
</execution>
<execution>
+ <id>check-docker-manifest-staging-sorted</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <configuration>
+ <arguments>
+ <argument>${project.basedir}/src/main/scripts/check-sorted.sh</argument>
+ <argument>${project.basedir}/src/main/resources/docker-manifest-staging.csv</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
<id>check-java-manifest-sorted</id>
<phase>validate</phase>
<goals>
@@ -134,6 +147,19 @@
</arguments>
</configuration>
</execution>
+ <execution>
+ <id>check-docker-staging-images-exist</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <configuration>
+ <arguments>
+ <argument>${project.basedir}/src/main/scripts/check-docker-manifest-staging.sh</argument>
+ <argument>${project.basedir}/src/main/resources/docker-manifest-staging.csv</argument>
+ </arguments>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>