Skip to content

Commit

Permalink
Merge pull request juju#17388 from jack-w-shaw/fix_broken_test
Browse files Browse the repository at this point in the history
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
jujubot authored May 17, 2024
2 parents 315e7ef + 349fe64 commit 1ff63ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/deploy/deploy_charms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ run_deploy_charm_placement_directive() {
# If 0/lxd/0 is started, so must machine 0 be.
wait_for_container_agent_status "0/lxd/0" "started"

juju deploy ubuntu-lite -n 2 --to 0,0/lxd/0
juju deploy jameinel-ubuntu-lite -n 2 --to 0,0/lxd/0
wait_for "ubuntu-lite" "$(idle_condition "ubuntu-lite")"

# Verify based used to create the machines was used during
Expand Down

0 comments on commit 1ff63ec

Please sign in to comment.