You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/01/04 11:29:44 UTC

[GitHub] [netbeans] blackleg commented on a change in pull request #1748: [TRAVIS] Refactor GRAALVM tests

blackleg commented on a change in pull request #1748: [TRAVIS] Refactor GRAALVM tests
URL: https://github.com/apache/netbeans/pull/1748#discussion_r363030335
 
 

 ##########
 File path: nbbuild/travis/scripting.sh
 ##########
 @@ -28,24 +28,15 @@ if [ -z "$GRAALVM" ]; then
   GRAALVM=`pwd`/$BASE
 fi
 
-# test on regular VM
-
-ant -f platform/api.scripting/build.xml test
-ant -f ide/libs.graalsdk/build.xml test
-ant -f webcommon/libs.graaljs/build.xml test
-ant -f platform/core.network/build.xml test
-ant -f profiler/profiler.oql/build.xml test
-ant -f platform/api.htmlui/build.xml test
-
 $GRAALVM/bin/gu install python
 $GRAALVM/bin/gu install R
 
-# test on GraalVM
+# Test on GraalVM
 
 JAVA_HOME=$GRAALVM ant -f platform/api.scripting/build.xml test
 JAVA_HOME=$GRAALVM ant -f ide/libs.graalsdk/build.xml test
 
-JAVA_HOME=$GRAALVM ant -f platform/core.network/build.xml test
+#JAVA_HOME=$GRAALVM ant -f platform/core.network/build.xml test
 
 Review comment:
   Problems with `core.network` module tests and Travis env were fixed in this pull request: https://github.com/apache/netbeans/pull/1835

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists