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
It would be cool if I could do model.deploy(..., channel="latest/edge/test") to specify the channel until the branch.
Currently, juju deploy jenkins-k8s --channel=latest/edge/test --base=ubuntu@22.04 works. However, with pylibjuju, I am not able to specify the branch.
juju.errors.JujuError: channel is malformed and has too many components latest/edge/test
Urgency
Casually wishlisting
Code I'd Like to Run
`model.deploy(..., channel="latest/edge/test")`
The text was updated successfully, but these errors were encountered:
Description
It would be cool if I could do
model.deploy(..., channel="latest/edge/test")
to specify the channel until the branch.Currently,
juju deploy jenkins-k8s --channel=latest/edge/test --base=ubuntu@22.04
works. However, with pylibjuju, I am not able to specify the branch.Urgency
Casually wishlisting
Code I'd Like to Run
`model.deploy(..., channel="latest/edge/test")`
The text was updated successfully, but these errors were encountered: