Open ca-scribner opened 11 months ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5122.
This message was autogenerated
One item to note here is that in the past even when we've pinned to a snap channel, we've been burned by broken CI later due to bugs or backwards incompatible changes. Ideally we'd want the option to pin to a specific revision
It would be really nice if we had automation to "release" a branch, and that would look at the current dependency versions (eg: rockcraft=latest/stable
, which today is rev=123
) and automatically pin those to today's revision
Why it needs to get done
Presently, our rocks repos consume shared workflows by pinning to
main
(oidc, seldon). This is fine as we're fleshing these shared workflows out, but we should switch to pinning to releases once development on the shared workflows stabilises.What needs to get done
Pin all calls to
charmed-kubeflow-workflows
workflows to a releaseWhen is the task considered done
When all rocks repos use shared workflows that are pinned to a release, not
main