You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/08/20 23:54:04 UTC

[incubator-mxnet] branch master updated: Temporarily disable ARMv7 builds (#12260)

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

nswamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new a4aced7  Temporarily disable ARMv7 builds (#12260)
a4aced7 is described below

commit a4aced7123ba8aba13f0525276c909f4a78a04ee
Author: Kellen Sunderland <ke...@gmail.com>
AuthorDate: Tue Aug 21 01:53:54 2018 +0200

    Temporarily disable ARMv7 builds (#12260)
---
 Jenkinsfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6eaee43..6757490 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -363,16 +363,16 @@ core_logic: {
         }
       }
     },
-    'ARMv7':{
-      node(NODE_LINUX_CPU) {
-        ws('workspace/build-ARMv7') {
-          timeout(time: max_time, unit: 'MINUTES') {
-            utils.init_git()
-            utils.docker_run('armv7', 'build_armv7', false)
-          }
-        }
-      }
-    },
+    // 'ARMv7':{
+    //   node(NODE_LINUX_CPU) {
+    //     ws('workspace/build-ARMv7') {
+    //       timeout(time: max_time, unit: 'MINUTES') {
+    //         utils.init_git()
+    //         utils.docker_run('armv7', 'build_armv7', false)
+    //       }
+    //     }
+    //   }
+    // },
     'ARMv6':{
       node(NODE_LINUX_CPU) {
         ws('workspace/build-ARMv6') {