Skip to content

Commit

Permalink
Run Rolling source and release jobs on noble. (#294)
Browse files Browse the repository at this point in the history
Updates the Rolling build targets for the transition to ROS 2 Rolling
Ridley.

Having these jobs up and running is a pre-requisite for CI jobs due to
the reliance on a ros_workspace package.
  • Loading branch information
nuclearsandwich authored Mar 8, 2024
1 parent 5e00ef3 commit 1ad225c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ distributions:
release_builds:
default: rolling/release-build.yaml
rhel: rolling/release-rhel-build.yaml
ujv8: rolling/release-ubuntu-arm64-build.yaml
unv8: rolling/release-ubuntu-arm64-build.yaml
source_builds:
default: rolling/source-build.yaml
jenkins_url: https://build.ros2.org
Expand Down
2 changes: 1 addition & 1 deletion rolling/doc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories:
- http://repo.ros2.org/ubuntu/testing/
targets:
ubuntu:
jammy:
noble:
amd64:
type: doc-build
upload_credential_id: jenkins-agent
Expand Down
2 changes: 1 addition & 1 deletion rolling/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories:
target_repository: http://repo.ros2.org/ubuntu/building
targets:
ubuntu:
jammy:
noble:
amd64:
type: release-build
upload_credential_id: jenkins-agent
Expand Down
4 changes: 2 additions & 2 deletions rolling/release-ubuntu-arm64-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ROS buildfarm release-build file
---
abi_incompatibility_assumed: true
jenkins_binary_job_label: buildagent_arm64 || rolling_binarydeb_ujv8
jenkins_binary_job_label: buildagent_arm64 || rolling_binarydeb_unv8
jenkins_binary_job_priority: 80
jenkins_binary_job_timeout: 720
jenkins_source_job_priority: 70
Expand Down Expand Up @@ -58,7 +58,7 @@ repositories:
target_repository: http://repo.ros2.org/ubuntu/building
targets:
ubuntu:
jammy:
noble:
arm64:
type: release-build
upload_credential_id: jenkins-agent
Expand Down
2 changes: 1 addition & 1 deletion rolling/source-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repository_blacklist:
- ros_workspace
targets:
ubuntu:
jammy:
noble:
amd64:
test_commits:
default: true
Expand Down

0 comments on commit 1ad225c

Please sign in to comment.