microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.28k stars 834 forks source link

Upgrade windows & mac agents per AzDO removing older support #945

Closed mydiemho closed 4 years ago

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

pjlittle commented 4 years ago

Thanks for addressing this. I'm not sure we would necessarily want to specify 'latest' for images, but given that we're using specific versions like windows-2019 what's a good strategy for keeping these up-to-date? Seems like it will inevitable break at some point. Is there anything else we can do?

mydiemho commented 4 years ago

Thanks for addressing this. I'm not sure we would necessarily want to specify 'latest' for images, but given that we're using specific versions like windows-2019 what's a good strategy for keeping these up-to-date? Seems like it will inevitable break at some point. Is there anything else we can do?

There isn't really a way to keep them up-to-date per se. We just have to check in periodically.

Fortunately, AzDO has also been really good about sending emails about non-backward compatible deprecation. For example, they block all pipelines with old agents from running so we know this has to be updated.