-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{CI} Use master branch of azdev and add benchmark sample to show execution time #14156
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
|
add to S172 |
| . env/bin/activate | ||
| pip install -q azdev | ||
| pip install -q git+https://github.com/Azure/azure-cli-dev-tools.git@master |
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 we need use the master branch? Since azdev is our internal dev tool, it won't bring too much pros for me to use latest master branch.
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.
@jiasli comment here Azure/azure-cli-dev-tools#220 (comment).
Using the master branch could bring us a sensitive and quick sense on the change of azdev changes without release it.
I think currently, release of azdev is too much frequently.
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.
We should figure out better way to handle this. azdev release process should be improved also.
jiasli
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.
Nice work!
Description
Add execution performance check on CI via
azdev perf benchmark, sampling onversioncommand andnetwork vnetsubcommandsUse master branch of azdev to avoid frequently unnecessary release. (Azure/azure-cli-dev-tools#220 (comment))
Testing Guide
https://github.com/Azure/azure-cli-dev-tools/pull/222/checks?check_run_id=825286911
After Azure/azure-cli-dev-tools#220 is megred, the CI should be fine.
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.