feat(service-catalog): add first media-service lane to the service-catalog pipeline (closes #80)#204
Open
clubanderson wants to merge 1 commit into
Conversation
… pipeline (closes projectbluefin#80) Add the first concrete media-service lane to the service-catalog pipeline, deploying a Jellyfin (linuxserver.io) workload in Kubernetes with config and data PVCs. Tests validate deployment, persistence across restarts, reachability, environment injection, and teardown. GPU transcoding and device passthrough are explicitly deferred to projectbluefin#63. Depends-on: projectbluefin#79 (shared pipeline), projectbluefin#59 (contract), projectbluefin#66 (workload contract) Signed-off-by: unknown <unknown@users.noreply.github.com>
hanthor
approved these changes
Jun 6, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
LGTM — well-structured test/infra addition, clean code.
6 tasks
This was referenced Jun 16, 2026
hanthor
approved these changes
Jun 16, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Approved via org-wide review.
hanthor
approved these changes
Jun 16, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Approved via org-wide review.
hanthor
approved these changes
Jul 1, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Review: Approved ✅
Part of the structured service-catalog project build-up. Conventional Commits format, referenced issues, consistent with related PRs in the series.
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.
Summary
Adds the first concrete media-service lane to the service-catalog pipeline, implementing #80:
tests/service_catalog/media/test_media_lane.pycovering deployment, PVC lifecycle, reachability, env injection, persistence across restarts, teardown verification, and observabilityargo/service-catalog-media.yamlsubmit wrapper usinglane=mediawith the sharedservice-catalog-pipelineWorkflowTemplate from feat: add service-catalog pipeline and shared homelab workload test harness #79run-service-mediatarget withimage-tagandbranchparametersGPU transcoding and device passthrough are explicitly deferred to #63 via
pytest.mark.skip.Acceptance criteria
tests/service-catalog/media/fixtures/tests/service-catalog/media/lane=mediaJustfiletargetrun-service-mediaexistsDependencies
Test plan
just run-service-mediasubmits the workflow successfully