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

Fix sdformat14 dsl #983

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ gz_extra_debbuild = [ 'gui8',
'msgs10',
'rendering8',
'sensors8',
'sdformat14',
'sim8',
'transport13',
'utils1' // see comment https://github.com/gazebo-tooling/release-tools/pull/431#issuecomment-815099918
Expand Down
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/sdformat.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import javaposse.jobdsl.dsl.Job
def sdformat_supported_versions = [ 'sdformat6' , 'sdformat9', 'sdformat12', 'sdformat13' ]
def sdformat_gz11_versions = [ 'sdformat9', 'sdformat12', 'sdformat13', 'main' ]
// nightly and prereleases
def extra_sdformat_debbuilder = [ ]
def extra_sdformat_debbuilder = ['sdformat14']

// Main platform using for quick CI
def ci_distro = Globals.get_ci_distro()
Expand Down