Uh oh!
There was an error while loading. Please reload this page.
test(DEN-2877): disposable Zed and gitlink dependent canary - #2
Draft
ORESoftware wants to merge 6 commits into
Draft
test(DEN-2877): disposable Zed and gitlink dependent canary#2ORESoftware wants to merge 6 commits into
ORESoftware wants to merge 6 commits into
Conversation
ORESoftware
commented
Aug 8, 2026
ContributorAuthor
{
"schema_version": "nightly_reconciliation_canary_ledger.v1",
"generated_at": "2026-08-08T19:53:18Z",
"mode": "dry-run",
"subject": "zed-pkg-test/java-app#2",
"evaluated_head_sha": "912c119feb8bc87027f9b5a7e72c4dc5618c193a",
"role": "dependent",
"dependency_context": {
"dependency": "zed-pkg-test/java-lib#2",
"dependency_head_sha": "c9fa3cb0b50bb39dc3cff005ef3640ae05d9ebfd",
"zed_requirement": "^0.1.1",
"gitlink_path": "vendor/java-lib",
"gitlink_expected_sha": "c9fa3cb0b50bb39dc3cff005ef3640ae05d9ebfd",
"edges_required": [
"zed-package-dependency",
"mode-160000-gitlink"
]
},
"gates": {
"draft": true,
"merge_forbidden_fixture": true,
"dependency_head_bound": true,
"continuous_open_hours_at_least_55": false,
"signed_readiness_present": false,
"signed_critic_present": false,
"production_finalizer_enabled": false
},
"authorized": false,
"merge_attempted": false,
"mutations": [],
"blockers": [
"draft-pull-request",
"merge-forbidden-test-fixture",
"continuous-open-age-below-55-hours",
"missing-independent-readiness-attestation",
"missing-independent-critic-attestation",
"trusted-finalizer-not-enabled"
],
"next_gate": "Recompute this dependent when the dependency head or graph changes; never merge this fixture."
}The dry-run recognizes both the Zed edge and the exact gitlink edge. It authorizes no mutation or merge. |
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 freeto 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.
Disposable canary — do not merge
This draft PR is the dependent half of the nightly reconciliation graph test.
It references
zed-pkg-test/java-lib#2at exact headc9fa3cb0b50bb39dc3cff005ef3640ae05d9ebfdthrough two independent graph mechanisms:.zpkg.toml:"zed-pkg-test/java-lib" = "^0.1.1";.gitmodulesplus a real mode-160000 gitlink atvendor/java-libpinned to the exact dependency PR head.test-plan.json,source-pins.json, and the canary manifest also record the same dependency repository, branch, PR, and SHA.Expected reconciler behavior:
java-lib#2as an open dependency PR;merge_forbiddendisposable canaries.Base:
59ea6f7473edfc6e8675fc7c2f7d7b0589611060Exact dependent head:
912c119feb8bc87027f9b5a7e72c4dc5618c193aLinear: DEN-2877, DEN-2876, DEN-801
Dependency canary: zed-pkg-test/java-lib#2
Source authority PR: https://github.com/ORESoftware/project-registry/pull/44