Skip to content

Commit

Permalink
Move __upcoming__ and add a noble packaging option
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero committed May 6, 2024
1 parent 5115483 commit cb21d2b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions jenkins-scripts/dsl/gz-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,12 @@ collections:
current_branch: main
ci:
configs:
- jammy
- noble
- brew
- win
packaging:
configs:
- jammy
- noble
ci_configs:
- name: focal
system:
Expand Down Expand Up @@ -520,6 +520,7 @@ ci_configs:
exclude:
all:
- gz-harmonic
- gz-ionic
- __upcoming__
abichecker:
- gz-cmake
Expand Down Expand Up @@ -648,5 +649,15 @@ packaging_configs:
pre_setup_script_hook:
gz-physics:
- "export MAKE_JOBS=1"
- name: noble
system:
so: linux
distribution: ubuntu
version: noble
arch:
- amd64
pre_setup_script_hook:
gz-physics:
- "export MAKE_JOBS=1"
exclude:
- __upcoming__

0 comments on commit cb21d2b

Please sign in to comment.