[8.2] [MOD-18346] Backport CI runner fixes and Debian Trixie - #1040
Merged
Conversation
* [MOD-18346] Tag EC2 CI runners to prevent automatic shutdowns * Clarify actor source and normalize EC2 owner tags in Python * Use GitHub-hosted ARM runner for unit tests (cherry picked from commit 4941539)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.2 #1040 +/- ##
=======================================
Coverage 97.01% 97.01%
=======================================
Files 126 126
Lines 7371 7371
=======================================
Hits 7151 7151
Misses 220 220 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dor-forer
previously approved these changes
Sep 8, 2026
(cherry picked from commit 5d9c4fd)
GuyAv46
enabled auto-merge
September 8, 2026 07:56
dor-forer
previously approved these changes
Sep 8, 2026
GuyAv46
enabled auto-merge
September 8, 2026 10:40
dor-forer
approved these changes
Sep 8, 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.
Combined backport of #1032 and #1031 to
8.2. Both fixes are included so CI can validate and merge them together.team=ai_and_searchand a normalized GitHub actor asowner.ubuntu-22.04-armand remove ARM EC2 provisioning and inherited secrets.gcc:14-trixie, rename the Debian installer/workflow, and update workflow dependencies. Preserve release-specific AWS settings and test options.Fixes MOD-18346.
Validation: parsed workflow YAML, checked local reusable-workflow paths and job dependencies, verified no active Bullseye jobs remain, compiled owner-tag Python, checked EC2 launch tags, and ran shell syntax/whitespace checks. Runtime CI is pending.
Note
Low Risk
Changes are limited to GitHub Actions workflows and unit test fixtures; no runtime vector-index or auth logic is modified.
Overview
This backport updates CI infrastructure and stabilizes FP16 unit tests on hosted ARM.
ARM CI drops EC2 start/stop jobs in
arm.ymland runs unit tests on GitHub-hostedubuntu-22.04-arm, so merge/nightly no longer needsecrets: inheriton the ARM workflow call.EC2 runners for coverage and benchmarks add a Python step that normalizes
github.actorinto an AWSownertag and passesaws-resource-tags(team=ai_and_search, owner) when starting runners viamachulav/ec2-github-runner.Debian CI replaces active Bullseye jobs with Debian Trixie (
debian13.yml,gcc:14-trixie) in merge-queue and nightly flows, includingpr-validation/notify-on-failuredependencies.Tests only: FP16 override/batch tests in
test_fp16.cppand tiered SVS batch tests intest_svs_fp16.cppscale vector data by0.1fto keep squared L2 under FP16 max, useASSERT_NEARwhere SVE accumulation differs slightly—no production distance code changes.Reviewed by Cursor Bugbot for commit cae7b11. Bugbot is set up for automated code reviews on this repo. Configure here.
Additional merge-queue fix: backport the FP16 test-data scaling from #884 (MOD-13429), already used on newer release branches. This keeps squared L2 distances within FP16 range on the hosted ARM runner; no production distance kernels are changed.