Skip to content

Commit

Permalink
Change Citadel CI: from Bionic to Focal and change name from ign_ to …
Browse files Browse the repository at this point in the history
…use gz_ (#1083)

* Move Citadel to use gz and Focal
* Remove bionic from packaging

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Nov 30, 2023
1 parent de8ac8a commit 2b92f84
Showing 1 changed file with 23 additions and 69 deletions.
92 changes: 23 additions & 69 deletions jenkins-scripts/dsl/gz-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,81 +28,81 @@ spec_version: 0
collections:
- name: 'citadel'
libs:
- name: ign-cmake
- name: gz-cmake
major_version: 2
repo:
current_branch: ign-cmake2
- name: ign-tools
- name: gz-tools
major_version: 1
repo:
current_branch: ign-tools1
- name: ign-math
- name: gz-math
major_version: 6
repo:
current_branch: ign-math6
- name: ign-plugin
- name: gz-plugin
major_version: 1
repo:
current_branch: ign-plugin1
- name: ign-common
- name: gz-common
major_version: 3
repo:
current_branch: ign-common3
- name: ign-msgs
- name: gz-msgs
major_version: 5
repo:
current_branch: ign-msgs5
- name: ign-rendering
- name: gz-rendering
major_version: 3
repo:
current_branch: ign-rendering3
- name: sdformat
major_version: 9
repo:
current_branch: sdf9
- name: ign-fuel-tools
- name: gz-fuel-tools
major_version: 4
repo:
current_branch: ign-fuel-tools4
- name: ign-transport
- name: gz-transport
major_version: 8
repo:
current_branch: ign-transport8
- name: ign-gui
- name: gz-gui
major_version: 3
repo:
current_branch: ign-gui3
- name: ign-sensors
- name: gz-sensors
major_version: 3
repo:
current_branch: ign-sensors3
- name: ign-physics
- name: gz-physics
major_version: 2
repo:
current_branch: ign-physics2
- name: ign-gazebo
major_version: 7
- name: gz-sim
major_version: 3
repo:
current_branch: ign-gazebo3
- name: ign-launch
- name: gz-launch
major_version: 2
repo:
current_branch: ign-launch2
- name: ign-citadel
- name: gz-citadel
major_version: 1
repo:
current_branch: main
ci:
configs:
- bionic
- focal
- brew
- win
packaging:
configs:
- bionic
- focal
linux:
ignore_major_version:
- ign-citadel
- gz-citadel
- name: 'fortress'
libs:
- name: gz-cmake
Expand Down Expand Up @@ -443,30 +443,6 @@ collections:
exclude:
- __upcoming__
ci_configs:
- name: bionic
system:
so: linux
distribution: ubuntu
version: bionic
arch: amd64
exclude:
all:
- ign-citadel
abichecker:
- ign-cmake
- ign-tools
requirements:
large_memory:
- ign-physics
nvidia_gpu:
- ign-gazebo
- ign-gui
- ign-rendering
- ign-sensors
pre_setup_script_hook:
gz-physics:
- "export MAKE_JOBS=1"
tests_disabled:
- name: focal
system:
so: linux
Expand All @@ -483,6 +459,7 @@ ci_configs:
- gz-sensors
exclude:
all:
- gz-citadel
- gz-fortress
- gz-garden
abichecker:
Expand All @@ -494,7 +471,7 @@ ci_configs:
- gz-plugin
- gz-utils
pre_setup_script_hook:
ign-physics:
gz-physics:
- "export MAKE_JOBS=1"
tests_disabled:
- name: jammy
Expand Down Expand Up @@ -531,7 +508,7 @@ ci_configs:
requirements:
exclude:
all:
- ign-citadel
- gz-citadel
- gz-fortress
- gz-garden
- gz-harmonic
Expand Down Expand Up @@ -562,7 +539,7 @@ ci_configs:
requirements:
exclude:
all:
- ign-citadel
- gz-citadel
- gz-fortress
- gz-garden
- gz-harmonic
Expand All @@ -583,31 +560,8 @@ ci_configs:
- gz-tools
- gz-transport
- gz-utils
- ign-cmake
- ign-common
- ign-fuel-tools
- ign-sim
- ign-gui
- ign-launch
- ign-math
- ign-msgs
- ign-physics
- ign-rendering
- ign-sensors
- ign-tools
- ign-transport
- ign-utils
- sdformat
packaging_configs:
- name: bionic
system:
so: linux
distribution: ubuntu
version: bionic
arch:
- i386
- amd64
- arm64
- name: focal
system:
so: linux
Expand Down

0 comments on commit 2b92f84

Please sign in to comment.