Skip to content

Commit

Permalink
Added building for Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
heikohimu committed Oct 13, 2022
1 parent 82d2b40 commit d4d2aaa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ variables:
- armhf
- docker

.amd64_jammy_t: &amd64_jammy_job
image: registry.roboception.de/tools/docker_images:jammy-buildimage
tags:
- amd64
- docker

#############
# Templates
#############
Expand Down Expand Up @@ -175,6 +181,10 @@ test:focal:arm64:
<<: *arm64_focal_job
extends: .test_latest

test:jammy:amd64:
<<: *amd64_jammy_job
extends: .test_latest

# Test against stable (is allowed to fail)
##########################################
test_stable:bionic:amd64:
Expand All @@ -201,6 +211,10 @@ test_stable:focal:arm64:
<<: *arm64_focal_job
extends: .test_stable

test_stable:jammy:amd64:
<<: *amd64_jammy_job
extends: .test_stable

# Deploy testing (only on master)
#################################
package_testing:bionic:amd64:
Expand All @@ -227,6 +241,10 @@ package_testing:focal:arm64:
<<: *arm64_focal_job
extends: .package_testing

package_testing:jammy:amd64:
<<: *amd64_jammy_job
extends: .package_testing

################
# Stable builds
################
Expand Down Expand Up @@ -257,6 +275,10 @@ test_release:focal:arm64:
<<: *arm64_focal_job
extends: .test_release

test_release:jammy:amd64:
<<: *amd64_jammy_job
extends: .test_release

# Deploy stable (only for releases, version tags)
#################################################
package_stable:bionic:amd64:
Expand All @@ -283,6 +305,10 @@ package_stable:focal:arm64:
<<: *arm64_focal_job
extends: .package_stable

package_stable:jammy:amd64:
<<: *amd64_jammy_job
extends: .package_stable

########################
# package as ROS package
########################
Expand Down

0 comments on commit d4d2aaa

Please sign in to comment.