Remove Amazon Linux 2 and Mariner 2 support from CI#994
Conversation
Amazon Linux 2 and CBL-Mariner 2 are no longer supported platforms. Delete the amazon2.yml and mariner2.yml workflows and remove their references from the nightly, merge-to-queue, and temp-testing workflows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9c59efd to
443fa5b
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 443fa5b. Configure here.
| bullseye: | ||
| uses: ./.github/workflows/debian11.yml | ||
| # amazonlinux2: | ||
| # needs: [check-if-docs-only] |
There was a problem hiding this comment.
Mariner CI removed unintentionally
Medium Severity
This PR is scoped to dropping Amazon Linux 2, but it also deletes the active mariner2 job, removes mariner2 from aggregate needs lists, and removes .github/workflows/mariner2.yml. Mariner was still running in merge-queue and nightly CI, unlike the already-commented amazonlinux2 blocks. .install/common_base_linux_mariner_2.0.sh is unchanged, so install support and CI coverage no longer align.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 443fa5b. Configure here.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #994 +/- ##
=======================================
Coverage 97.10% 97.10%
=======================================
Files 141 141
Lines 8179 8179
=======================================
Hits 7942 7942
Misses 237 237 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|


Summary
Amazon Linux 2 and CBL-Mariner 2 are no longer supported platforms, so this removes them from CI.
amazon2.ymlandmariner2.ymlworkflow definitions.mariner2job and the (commented-out)amazonlinux2job, plus their dependency references, fromevent-nightly.ymlandevent-merge-to-queue.yml.amazonlinux2andmariner2test blocks fromflow-temp.yml.The
amazonaws.comS3 URLs undertests/benchmark/data/are unrelated data-download links and were left untouched.🤖 Generated with Claude Code