feat: bug 2047586: provide to-revision and from-revision in landoscript payloads#219
Merged
bhearsum merged 1 commit intoJun 19, 2026
Conversation
to-revision and from-revision in landoscript payloadsto-revision and from-revision in landoscript payloads
…script payloads The bug and [this landoscript patch](mozilla-releng/scriptworker-scripts#1471) have a much more detailed breakdown, but the short version here is that having landoscript fetch whatever the tip of `to` and/or `from` branch is when it runs can lead to unexpected behaviour. Once the linked landoscript patch is in production we can land and release this, and update the consumers. Once all usage has been coverted over to include revisions, we can make them required.
335c8f7 to
7216c7b
Compare
ahal
approved these changes
Jun 18, 2026
Contributor
Author
|
Note to self: I should've waited for mozilla-releng/scriptworker-scripts#1471 before merging this. If any of the interface changes there, this will need a follow-up. |
bhearsum
added a commit
to bhearsum/mozilla-taskgraph
that referenced
this pull request
Jun 24, 2026
…de-to-revisio feat: bug 2047586: provide `to-revision` and `from-revision` in landoscript payloads
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.
The bug and this landoscript patch have a much more detailed breakdown, but the short version here is that having landoscript fetch whatever the tip of
toand/orfrombranch is when it runs can lead to unexpected behaviour.Once the linked landoscript patch is in production we can land and release this, and update the consumers. Once all usage has been coverted over to include revisions, we can make them required.