Skip to content

Commit

Permalink
Jenkins: SITL tests disable ninja build to reduce build parallelism
Browse files Browse the repository at this point in the history
 - test slaves have limited memory
  • Loading branch information
dagar committed Sep 24, 2020
1 parent bbdc57a commit 60252dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile-SITL_tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pipeline {
sh 'make distclean'
sh 'ccache -s'
sh 'git fetch --tags'
sh 'make px4_sitl_default'
sh 'make px4_sitl_default sitl_gazebo'
sh 'NO_NINJA_BUILD=1 make px4_sitl_default'
sh 'NO_NINJA_BUILD=1 make px4_sitl_default sitl_gazebo'
sh 'make px4_sitl_default package'
sh 'ccache -s'
stash(name: "px4_sitl_package", includes: "build/px4_sitl_default/*.bz2")
Expand Down

0 comments on commit 60252dd

Please sign in to comment.