Skip to content
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

Fix _resolve_charm errors #834

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

cderici
Copy link
Contributor

@cderici cderici commented Apr 19, 2023

Description

This adds some changes to fix some errors about the _resolve_charm method that are accidentally introduced in #825.

  • _resolve_charm force parameter is made optional
  • fixed the _resolve_charm calls in the bundle.py to have less number of variables to unpack onto

QA Steps

The ones that are FAILED in #825's CI run need to be passing.

In fact all of the CI tests need to pass.

That are accidentally introduced in juju#825.

* _resolve_charm's force parameter is made optional
* fixed the _resolve_charm calls in bundle.py to have less number of
variables to unpack onto
@juanmanuel-tirado
Copy link
Contributor

/build

@cderici
Copy link
Contributor Author

cderici commented Apr 20, 2023

Ok for this the only test that's failing is that ubuntu charm storage thing : juju.errors.JujuAPIError: cannot upgrade application "ubuntu" to charm "local:focal/ubuntu-0": required storage "files" removed

so I think we can merge this to at least unblock the tests for other PRs to be able to run their CI tests

@juanmanuel-tirado juanmanuel-tirado merged commit 4a96306 into juju:2.9 Apr 21, 2023
jujubot added a commit that referenced this pull request May 11, 2023
#848

## What's Changed
* [JUJU-3253] add missing force in bundle deployment by @juanmanuel-tirado in #815
* [JUJU-3348] Fix assumes parsing by @juanmanuel-tirado in #820
* [JUJU-3404] Pass series info into origin for ResolveCharm by @cderici in #825
* Fix _resolve_charm errors by @cderici in #834
* [JUJU-3583] wait_for_idle to not block when enough units are ready by @cderici in #840
* [JUJU-3565] Expect and handle exceptions from the AllWatcher task by @cderici in #833
* Fixes to pass the CI problems regarding missing postgresql charm. by @juanmanuel-tirado in #847
* [JUJU-3641] Fix local charm base channel discovery by @cderici in #846


[JUJU-3253]: https://warthogs.atlassian.net/browse/JUJU-3253?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-3348]: https://warthogs.atlassian.net/browse/JUJU-3348?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-3404]: https://warthogs.atlassian.net/browse/JUJU-3404?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-3583]: https://warthogs.atlassian.net/browse/JUJU-3583?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-3565]: https://warthogs.atlassian.net/browse/JUJU-3565?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-3641]: https://warthogs.atlassian.net/browse/JUJU-3641?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants