-
Notifications
You must be signed in to change notification settings - Fork 10k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 41208: Updated ci.yml - name artifacts with attempt number …
…where publish on error is... Updated ci.yml and ci-public.yml - name artifacts with attempt number where publish on error is true (logs, test results) This allows individual jobs to succeed on retry instead of failing when they try to reupload a log artifact with the same name. ---- #### AI description (iteration 1) #### PR Classification Enhancement to CI configuration. #### PR Summary This pull request updates the CI pipeline configuration to include the attempt number in the names of artifacts published on error. This helps in distinguishing artifacts from different job attempts. - Changes in `/.azure/pipelines/ci.yml` to append `$(System.JobAttempt)` to artifact names for Windows, MacOS, and Linux logs and test results.
- Loading branch information
Showing
2 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters