Update smoke test workflow to install all requirements manually on new vanilla ubuntu image#1452
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1452 +/- ##
=====================================
Coverage 89.8% 89.8%
=====================================
Files 411 411
Lines 33061 33061
Branches 2045 2045
=====================================
Hits 29711 29711
Misses 2935 2935
Partials 415 415 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
pauld-msft
approved these changes
Jul 21, 2025
OBITOONDEADO1MZ
approved these changes
Sep 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
We need to upgrade VM image to a newer/patched version in this agent. This new image also has less preinstalled software which requires us to install whatever we need for the job to run.
Based on our first executions, dotnet is not coming preinstalled and GitHub Actions seems to not have access to that directory when trying to create it.
The custom agent pool is mostly necessary to try to reproduce concurrency bug that once hit caused an outage when running at scale + we need these tests to run faster than what default agents offer, see #543 for more context.