-
Notifications
You must be signed in to change notification settings - Fork 183
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
Change live test resource DeleteAfterHours tag to 8 hours #1199
Conversation
The following pipelines have been queued for testing: |
Actually, 24hrs was picked because the script only ran every 24hrs. Does the script run more often now? |
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.
Great idea. Just make sure the script actually runs more often (it only ran once a day "back in the day").
I will have to change the pipeline schedule too. |
Hello @azure-sdk! 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 (
|
This reduces the default from 24 hours to 8 hours. The cleanup pipeline takes only a few minutes so this shouldn't add any load: https://dev.azure.com/azure-sdk/internal/_build?definitionId=1357&_a=summary The original 24 value was arbitrary. I'm picking 8 because it's the lowest value that's safely longer than any of our existing live tests (currently storage takes 6 hours). Related to #754
…tes and no UTF-8 BOM. (Azure#1199) * Add script that validates all files in the repo contain ASCII-only bytes and no UTF-8 BOM. * Update script to include all files in the repo. * Update script and make sure it only runs once. * Address PR feedback, update script. * Skip the tools directory for now.
This reduces the default from 24 hours to 8 hours. The cleanup pipeline takes only a few minutes so this shouldn't add any load: https://dev.azure.com/azure-sdk/internal/_build?definitionId=1357&_a=summary
The original 24 value was arbitrary. I'm picking 8 because it's the lowest value that's safely longer than any of our existing live tests (currently storage takes 6 hours).
Related to #754