You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/26 06:46:11 UTC

[incubator-servicecomb-saga] branch SCB-433 created (now 4bb1755)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch SCB-433
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.


      at 4bb1755  SCB-433 Updated the docker running setting

This branch includes the following new commits:

     new 4bb1755  SCB-433 Updated the docker running setting

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.

[incubator-servicecomb-saga] 01/01: SCB-433 Updated the docker running setting

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch SCB-433
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit 4bb1755508c4fde53d69eb48636199d9cd975859
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 26 14:45:19 2018 +0800

    SCB-433 Updated the docker running setting
---
 acceptance-tests/acceptance-pack/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/acceptance-tests/acceptance-pack/pom.xml b/acceptance-tests/acceptance-pack/pom.xml
index 232c73b..aaae3fb 100644
--- a/acceptance-tests/acceptance-pack/pom.xml
+++ b/acceptance-tests/acceptance-pack/pom.xml
@@ -107,7 +107,7 @@
                       <port>alpha.rest.port:8090</port>
                     </ports>
                     <dependsOn>
-                      <dependsOn>postgres</dependsOn>
+                      <container>postgres</container>
                     </dependsOn>
                   </run>
                 </image>
@@ -138,6 +138,9 @@
                       <port>car.port:8080</port>
                       <port>car.byteman.port:9091</port>
                     </ports>
+                    <dependsOn>
+                      <container>alpha</container>
+                    </dependsOn>
                   </run>
                 </image>
                 <image>
@@ -167,6 +170,9 @@
                       <port>hotel.port:8080</port>
                       <port>hotel.byteman.port:9091</port>
                     </ports>
+                    <dependsOn>
+                      <container>alpha</container>
+                    </dependsOn>
                   </run>
                 </image>
                 <image>
@@ -198,6 +204,9 @@
                       <port>booking.port:8080</port>
                       <port>booking.byteman.port:9091</port>
                     </ports>
+                    <dependsOn>
+                      <container>alpha</container>
+                    </dependsOn>
                   </run>
                 </image>
               </images>

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.