Skip to content

kaadhina/DynamicProvisionSamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicProvisionSamples

Since Run functional test and Deploy Visual Studio test agent tasks in Azure Devops are getting deprecated, we wrote a sample using the new Visual Stusio test task to run tests in parallel on dynamically provisioned agents.

The sample definition essentially does the following:

  • Creates VMs on Azure.
  • Configures agents on them against a particular pool.
  • Runs tests in parallel, on the agents in the above pool.
  • Unconfigures the agents from the pool.
  • Deletes the VMs

Please note that the test pool needs to be unique for a particular definition and cannot be reused across runs. You may either use unique pools or modify the script to add a unique capability in the agents to ensure reuse of pools.

The templates and scripts used here are just samples to help you get started with the scenario. Feel free to modify or customize them as per your needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published