Skip to content

[8.4] [MOD-18346] Backport CI runner fixes and Debian Trixie - #1041

Merged
GuyAv46 merged 2 commits into
8.4from
backport-1032-to-8.4
Sep 8, 2026
Merged

[8.4] [MOD-18346] Backport CI runner fixes and Debian Trixie#1041
GuyAv46 merged 2 commits into
8.4from
backport-1032-to-8.4

Conversation

@GuyAv46

@GuyAv46 GuyAv46 commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Combined backport of #1032 and #1031 to 8.4. Both fixes are included so CI can validate and merge them together.

  • Tag coverage and benchmark EC2 runners at launch with team=ai_and_search and a normalized GitHub actor as owner.
  • Run ARM unit tests on GitHub-hosted ubuntu-22.04-arm and remove ARM EC2 provisioning and inherited secrets.
  • Replace active Bullseye CI jobs with 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

Medium Risk
Changes merge-gating CI (ARM runner platform, Debian/gcc image, and EC2 launch metadata) without touching application code; misconfiguration could block merges or leave runners untagged until workflows are validated.

Overview
CI runner and matrix updates for the 8.4 branch: ARM unit tests no longer provision EC2 start/stop jobs in arm.yml and instead call task-unit-test.yml on GitHub-hosted ubuntu-22.04-arm, dropping AWS secrets inheritance from merge/nightly ARM jobs.

Coverage and benchmark EC2 runners now run a Python step that normalizes github.actor into an owner tag and pass aws-resource-tags (team=ai_and_search, dynamic owner) into machulav/ec2-github-runner at instance start.

Debian CI moves from Bullseye/debian11 to debian13.yml with job trixie and container gcc:14-trixie; merge-queue and nightly workflows swap job names and pr-validation / notify-on-failure dependencies accordingly.

Reviewed by Cursor Bugbot for commit 968618c. Bugbot is set up for automated code reviews on this repo. Configure here.

* [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)
@GuyAv46
GuyAv46 requested a review from dor-forer September 8, 2026 06:11
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.97%. Comparing base (ce49e60) to head (968618c).

Additional details and impacted files
@@           Coverage Diff           @@
##              8.4    #1041   +/-   ##
=======================================
  Coverage   96.97%   96.97%           
=======================================
  Files         126      126           
  Lines        7599     7599           
=======================================
  Hits         7369     7369           
  Misses        230      230           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

dor-forer
dor-forer previously approved these changes Sep 8, 2026
@GuyAv46 GuyAv46 changed the title [8.4] [MOD-18346] Tag EC2 CI runners and use GitHub-hosted ARM tests [8.4] [MOD-18346] Backport CI runner fixes and Debian Trixie Sep 8, 2026
@GuyAv46
GuyAv46 enabled auto-merge September 8, 2026 07:56
@GuyAv46
GuyAv46 added this pull request to the merge queue Sep 8, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 8, 2026
@GuyAv46
GuyAv46 added this pull request to the merge queue Sep 8, 2026
Merged via the queue into 8.4 with commit e2736fc Sep 8, 2026
16 checks passed
@GuyAv46
GuyAv46 deleted the backport-1032-to-8.4 branch September 8, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants