-
Notifications
You must be signed in to change notification settings - Fork 3.2k
allow filtering live test sets based on package name #18013
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
Conversation
|
/azp run python -communication - tests |
|
No pipelines are associated with this pull request. |
|
/azp run python - communication - tests |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run python - communication - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - communication - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - communication - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run python - communication - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
beltr0n
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but i'd probably wait for someone from sys engineering to chime in as well
lsundaralingam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this mean that if I have a PR with just SMS changes that only the SMS tests run?
|
Hello @RezaJooyandeh! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|

Description:
What
We want to have the ability to trigger live tests separately for different packages
How
Set runtime parameters
Servicesat the test YAML file.Based on recommendations from sys engineering team, add in test filtering logic based on package name so that developers can override run parameters from the pipeline . By default, all packages will be built and tested.
Test: