You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rough Draft of support for field test_version in component spec
Commodore will first try to checkout `test_version` for components who
set the field, and fall back to field `version` if the version given in
`test_version` can't be checked out and isn't equal to `version`.
This feature might be useful on development or Lab clusters where many
users test various component feature branches, and generally the absence
of a configured version indicates that the feature branch was merged and
the component's main development branch (usually `master`) should be
used again.
Note that we probably should make this feature opt-in via a cluster
fact or field in `parameters.commodore`.
0 commit comments