-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump juju
in all gh workflows
#862
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5535.
|
Failing CIs due to podspec charms going into waiting state
Failing CIs due to another reasons:
EDIT: some CIs may fail because of canonical/charmcraft#1640 |
…ts files Bumping juju and ops packages to use them in newer versions of the charms, plus testing them in a CI with a more recent juju version. Part of canonical/bundle-kubeflow#859 Part of canonical/bundle-kubeflow#862
Bumping juju and ops packages to use them in newer versions of the charms, plus testing them in a CI with a more recent juju version. Part of canonical/bundle-kubeflow#859 Part of canonical/bundle-kubeflow#862
…arms, plus testing them in a CI with a more recent juju version. Part of canonical/bundle-kubeflow#859 Part of canonical/bundle-kubeflow#862
Need to send PRs also for
I 'll try to do it in the coming days. EDIT: We probably don't need to do for EKS since we first need to tackle #801, since at the moment it runs tests only for 1.7. When tackling the referenced issue, we 'll also use the proper juju version, so no need to do sth right now. |
This work was completed in several PRs, all CIs should now be running with juju 3.5. Closing. |
Context
To support juju 3.4, we need to bump the channel that is used for installing
juju
in the integration testing environment of all our repositories.Optional: bump the versions of
ops
,pytest-operator
andpython-libjuju
if it is necessary for the tests to pass.What needs to get done
Do a cannon run that replaces
juju-channel: 3.1
withjuju-channel: 3.4
in all the repositories maintained by the CKF team. This has to be done in bothmain
andtrack/<version>
(only the corresponding version to CKF 1.8) branches.Definition of Done
The CI for integration tests runs with juju 3.4.
The text was updated successfully, but these errors were encountered: