winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
5.01k stars 196 forks source link

Use cloud test snapshots in winglibs #6251

Open Chriscbr opened 6 months ago

Chriscbr commented 6 months ago

Use Case

We can use the new cloud tests snapshots feature to detect unexpected changes to infrastructure in winglibs.

Proposed Solution

One solution could be to add a dedicated GitHub workflow that runs hourly or so that checks what cloud targets are supported by each library, detects any snapshot changes, and if it detects any, it will make a pull request to notify maintainers.

Implementation Notes

No response

Component

Libraries

Community Notes

eladb commented 6 months ago

I think this can just be part of the standard build workflow of each library. It's very cheap.

github-actions[bot] commented 3 months ago

Hi,

This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!