Skip to content

Commit

Permalink
Avoid duplicate abichecker in Fortress/Harmonic
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 Apr 4, 2024
1 parent 82ded76 commit 15a56fc
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions jenkins-scripts/dsl/gz-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ collections:
current_branch: main
ci:
configs:
- focal
- focal_exclude_harmonic_abi_dups
- brew
- win
packaging:
Expand Down Expand Up @@ -345,7 +345,7 @@ collections:
- jammy
linux:
ignore_major_version:
- gz-harmonic
- gz-harmonic
- name: 'ionic'
libs:
- name: gz-cmake
Expand Down Expand Up @@ -472,6 +472,43 @@ ci_configs:
- pr_abichecker
- stable_branches
- stable_branches_asan
- name: focal_exclude_harmonic_abi_dups
system:
so: linux
distribution: ubuntu
version: focal
arch: amd64
requirements:
large_memory:
- gz-physics
nvidia_gpu:
- gz-sim
- gz-gui
- gz-rendering
- gz-sensors
exclude:
all:
- gz-citadel
- gz-fortress
- gz-garden
abichecker:
- gz-cmake
- gz-tools
# Exclude the abichecker that are duplicate with Harmonic
# The ones on Harmonic run on jammy
- gz-common
- gz-math
- gz-plugin
- gz-utils
pre_setup_script_hook:
gz-physics:
- "export MAKE_JOBS=1"
tests_disabled:
ci_categories_enabled:
- pr
- pr_abichecker
- stable_branches
- stable_branches_asan
- name: jammy
system:
so: linux
Expand Down

0 comments on commit 15a56fc

Please sign in to comment.