Skip to content

Enable arm64 DEB tests #48319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 10, 2025

Conversation

NikolaMilosavljevic
Copy link
Member

We have a full set of arm64 DEB packages. This PR enables installer testing on Debian arm64 distros.

Arm64 tests are slower and they are now running close to the current timeout limit of 30 minutes. This PR also increases the timeout to 60 minutes.

Verification run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2682358&view=results

@Copilot Copilot AI review requested due to automatic review settings April 9, 2025 16:01
@NikolaMilosavljevic NikolaMilosavljevic requested review from a team as code owners April 9, 2025 16:01
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Apr 9, 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.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

eng/pipelines/templates/steps/vmr-validate-installers.yml:38

  • The unconditional addition of the test flags for RPM and DEB packages may result in running these tests on non-arm64 Linux builds, which deviates from the previous conditional behavior. Confirm that this change is intentional and that it does not inadvertently impact x64 builds.
+      /p:TestRpmPackages=true \

eng/pipelines/templates/stages/vmr-validation.yml:84

  • While increasing the timeout to 60 minutes is appropriate for the slower arm64 tests, verify that this change integrates well with overall pipeline resource management.
+    timeoutInMinutes: 60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants