add CI workflow to sync, build, publish, release moto-ext#78
Merged
alexrashed merged 7 commits intolocalstackfrom Sep 15, 2025
Merged
add CI workflow to sync, build, publish, release moto-ext#78alexrashed merged 7 commits intolocalstackfrom
alexrashed merged 7 commits intolocalstackfrom
Conversation
392b6a0 to
5406057
Compare
5406057 to
82770a9
Compare
82770a9 to
ac2ad03
Compare
ac2ad03 to
d8a7be7
Compare
d8a7be7 to
9bf226b
Compare
9bf226b to
d722a12
Compare
d722a12 to
a8ab93a
Compare
a8ab93a to
9ba0056
Compare
Member
Author
|
@viren-nadkarni The PR is still in draft, because it still needs to be "armed" / i.e. we need to un-comment the actual push commands and remove the "push" trigger on the workflow, but I would love to get a review from your side at this point before continuing to work on this PR. |
Member
Author
|
FYI: From what I can tell, the failing test pipeline really only fails because our fork is a bit outdated right now. The failures are not associated to the changes in this PR. |
a6b4844 to
65c747f
Compare
ab1ac28 to
a94faa2
Compare
alexrashed
added a commit
that referenced
this pull request
Sep 29, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Oct 6, 2025
alexrashed
added a commit
that referenced
this pull request
Oct 6, 2025
alexrashed
added a commit
that referenced
this pull request
Oct 6, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Oct 13, 2025
alexrashed
added a commit
that referenced
this pull request
Oct 20, 2025
alexrashed
added a commit
that referenced
this pull request
Oct 20, 2025
alexrashed
added a commit
that referenced
this pull request
Oct 20, 2025
alexrashed
added a commit
that referenced
this pull request
Oct 20, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Oct 29, 2025
alexrashed
added a commit
that referenced
this pull request
Oct 29, 2025
alexrashed
added a commit
that referenced
this pull request
Nov 4, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Nov 10, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Nov 17, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Nov 24, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Dec 1, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Dec 8, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Dec 15, 2025
silv-io
pushed a commit
that referenced
this pull request
Dec 15, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Dec 22, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Dec 29, 2025
localstack-bot
pushed a commit
that referenced
this pull request
Jan 5, 2026
localstack-bot
pushed a commit
that referenced
this pull request
Jan 7, 2026
localstack-bot
pushed a commit
that referenced
this pull request
Jan 12, 2026
localstack-bot
pushed a commit
that referenced
this pull request
Jan 13, 2026
localstack-bot
pushed a commit
that referenced
this pull request
Jan 19, 2026
localstack-bot
pushed a commit
that referenced
this pull request
Jan 26, 2026
localstack-bot
pushed a commit
that referenced
this pull request
Jan 27, 2026
localstack-bot
pushed a commit
that referenced
this pull request
Feb 2, 2026
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.
Motivation
In order to streamline upgrades of this fork with the upstream repo (
getmoto/moto), and in order to implement proper continuous integration ofmoto(-ext)inlocalstack/localstack, we want to:moto-extinlocalstack/localstack.This PR tackles (1).
Changes
localstackbranch of this repo with themasterbranch of the upstream repo (getmoto/moto).setuptools_scm(based on the distance to the latest tag).ToDo
pypienvironment./cc @viren-nadkarni