Skip to content

Commit

Permalink
Temporarily disable ARMv7 builds (apache#12260)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland authored and nswamy committed Aug 20, 2018
1 parent 2899715 commit a4aced7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit a4aced7

Please sign in to comment.