Skip to content

Commit

Permalink
Use Harmonic limitation in release-tools
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 3, 2023
1 parent f3472a7 commit 6c06fde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jenkins-scripts/dsl/gazebo_libs.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ boolean is_testing_enabled(lib_name, ci_config)
void generate_ciconfigs_by_lib(config, ciconf_per_lib_index, pkgconf_per_src_index)
{
config.collections.each { collection ->

// TODO(jrivero): limit to harmonic for testing proposes
if (collection.name != 'harmonic')
return

collection.libs.each { lib ->
def libName = lib.name
def branch = lib.repo.current_branch
Expand Down

0 comments on commit 6c06fde

Please sign in to comment.