-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add sdf12 to ABI checker #525
Conversation
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
jenkins-scripts/dsl/sdformat.dsl
Outdated
def sdformat_supported_branches = [ 'sdformat6' , 'sdformat9', 'sdformat10', 'sdformat11' ] | ||
def sdformat_gz11_branches = [ 'sdformat9', 'sdformat10', 'sdformat11', 'main' ] | ||
def sdformat_supported_branches = [ 'sdformat6' , 'sdformat9', 'sdformat10', 'sdformat11', 'sdformat12' ] | ||
def sdformat_gz11_branches = [ 'sdformat9', 'sdformat10', 'sdformat11', 'sdformat12, 'main' ] | ||
// nightly and prereleases | ||
def extra_sdformat_debbuilder = [ 'sdformat12' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if we're supposed to remove sdformat12
from extra_sdformat_debbuilder
or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it could be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, removed in ec24312
jenkins-scripts/dsl/sdformat.dsl
Outdated
def sdformat_supported_branches = [ 'sdformat6' , 'sdformat9', 'sdformat10', 'sdformat11' ] | ||
def sdformat_gz11_branches = [ 'sdformat9', 'sdformat10', 'sdformat11', 'main' ] | ||
def sdformat_supported_branches = [ 'sdformat6' , 'sdformat9', 'sdformat10', 'sdformat11', 'sdformat12' ] | ||
def sdformat_gz11_branches = [ 'sdformat9', 'sdformat10', 'sdformat11', 'sdformat12, 'main' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing a closing '
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. ec24312
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Needed by gazebosim/sdformat#724