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

3 Коммитов

Автор SHA1 Сообщение Дата
Kiran Kumar Kolli f583d9ac83
Revert "[INTERNAL] CI: Fixes emulator set-up to leverage central SDK teams scripts (#4813)" (#4877)
This reverts commit c69feae992.
2024-11-08 20:34:16 -08:00
Kiran Kumar Kolli c69feae992
[INTERNAL] CI: Fixes emulator set-up to leverage central SDK teams scripts (#4813)
[INTERNAL] CI: Fixes emulator set-up to leverage central SDK teams
scripts

Observations
- Lessmsi: extraction taking longer (1M) then msiexec based model
- Starting emulator from ProgramFolder path is faster 
- Unnecessary exponential retry logic (current one)
2024-10-18 09:33:49 -07:00
Kiran Kumar Kolli a36d2555cc
[INTERNAL] lessmsi: Fixes the chocolatey unavailability issues (#4742)
[INTERNAL] lessmsi: Fixes the chocolatey unavailability issues

Lessmsi is pre-loaded into repo and used at rutnime to avoid availablity
issues with Chocolatey.
ref: https://github.com/activescott/lessmsi/releases/tag/v2.1.1

17% of CI pipelines and 35% of daily pipelines are impacted by his
unreliability

![image](https://github.com/user-attachments/assets/3812570e-01e9-4f24-9382-469514c66732)

```
By installing, you accept licenses for the packages.
Downloading package from source '[https://community.chocolatey.org/api/v2/'](https://community.chocolatey.org/api/v2/%27)
[NuGet] Error downloading 'lessmsi.2.1.1' from '[https://community.chocolatey.org/api/v2/package/lessmsi/2.1.1'.](https://community.chocolatey.org/api/v2/package/lessmsi/2.1.1%27.)
[NuGet] Response status code does not indicate success: 503 (Service Unavailable: Back-end server is at capacity).
[NuGet] Error downloading 'lessmsi.2.1.1' from '[https://community.chocolatey.org/api/v2/package/lessmsi/2.1.1'.](https://community.chocolatey.org/api/v2/package/lessmsi/2.1.1%27.)
[NuGet] Response status code does not indicate success: 503 (Service Unavailable: Back-end server is at capacity).
lessmsi not installed. An error occurred during installation:
Error downloading 'lessmsi.2.1.1' from '[https://community.chocolatey.org/api/v2/package/lessmsi/2.1.1'.](https://community.chocolatey.org/api/v2/package/lessmsi/2.1.1%27.)
lessmsi package files install failed with exit code 1. Performing other installation steps.
```
2024-10-02 11:49:22 -07:00