Skip to content

Commit 08d6afd

Browse files
committed
Keep current PR jobs mappping to the same branches
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent c99c29b commit 08d6afd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jenkins-scripts/dsl/gazebo_libs.dsl

+3-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ gz_collections_yaml.collections.each { collection ->
353353
} else if (ci_config.system.so == 'darwin') {
354354
platform = 'homebrew'
355355
} else if (ci_config.system.so == 'windows') {
356-
platform = distro
356+
// TODO(j-rivero): use when the new Conda jobs needs to start
357+
// platform = distro
358+
platform = 'windows'
357359
}
358360
branch_index[lib_name][platform] = branch_index[lib_name][platform]?: ['pr':[], 'pr_abichecker':[]]
359361
if (categories_enabled.contains('pr'))

0 commit comments

Comments
 (0)