mbien commented on code in PR #4817: URL: https://github.com/apache/netbeans/pull/4817#discussion_r1009618281
########## nbbuild/travis/scripting.sh: ########## @@ -41,24 +41,24 @@ $GRAALVM/bin/gu install ruby JAVA_HOME=$GRAALVM echo "ant -f platform/api.scripting/build.xml test" -hide-logs.sh ant -f platform/api.scripting/build.xml test +ant -f platform/api.scripting/build.xml test JAVA_HOME=$GRAALVM echo "ant -f ide/libs.graalsdk/build.xml test" -hide-logs.sh ant -f ide/libs.graalsdk/build.xml test +ant -f ide/libs.graalsdk/build.xml test JAVA_HOME=$GRAALVM echo "ant -f platform/core.network/build.xml test" -hide-logs.sh ant -f platform/core.network/build.xml test +ant -f platform/core.network/build.xml test JAVA_HOME=$GRAALVM echo "ant -f webcommon/libs.graaljs/build.xml test" -hide-logs.sh ant -f webcommon/libs.graaljs/build.xml test +ant -f webcommon/libs.graaljs/build.xml test JAVA_HOME=$GRAALVM echo "ant -f profiler/profiler.oql/build.xml test" -hide-logs.sh ant -f profiler/profiler.oql/build.xml test +ant -f profiler/profiler.oql/build.xml test JAVA_HOME=$GRAALVM echo "ant -f java/nashorn.execution/build.xml test" -hide-logs.sh ant -f java/nashorn.execution/build.xml test +ant -f java/nashorn.execution/build.xml test JAVA_HOME=$GRAALVM echo "ant -f java/debugger.jpda.truffle/build.xml test" -hide-logs.sh ant -f java/debugger.jpda.truffle/build.xml test +ant -f java/debugger.jpda.truffle/build.xml test Review Comment: i would like to take this whole script and convert this into gh actions this would map directly to steps. Makes it easier to see what fails (log split per step), allows to add retry per test etc. Disadvantage is that it makes it less portable. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
