Skip to content

Commit

Permalink
Add stable CI job for gz-msgs10 (#993)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Aug 29, 2023
1 parent 78fb65b commit d60ee56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/gz-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ collections:
- name: gz-msgs
major_version: 10
repo:
current_branch: main
current_branch: gz-msgs10
- name: gz-rendering
major_version: 8
repo:
Expand Down
3 changes: 1 addition & 2 deletions jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gz_branches = [ 'cmake' : [ '3' ],
'gui' : [ '7' ],
'launch' : [ '6' ],
'math' : [ '7' ],
'msgs' : [ '9' ],
'msgs' : [ '9', '10' ],
'physics' : [ '6' ],
'plugin' : [ '2' ],
'rendering' : [ '7' ],
Expand All @@ -86,7 +86,6 @@ gz_prerelease_branches = []
gz_extra_debbuild = [ 'gui8',
'fuel-tools9',
'launch7',
'msgs10',
'physics7',
'rendering8',
'sensors8',
Expand Down
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ gz_collection_jobs =
'gz_gui-ci-main-jammy-amd64',
'gz_launch-ci-main-jammy-amd64',
'gz_math-ci-gz-math7-jammy-amd64',
'gz_msgs-ci-main-jammy-amd64',
'gz_msgs-ci-gz-msgs10-jammy-amd64',
'gz_physics-ci-gz-physics6-jammy-amd64',
'gz_plugin-ci-gz-plugin2-jammy-amd64',
'gz_rendering-ci-main-jammy-amd64',
Expand Down

0 comments on commit d60ee56

Please sign in to comment.