Skip to content

Commit

Permalink
Include harmonic in testing
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 Nov 21, 2024
1 parent 4218ffe commit 4b057b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/gazebo_libs.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ gz_collections_yaml.collections.each { collection ->
gz_ci_job = job("${gz_job_name_prefix}-${branch_number}-win")
generate_win_ci_job(gz_ci_job, lib_name, branch_name, ci_config)
// DUPLICATE for conda
if (collection.name == 'fortress') {
if (collection.name == 'fortress') || (collection.name == 'harmonic') {
gz_ci_job_conda = job("${gz_job_name_prefix}-${branch_number}-cwin")
generate_win_ci_job(gz_ci_job_conda, lib_name, branch_name, ci_config)
gz_ci_job_conda.with {
Expand Down

0 comments on commit 4b057b5

Please sign in to comment.