Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17388 from jack-w-shaw/fix_broken_test
juju#17388 Not long ago, we changed the charm in this test from jameinel-ubuntu-lite to ubuntu-lite However, ubuntu-lite has no releases foir arm64, leading to failed tests Switch this back to jameinel-ubuntu-lite ## QA steps Run the integration test on an amd64 and arm64 machine ``` BOOTSTRAP_ARCH="$arch" BUILD_ARCH="$arch" MODEL_ARCH="$arch" ./main.sh -v deploy test_deploy_charms ``` and verify that `run_deploy_charm_placement_directive` is successful
- Loading branch information