feat(projects): onboard sean/ory as a gitops-argocd project #2026

Merged
sean merged 2 commits from feat/onboard-ory-project into trunk 2026-08-10 13:22:22 +00:00
Owner

Register sean/ory like olly: taxonomy gitops-argocd, semver-patch, apps ory-argocd/ory-stack/ory-users, Target ory-development + DeliveryPolicy. statusCheck stays disarmed with a recorded exemption until the first run posts pipeline/ci. Motivation: land the hydra registration_endpoint change (sean/ory PR 1) through the release act instead of a hand push to main.

Register sean/ory like olly: taxonomy gitops-argocd, semver-patch, apps ory-argocd/ory-stack/ory-users, Target ory-development + DeliveryPolicy. statusCheck stays disarmed with a recorded exemption until the first run posts pipeline/ci. Motivation: land the hydra registration_endpoint change (sean/ory PR 1) through the release act instead of a hand push to main.
feat(projects): onboard sean/ory as a gitops-argocd project
Some checks failed
pipeline/ci CI failed @ 7dab7ae8719f
7dab7ae871
sean/ory changes went to main by hand; there was no PipelineProject, so
no protected trunk, no CI context, and no release act. Register it like
olly: taxonomy gitops-argocd, semver-patch, the three ory argocd apps
(ory-argocd, ory-stack, ory-users), plus Target ory-development and its
DeliveryPolicy. statusCheck stays disarmed with a recorded exemption
until the first real run posts the pipeline/ci context; arming a context
nothing posts closes the branch.
fix(tests): close a pipefail SIGPIPE race in emittable-templates
All checks were successful
pipeline/ci CI green @ 285729d892a5
285729d892
The membership test piped the defined set into grep -qxF under
`set -o pipefail`. grep -q exits at the first match; printf can then
die of SIGPIPE, and pipefail reports the pipeline as failed on a
successful match. CI hit this on 2026-08-10: the failure dump printed
a defined list that contained the very name it reported missing
(pipeline-build-desktop, 5th of 42). A herestring has no pipe, so the
race is gone. ~15 more '| grep -q' sites in tests/ share the class;
they are a separate sweep.
sean merged commit 285729d892 into trunk 2026-08-10 13:22:22 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/pipelines!2026
No description provided.