microsoft / CCF

Confidential Consortium Framework
https://microsoft.github.io/CCF/
Apache License 2.0
761 stars 205 forks source link

Use CI images in ACI deploy/cleanup stages #6139

Closed achamayou closed 3 weeks ago

achamayou commented 3 weeks ago

As the ACI CI cleanup was moved from a default public pool to a private pool, for valid, Managed Identity-related reasons, we lost access to a dependency we need which prevented shutdown from running successfully.

This change makes all the ACI CI deploy stages use our CI image with the right dependencies, despite most of them not needing it, for consistency and to avoid this type of issue in the future.