Skip to content

Conversation

robert-cronin
Copy link
Contributor

Removes linux/arm/v5 and linux/mips64le from the multiarch tests

Closes #1254

Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
@robert-cronin robert-cronin self-assigned this Aug 15, 2025
@Copilot Copilot AI review requested due to automatic review settings August 15, 2025 03:05
@robert-cronin robert-cronin added the bug Something isn't working label Aug 15, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a multiarch testing issue by removing unsupported platforms from the Debian tooling image configuration. The change addresses missing platform support that was causing test failures.

  • Removes linux/arm/v5 and linux/mips64le platforms from multiarch test configurations
  • Updates a test configuration to use linux/arm64 instead of linux/arm/v5

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

codecov bot commented Aug 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.99%. Comparing base (9082d32) to head (90e4040).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1256   +/-   ##
=======================================
  Coverage   42.99%   42.99%           
=======================================
  Files          35       35           
  Lines        4140     4140           
=======================================
  Hits         1780     1780           
  Misses       2228     2228           
  Partials      132      132           

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@ashnamehrotra ashnamehrotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@ashnamehrotra ashnamehrotra merged commit 81171db into project-copacetic:main Aug 15, 2025
29 checks passed
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Copacetic Workboard Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Multiarch test failures: Missing architectures in Debian base images
2 participants