ci: add RC pre-release workflow for testing PRs against localstack-pro#104
Open
joe4dev wants to merge 1 commit into
Open
ci: add RC pre-release workflow for testing PRs against localstack-pro#104joe4dev wants to merge 1 commit into
joe4dev wants to merge 1 commit into
Conversation
Add a label-triggered workflow that builds the RIE binaries from an open PR and publishes them as a throwaway GitHub pre-release. This lets unmerged, high-risk lambda-runtime-init changes be tested against localstack-pro CI (via LAMBDA_INIT_RELEASE_VERSION=<rc-tag>) without merging or cutting a real release first. - Trigger: label a PR with "trigger:rc-release" - Builds both arch assets (aws-lambda-rie-x86_64/-arm64) via the existing compile-with-docker-all make target - Publishes a prerelease tagged v0.0.0-rc.pr<N>-<sha> and comments the tag + download URLs back on the PR - Auto-deletes the pre-release and tag when the PR is closed Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Add a label-triggered workflow that builds the RIE binaries from an open PR and publishes them as a throwaway GitHub pre-release. This lets unmerged, high-risk lambda-runtime-init changes be tested against localstack-pro CI (via LAMBDA_INIT_RELEASE_VERSION=) without merging or cutting a real release first.
trigger:rc-release