-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Enable live tests #6763
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
Enable live tests #6763
Conversation
|
Can one of the admins verify this patch? |
| OSName: 'Linux' | ||
| OSVmImage: 'ubuntu-16.04' | ||
| PythonVersion: 'pypy3' | ||
| BuildTargetingString: $(BuildTargetingString) |
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.
This looks good! The variable $(BuildTargetString) is configurable at the pipeline level. You can safely put just your data-plane package name at the pipeline variable level. Can walk you through that if you need!
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.
Agreed. Because this tests.yml file is specific to appconfiguration it's ok to hardcode the value you want to use here instead of configuring it manually in the pipeline.
We want to avoid pipelines that require manual configuration because it makes pipeline automation more difficult.
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.
Do you mean I can just hard code "azure-data-appconfiguration"?
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.
Discussed offline. Set queue time variable on AzureDevOps: BuildTargetingString == "azure-data-appconfiguration"
danieljurek
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.
(actually submitting comments on this approval)
| OSName: 'Linux' | ||
| OSVmImage: 'ubuntu-16.04' | ||
| PythonVersion: 'pypy3' | ||
| BuildTargetingString: $(BuildTargetingString) |
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.
Agreed. Because this tests.yml file is specific to appconfiguration it's ok to hardcode the value you want to use here instead of configuring it manually in the pipeline.
We want to avoid pipelines that require manual configuration because it makes pipeline automation more difficult.
No description provided.