Skip to content

Commit

Permalink
Add support for Noble -ci-{branch}- jobs on 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 7c97f1e commit 2dc4c11
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions jenkins-scripts/dsl/gz-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ collections:
ci:
configs:
- jammy
- noble
- brew
- win
packaging:
Expand Down Expand Up @@ -502,6 +503,33 @@ ci_configs:
- pr_abichecker
- stable_branches
- stable_branches_asan
- name: noble
system:
so: linux
distribution: ubuntu
version: noble
arch: amd64
requirements:
large_memory:
- gz-physics
nvidia_gpu:
- gz-sim
- gz-gui
- gz-rendering
- gz-sensors
exclude:
all:
- gz-harmonic
- __upcoming__
abichecker:
- gz-cmake
- gz-tools
pre_setup_script_hook:
gz-physics:
- "export MAKE_JOBS=1"
tests_disabled:
ci_categories_enabled:
- stable_branches
- name: brew
system:
so: darwin
Expand Down

0 comments on commit 2dc4c11

Please sign in to comment.