Build test image with pulp_workflow server plugin#4
Merged
Conversation
daviddavis
force-pushed
the
add-workflow-server-plugin
branch
3 times, most recently
from
June 14, 2026 21:41
08efbe7 to
a77f758
Compare
daviddavis
force-pushed
the
add-workflow-server-plugin
branch
2 times, most recently
from
June 22, 2026 18:44
cde5b5a to
d043f7b
Compare
Assisted-By: GitHub Copilot (Claude Opus 4.8)
daviddavis
force-pushed
the
add-workflow-server-plugin
branch
from
June 22, 2026 18:48
d043f7b to
27ba9de
Compare
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.
The functional test job runs against the stock
ghcr.io/pulp/pulpimage, which does not include the server-sidepulp_workflowcomponent, so the workflow CLI tests fail with "The server does not provide the pulp component 'workflow'".This adds a
.ci/assets/Containerfilethat layers thepulp-workflowplugin (from PyPI) on top of the base image, and setscontainer_file/from_tagin the test matrix so the harness builds and tests against an image that provides theworkflowcomponent.Assisted-By: GitHub Copilot (Claude Opus 4.8)