landing_jobs: store commit SHA for each revision/landing job combo (Bug 1995895)#633
Merged
cgsheeh merged 3 commits intomozilla-conduit:mainfrom Oct 27, 2025
Merged
Conversation
…ug 1995895) Store the `commit_id` of the newly created commit on the `Revision` object during patch application. On successful push, set the current `commit_id` of the revision on the intermediate table before transitioning job status to `LANDED`.
zzzeid
approved these changes
Oct 23, 2025
zzzeid
approved these changes
Oct 24, 2025
shtrom
pushed a commit
that referenced
this pull request
Oct 28, 2025
…ug 1995895) (#633) Store the `commit_id` of the newly created commit on the `Revision` object during patch application. On successful push, set the current `commit_id` of the revision on the intermediate table before transitioning job status to `LANDED`.
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.
Store the
commit_idof the newly created commit on theRevisionobject during patch application. On successfulpush, set the current
commit_idof the revision on theintermediate table before transitioning job status to
LANDED.