ci: build write-capable-build on ros-base too - #686
Merged
Conversation
The write-capable-build job in opcua-plugin.yml was missed when the other container jobs in this file moved from ubuntu:<codename> + setup-ros to ros:<distro>-ros-base: it still ran on ubuntu:noble with the Install Git, Pre-install ROS 2 apt source, and Set up ROS 2 Jazzy steps, and the ros-apt-source composite action those steps used no longer exists. Switch the job to ros:jazzy-ros-base, drop the three steps, and give Install ccache its own apt-get update, matching every other job in this workflow.
mfaferek93
approved these changes
Sep 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
opcua-plugin.yml'swrite-capable-buildjob still ran onubuntu:noblewith the "Install Git", "Pre-install ROS 2 apt source" and "Set up ROS 2 Jazzy" steps, and theros-apt-sourcecomposite action the second step used no longer exists since the other container jobs moved toros:<distro>-ros-base. The job fails at that step on every run of the workflow onmain, and on every pull request that triggers it.The job now runs on
ros:jazzy-ros-baselike its siblings, the three steps are gone, and "Install ccache" runs its ownapt-get updatefirst, because the ros-base images ship without an apt index.Issue
No issue. This is a one-file repair of a job the ros-base migration on
mainleft behind.Type
Testing
write-capable-buildjob of the OPC-UA Plugin Integration workflow is the test: it is red onmainand must be green on this branch.ros:jazzy-ros-base, its step list no longer contains the three removed steps, and no workflow file referencesros-apt-sourceorsetup-rosany more.Checklist