yuanzac commented on a change in pull request #87: SUBMARINE-267. Initial job 
server which defines REST skeleton
URL: https://github.com/apache/submarine/pull/87#discussion_r346140318
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -160,6 +160,13 @@ matrix:
         - npm run e2e -- --protractor-config=e2e/protractor-ci.conf.js
       env: NAME="Build workbench-web-ng"
 
+
+    # Test submarine-server
+    - language: java
+      jdk: "openjdk8"
+      dist: xenial
+      env: NAME="Test submarine-server" PROFILE="-Phadoop-2.9" 
BUILD_FLAG="clean package install -DskipTests" TEST_FLAG="test -DskipRat -am" 
MODULES="-pl ${EXCLUDE_WORKBENCH},${EXCLUDE_INTERPRETER}" TEST_MODULES="-pl 
submarine-server/server-core" TEST_PROJECTS=""
 
 Review comment:
   There is another test named "Test submarine-server" in line 107 as well. 
   It looks like their functionalities are the same. Can we combine them?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to