Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Ben Broderick Phillips 2136586b32
Remove backoff in live test cleanup retry (#3411)
* Remove backoff in live test cleanup retry

* Wrap get group in retry call
2022-06-08 16:41:13 -04:00
Wes Haggard 00b13e88b6
Add label-to-project workflow (#3306)
This github workflow will add issues to projects when a particular label is applied.
2022-06-08 12:04:41 -07:00
Ben Broderick Phillips 3c37ac6eb5
Bump retry count on live test subscription cleanup script login (#3405) 2022-06-06 20:09:46 -04:00
Scott Beddall 95a70140d0
[Python Dev Feed] Create Pipeline Definition for uploading packages from PyPI (#3252)
* adding supporting python script for downloading sets of packages, its requirements file, and the job template
2022-04-29 11:52:19 -07:00
Travis Prescott fd1e7e6736
[Python APIView] add script to test all SDK packages (#3163)
* Add initial results.

* Update script.

* Fix issue with type parsing.
2022-04-26 11:31:58 -07:00
Daniel Jurek 64685dc11e
Treat Get-PurgeableGroupResources as an array (#2993)
* Treat Get-PurgeableGroupResources as an array

* Avoid missing VaultName error
2022-03-28 14:58:30 -07:00
Ben Broderick Phillips c72b19c1cd
Merge test resource cleanup scripts. Support owner tags, CI and interactive modes. (#2847)
This PR merges both subscription resource cleanup scripts into one that can be called in CI or interactively. The script
has been updated to implement the [resource management
guidelines document](https://github.com/Azure/azure-sdk-tools/blob/main/doc/engsys_resource_management.md).

Resolves #2714
2022-03-21 19:40:04 +00:00
Travis Prescott f6dd9bec32
[Python APIView] Add Python version consistency check. (#2871)
* Add Python version consistency check.

* Trigger CI.

* Yay, CI debugging. My favorite.

* Fix version check bug.

* Failure verified. Now make CI pass.
2022-03-07 10:36:43 -08:00
Heath Stewart 589fcf7b6b
Make sure clean-up scripts return collections (#2272) 2021-11-16 22:47:43 +00:00
Heath Stewart c23ca9db0b
Attempt to purge all vaults, managed HSMs (#1912)
Reverts #1910. Vaults and managed HSMs are automatically purged on their purge date. The point was to purge them daily to preserve capacity. The default purge date is +90 days.
2021-08-18 20:25:22 +00:00
Wes Haggard e2ebf999f9
Filter out future purge dates resources (#1910) 2021-08-13 17:14:04 -07:00
Wes Haggard 58608fc3fb
Fix resource clean-up script (#1902)
- Fix rg.Name to rg.ResourceGroupName
- Add more verbose logging for better debugging
- Handle deleted resource groups when gathering puragable resource
- Remove coerce now that we are collecting in functions
2021-08-13 16:10:46 -07:00
Heath Stewart 1a79aeb4f0
Purge Key Vaults after deleting resource group (#1894) 2021-08-13 02:53:10 +00:00
Wes Haggard 12c171e9c0
Add playground to cleanup (#1898) 2021-08-12 09:33:08 -07:00
Wes Haggard 33a8bc4eee
Enable Caching of PS Modules (#1606)
- Remove copied AzPowershell utilities
- Add latest AZ module path already on hosted agents to PSModulePath
- Rename setup-az-modules template setup-environments to reflect what is is doing
- Add support for Caching the current user PS Module folder
- Add support for install-module if not already present in module folder
- Organize the live test clean-up script to be in the standard location
2021-05-27 23:05:10 +00:00
Chidozie Ononiwu 905086bd7d
Update retry logic in Verify and Merge scipt, Update Delete-RemoteBra… (#1160)
- Update retry logic in Verify and Merge scripts.
- Update Delete-RemoteBranches.ps1
2020-11-03 03:49:53 +00:00
Chidozie Ononiwu 60121995eb
Use a new branch for quing the TestPipeline, this should prevent chec… (#1154)
Use a new branch for queueing the TestPipeline, this should prevent template checks from showing up on `eng/common` Sync PRs.
Add step tp clean up upstream branches used during the sync run.
Add retry logic to the verify and merge stage.
2020-10-31 02:45:15 +00:00
Danny Amirault 88287d89cb
Fix bad dot include of logging script (#1060)
See break at https://dev.azure.com/azure-sdk/internal/_build/results?buildId=556899&view=logs&j=f6a7114c-32c6-5cc4-d467-98fb1350225d&t=a2695e80-e975-5318-3c29-d781630e749d
2020-09-30 09:01:05 -07:00
Chidozie Ononiwu 6fdcc1c46f
Consume DevOps Logging from eng\common\scripts\logging.ps1 (#1039) 2020-09-28 09:59:23 -07:00
Wes Haggard 99baaea9b6
Update verify-and-merge script for easier local running (#969) 2020-09-06 14:58:39 -07:00