Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI jobs to run on Ubuntu Noble #299

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rolling/ci-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
2 changes: 1 addition & 1 deletion rolling/ci-nightly-connext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
version: 1
2 changes: 1 addition & 1 deletion rolling/ci-nightly-cross-vendor-connext-cyclonedds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
2 changes: 1 addition & 1 deletion rolling/ci-nightly-cross-vendor-connext-fastrtps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
2 changes: 1 addition & 1 deletion rolling/ci-nightly-cross-vendor-cyclonedds-fastrtps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
2 changes: 1 addition & 1 deletion rolling/ci-nightly-cyclonedds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
upload_directory: nightly-cyclonedds
Expand Down
2 changes: 1 addition & 1 deletion rolling/ci-nightly-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repositories:
shared_ccache: true
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
version: 1
2 changes: 1 addition & 1 deletion rolling/ci-nightly-extra-rmw-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
version: 1
2 changes: 1 addition & 1 deletion rolling/ci-nightly-fastrtps-dynamic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
version: 1
2 changes: 1 addition & 1 deletion rolling/ci-nightly-fastrtps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
version: 1
270 changes: 135 additions & 135 deletions rolling/ci-nightly-performance.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rolling/ci-nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
version: 1
2 changes: 1 addition & 1 deletion rolling/ci-overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing
targets:
ubuntu:
jammy:
noble:
amd64:
type: ci-build
underlay_from_ci_jobs:
Expand Down
Loading