[PR #15761] Add support for ARM64 testing, reintroduce it in CI #30728

Closed
opened 2026-01-31 09:42:37 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/15761

State: closed
Merged: Yes


This pull request introduces the arm64 testing agents and a few build
phases to use them.

In addition to running the ARM64 tests in CI, it makes the following
changes:

  • The x64 tests now run on equivalent x64 testing agents
  • We now run ARM64 builds (and tests!) on all pull requests
  • I've deduplicated a lot of the build and test stages
  • New queue-time parameters have been added to control various phases,
    for quick pipeline testing
  • A bunch of conditions have been promoted to compile-time checks to
    control the existence of stages and steps more tightly
**Original Pull Request:** https://github.com/microsoft/terminal/pull/15761 **State:** closed **Merged:** Yes --- This pull request introduces the arm64 testing agents and a few build phases to use them. In addition to running the ARM64 tests in CI, it makes the following changes: - The x64 tests now run on equivalent x64 testing agents - We now run ARM64 builds (and tests!) on all pull requests - I've deduplicated a lot of the build and test stages - New queue-time parameters have been added to control various phases, for quick pipeline testing - A bunch of conditions have been promoted to compile-time checks to control the existence of stages and steps more tightly
claunia added the pull-request label 2026-01-31 09:42:37 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30728