diff --git a/eng/pipelines/common/device-tests-steps.yml b/eng/pipelines/common/device-tests-steps.yml index dfa80cd5ddfb..3b06800b00d8 100644 --- a/eng/pipelines/common/device-tests-steps.yml +++ b/eng/pipelines/common/device-tests-steps.yml @@ -181,14 +181,3 @@ steps: condition: always() inputs: artifactName: '$(Agent.JobName) (attempt $(System.JobAttempt))' -################################################## -# Reboot # -################################################## - -# Reboot the physical macs after running iOS tests -# - ${{ if and(ne(parameters.buildType, 'buildOnly'), eq(parameters.platform, 'ios')) }}: -# - ${{ if and(ne(parameters.poolName, 'Azure Pipelines'), eq(variables['System.TeamProject'], 'devdiv') ) }}: -# # This must always be placed as the last step in the job -# - template: agent-rebooter/mac.v1.yml@yaml-templates -# parameters: -# AgentPoolAccessToken: ${{ parameters.agentPoolAccessToken }} diff --git a/eng/pipelines/common/ui-tests-steps.yml b/eng/pipelines/common/ui-tests-steps.yml index 965073ae9010..893f03d96a46 100644 --- a/eng/pipelines/common/ui-tests-steps.yml +++ b/eng/pipelines/common/ui-tests-steps.yml @@ -177,9 +177,3 @@ steps: displayName: 'Enable Notification Center' continueOnError: true timeoutInMinutes: 60 - -- ${{ if and(eq(parameters.platform, 'ios'), ne(parameters.poolName, 'Azure Pipelines'), eq(variables['System.TeamProject'], 'devdiv') ) }}: - # This must always be placed as the last step in the job - - template: agent-rebooter/mac.v1.yml@yaml-templates - parameters: - AgentPoolAccessToken: ${{ parameters.agentPoolAccessToken }}