7.4 to unstable#517
Merged
Merged
Conversation
…stituting gosu with setpriv
… testing purposes
adding desired logic for modules/test when should be executed and different tagging logic for version 7.x and 8.x
…stable builds fail SHA check for 7.x
❌ Jit Scanner failed - Our team is investigatingJit Scanner failed - Our team has been notified and is working to resolve the issue. Please contact support if you have any questions. 💡 Need to bypass this check? Comment |
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.
Note
Medium Risk
Changes CI build/test matrix generation and Docker image validation/labeling behavior, which can affect which platforms are built and how images are tagged/tested. Also adjusts stackbrew tag emission rules (notably
latest) based on remote GA majors, which could impact downstream consumers if incorrect.Overview
Updates the GitHub Actions pipeline to compute the distro/platform build matrix dynamically via a new
release-automation generate-build-matrixcommand, replacing the hardcoded matrix inbuild-n-test.yml.Enhances build/test and labeling to be Redis-version aware: the local build action now extracts the Redis version from the source tarball, uses it to decide whether module-related checks/run-entrypoint tests should execute, and passes a new
modules_enabledflag intocreate-image-labelsso module revision labels (and module repo checkouts/version discovery) are skipped when modules aren’t expected.Refines stackbrew tag generation so global
latest/bare-distro tags are only emitted for the highest remote GA major version, adding git logic to discover that major and updating generator APIs/tests accordingly.Reviewed by Cursor Bugbot for commit e08d620. Bugbot is set up for automated code reviews on this repo. Configure here.