Skip to content

Commit

Permalink
Just report tru on linux pr_any
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 Sep 28, 2023
1 parent 1bd132e commit 6ff5c76
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -443,36 +443,10 @@ gz_software.each { gz_sw ->
def gz_ci_job_name = "ignition_${software_name}-ci-pr_any-ubuntu_auto-${arch}"
def gz_ci_any_job = job(gz_ci_job_name)
def gz_checkout_dir = "ign-${software_name}"
OSRFLinuxCompilationAnyGitHub.create(gz_ci_any_job,
"gazebosim/${gz_checkout_dir}",
enable_testing(software_name))
include_gpu_label_if_needed(gz_ci_any_job, software_name)
gz_ci_any_job.with
{
if (gz_sw == 'physics') {
label Globals.nontest_label("large-memory")
extra_str += '\nexport MAKE_JOBS=1'
}

steps
{
shell("""\
#!/bin/bash -xe

export DISTRO=${ci_distro_str}

${GLOBAL_SHELL_CMD}

export ARCH=${arch}

/bin/bash -xe ./scripts/jenkins-scripts/docker/gz_${gz_sw.replaceAll('-','_')}-compilation.bash
""".stripIndent())
} // end of steps
} // end of ci_any_job

// add ci-pr_any to the list for CIWorkflow
if (gz_sw != 'sim')
ci_pr_any_list[software_name] << gz_ci_job_name
GenericAnyJobGitHub.create(gz_ci_any_job,
"gazebosim/${gz_checkout_dir}",
[],
true)

all_supported_distros.each { distro ->
all_branches("${gz_sw}").each { branch ->
Expand Down

0 comments on commit 6ff5c76

Please sign in to comment.