marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 
new pipelines to the Official CI and run nightly tests. 
URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195541462
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -678,6 +678,65 @@ build_docs() {
     popd
 }
 
+
+# Functions that run the nightly Tests:
+
+#Runs Apache RAT Check on MXNet Source for License Headers
+nightly_test_rat_check() {
+    set -ex
+    #This Test fails without changing permissions
+    chmod -R 0755 tests/nightly/
 
 Review comment:
   Please remove this and instead make chmod 0755 on 
tests/nightly/apache_rat_license_check/license_check.sh your repository and 
then commit them via git. Git preserves the file-permissions - they have just 
been set wrong.

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


With regards,
Apache Git Services

Reply via email to