Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable jetson builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephevans committed Sep 1, 2023
1 parent cf7d640 commit 2daabcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile_edge
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ utils.assign_node_labels(utility: 'utility', linux_cpu: 'mxnetlinux-cpu', linux_
utils.main_wrapper(
core_logic: {
utils.parallel_stage('Build', [
custom_steps.compile_armv8_jetson_gpu(),
// custom_steps.compile_armv8_jetson_gpu(),
custom_steps.compile_armv7_cpu('armv7'),
custom_steps.compile_armv6_cpu('armv6'),
custom_steps.compile_armv8_cpu('armv8'),
Expand Down

0 comments on commit 2daabcd

Please sign in to comment.