Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move sdformat14 as stable in sdformat.dsl #1011

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions jenkins-scripts/dsl/sdformat.dsl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import _configs_.*
import javaposse.jobdsl.dsl.Job

def sdformat_supported_versions = [ 'sdformat6' , 'sdformat9', 'sdformat12', 'sdformat13' ]
def sdformat_supported_versions = [ 'sdformat6' , 'sdformat9', 'sdformat12', 'sdformat13', 'sdformat14' ]
def sdformat_gz11_versions = [ 'sdformat9', 'sdformat12', 'sdformat13', 'main' ]
// nightly and prereleases
def extra_sdformat_debbuilder = ['sdformat14']
def extra_sdformat_debbuilder = []

// Main platform using for quick CI
def ci_distro = Globals.get_ci_distro()
Expand Down Expand Up @@ -89,7 +89,6 @@ ci_distro.each { distro ->
// --------------------------------------------------------------
// 2. Create the any job
String sdf_repo = "gazebosim/sdformat"

def sdformat_ci_any_job = job(ci_build_any_job_name_linux)
OSRFLinuxCompilationAnyGitHub.create(sdformat_ci_any_job, sdf_repo)
sdformat_ci_any_job.with
Expand Down