E2E smoke test: verify full merge-to-deploy pipeline #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — created as validation ticket for production-pipeline project 2026-05-24.
Repo
ldraney/palinksUser Story
As a platform operator
I want to verify the full merge-to-deploy chain works for palinks
So that I can confirm the pipeline fixes (CMP, Image Updater) are working end-to-end
Context
palinks is the first service to validate the production pipeline after fixing CMP SOPS discovery and Image Updater write-back. Push a trivial change, watch all 5 links of the chain fire, confirm the app is live.
File Targets
Files to modify:
app/views/layouts/application.html.erb)Files NOT to touch:
Acceptance Criteria
curl https://palinks.tail5b443a.ts.netreturns 200Test Expectations
mcp__woodpecker__list_pipelineskubectl logs -n argocd -l app.kubernetes.io/name=argocd-image-updaterkubectl get app palinks -n argocdkubectl get pods -n palinksConstraints
ldraney/pal-e-services #92)ldraney/pal-e-services #94)Checklist
Related
production-pipeline— parent projectldraney/pal-e-services #92— CMP fix (blocker)ldraney/pal-e-services #94— Image Updater verification (blocker)