canonical / charmed-kubeflow-workflows

Repository that containes GitHub workflows and shareable configs for Charmed Kubeflow
0 stars 0 forks source link

feat: accept packed_charms in bundle and integration jobs #16

Open DnPlas opened 1 year ago

DnPlas commented 1 year ago

This this variable, the bundle and integration jobs will be able to receive a list of packed charms that can be used by the test suite for using them, avoiding the need for building all charms every time a new job is run. For example: a repository CI has two integration test suites, but both of them build the same charms.

This PR looks for compatibility with the build_charms_with_cache action.