Skip to content

Commit

Permalink
Add gazebo11 source job
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 Nov 27, 2024
1 parent f455e34 commit 5994fe3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions jenkins-scripts/dsl/gazebo.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,15 @@ all_debbuild_branches.each { branch ->
}
}

// - SOURCE jobs ---------------------------------------------------
def gz_source_job = job("gazebo11-source")
OSRFSourceCreation.create(gz_source_job, [
PACKAGE: 'gazebo11',
SOURCE_REPO_URI: "https://github.com/gazebosim/gazebo-classic.git"])
OSRFSourceCreation.call_uploader_and_releasepy(gz_source_job,
'repository_uploader_packages',
'_releasepy')

// --------------------------------------------------------------
// BREW: CI jobs

Expand All @@ -445,8 +454,7 @@ def gazebo_brew_ci_any_job = job(ci_build_any_job_name_brew)
OSRFBrewCompilationAnyGitHub.create(gazebo_brew_ci_any_job, "gazebosim/gazebo-classic")
gazebo_brew_ci_any_job.with
{
label Globals.nontest_label("osx")

Globals.nontest_label("osx")
steps {
shell("""\
#!/bin/bash -xe
Expand Down

0 comments on commit 5994fe3

Please sign in to comment.