MOD-13779 | MOD-13574 | MOD-13811 Dockerize CI, add AL2023 and macos-26#1494
Merged
AvivDavid23 merged 29 commits intomasterfrom Feb 6, 2026
Merged
MOD-13779 | MOD-13574 | MOD-13811 Dockerize CI, add AL2023 and macos-26#1494AvivDavid23 merged 29 commits intomasterfrom
AvivDavid23 merged 29 commits intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1494 +/- ##
=======================================
Coverage 77.82% 77.82%
=======================================
Files 15 15
Lines 3897 3897
=======================================
Hits 3033 3033
Misses 864 864 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
gabsow
approved these changes
Feb 5, 2026
AvivDavid23
added a commit
that referenced
this pull request
Feb 8, 2026
…26 (#1494) * MOD-13779 Dockerize CI * MOD-13574 AL2023 * MOD-13811 MACOS-26
AvivDavid23
added a commit
that referenced
this pull request
Feb 8, 2026
…26 (#1494) * MOD-13779 Dockerize CI * MOD-13574 AL2023 * MOD-13811 MACOS-26
AvivDavid23
added a commit
that referenced
this pull request
Feb 8, 2026
…26 (#1494) * MOD-13779 Dockerize CI * MOD-13574 AL2023 * MOD-13811 MACOS-26
AvivDavid23
added a commit
that referenced
this pull request
Feb 8, 2026
…26 (#1494) * MOD-13779 Dockerize CI * MOD-13574 AL2023 * MOD-13811 MACOS-26
AvivDavid23
added a commit
that referenced
this pull request
Feb 8, 2026
…26 (#1494) * MOD-13779 Dockerize CI * MOD-13574 AL2023 * MOD-13811 MACOS-26
AvivDavid23
added a commit
that referenced
this pull request
Feb 8, 2026
…26 (#1494) * MOD-13779 Dockerize CI * MOD-13574 AL2023 * MOD-13811 MACOS-26
This was referenced Feb 8, 2026
AvivDavid23
added a commit
that referenced
this pull request
Feb 8, 2026
…26 (#1494) * MOD-13779 Dockerize CI * MOD-13574 AL2023 * MOD-13811 MACOS-26
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
Significant CI refactor that changes how builds/tests run across OS/architectures and how artifacts are packaged/uploaded to S3, which could cause coverage gaps or publish regressions if any Docker images or env assumptions are off.
Overview
Migrates Linux CI from multiple per-platform workflows to a unified, Docker-based
flow-linux.ymlthat selects runner byarch, builds aDockerfile.<os>image per matrix entry, runs build/tests (optionally valgrind), then packs and uploads artifacts from inside the container.Updates
event-ci,event-nightly,event-tag, andevent-weeklyto call the new Linux workflow for bothx64andarm64, expands supported OS coverage (including Alpine and Amazon Linux 2023), and removes the oldflow-linux-x86.yml,flow-linux-arm.yml,flow-alpine.yml, andflow-azurelinux3-arm.ymlworkflows.Adds new Dockerfiles for each supported Linux distro plus a shared
.install/install_redis.sh, introducesrequierments_docker.txtfor container Python deps, addssbin/upload-artifacts-s3to run multi-mode S3 uploads in Docker CI, and extends macOS builds to includemacos-26.Written by Cursor Bugbot for commit 5e7f89f. This will update automatically on new commits. Configure here.