{Pipeline} Bump version pipeline#22978
Conversation
|
It is really good to provide bump version pipeline doc. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
| working_directory = "/home/vsts/work/1/s" | ||
| azdev_test_result_dir = "/home/vsts/.azdev/env_config/home/vsts/work/1/s/env" |
There was a problem hiding this comment.
Can we get these directories by pipeline variables?
There was a problem hiding this comment.
Good suggestion! I just didn't find the env variables😂
| testResultsFiles: '/home/vsts/.azdev/env_config/home/vsts/work/1/s/env/test_results_*.xml' | ||
| testRunTitle: 'CLI Bump Version test results of instance $(Instance_idx)' |
There was a problem hiding this comment.
Very curious, where can we see the documentation for these two parameters?
I love this feature by the way
There was a problem hiding this comment.
| testResultsFiles: '/home/vsts/.azdev/env_config/home/vsts/work/1/s/env/test_results_*.xml' | ||
| testRunTitle: 'CLI Bump Version test results of instance $(Instance_idx)' | ||
|
|
||
| - job: CreatePR |
There was a problem hiding this comment.
I think it'll be good to give an option to disable creating PR.
During live run, some tests may fail, so the PR created by azclibot cannot pass CI. The developer must manually fix those failed tests, but the developer may not have the permission to push to azclibot repo. In that case, the developer can add their changes onto azclibot's commits and push to their own forked repo, then creating a PR from their own forked repo (for example #28660). The PR created by azclibot becomes redundant and should be closed.
Description
Add a new pipeline for bumping version. The related doc is also added.
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.
I adhere to the Error Handling Guidelines.