Skip to content

Commit

Permalink
Scape the extra_cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 16, 2023
1 parent 077f4ef commit d628719
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@ import _configs_.*
import javaposse.jobdsl.dsl.Job

// IGNITION PACKAGES
gz_software = [ 'cmake',
'common',
'fuel-tools',
'gazebo',
'gui',
'launch',
'math',
'msgs',
'physics',
'plugin',
'rendering',
'sensors',
'sim',
'tools',
'transport',
gz_software = [ 'physics',
'utils' ]
// DESC: need gpu/display for tests
gz_gpu = [ 'gazebo',
Expand Down Expand Up @@ -532,7 +518,8 @@ void generate_ci_job(gz_ci_job, gz_sw, branch, distro, arch,
{
if (gz_sw == 'physics') {
label Globals.nontest_label("large-memory")
extra_cmd += '\nexport MAKE_JOBS=1'
extra_cmd += "\
export MAKE_JOBS=1"
}
if (gz_sw == 'gazebo')
gz_sw = 'sim'
Expand Down

0 comments on commit d628719

Please sign in to comment.