Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes the agent reboot steps from both the UI and device test pipelines, streamlining the CI process by eliminating unnecessary restarts.
- UI tests pipeline: removed the conditional
agent-rebootertemplate invocation - Device tests pipeline: deleted the commented-out reboot block
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/common/ui-tests-steps.yml | Removed the last-step reboot template |
| eng/pipelines/common/device-tests-steps.yml | Deleted the commented reboot section |
rmarinho
added a commit
that referenced
this pull request
Jul 8, 2025
rmarinho
added a commit
that referenced
this pull request
Jul 9, 2025
rmarinho
added a commit
that referenced
this pull request
Jul 9, 2025
* [ci] Fix provision profiles (#30470) * [ai] Remove github mcp * [ci] Use certs/profile azdo task * Fix * again * try again * Access passworkd * again * legacy * needs to work like this * try again * try just mauiu-provisionator * [ci] clean * We need this as variable group from key vault doesn t work * Add comments * Try to always run on devdiv * fix * remove legacy * Maybe try fix on Azure pipelines hosts * Fix variable * Add continueOnError: true * Remove old provisioning # Conflicts: # eng/pipelines/common/provision.yml # eng/pipelines/common/variables.yml * [ci] Use new maui release variable group (#30146) * [ci] Use new maui release variabel group [ci] Remove maui-secrets Don t reboot devices [ci] remove extra pat and format Use new variable [ci] Move back to the old pat name Add provisionator variable group update provisionator token Remove extra variable try again Fix override oon steps of github token add variable for uri More fixes We just need the pat for maui release * UseProvisionator * needs to be used on xamarin public # Conflicts: # eng/pipelines/common/provision.yml # eng/pipelines/common/variables.yml # eng/pipelines/handlers.yml * Fix merge * [ci] Remove reboot (#30497)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
Continue removing secrets and internal tools, no need to reboot.