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 failing CI test #14647

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Fix failing CI test #14647

merged 1 commit into from
Sep 23, 2022

Conversation

jack-w-shaw
Copy link
Member

@jack-w-shaw jack-w-shaw commented Sep 22, 2022

Sometimes ec2 machine spawns only a private and public ip, so we should
not for a third

Checklist

  • [ ] Code style: imports ordered, good names, simple structure, etc
  • [ ] Comments saying why design decisions were made
  • [ ] Go unit tests, with comments saying what you're testing
  • Integration tests, with comments saying what you're testing
  • [ ] doc.go added or updated in changed packages

QA steps

BOOTSTRAP_CLOUD=aws BOOTSTRAP_PROVIDER=aws BOOTSTRAP_REGION=eu-west-1 ./main.sh -s 'test_upgrade_charm_with_bind,test_juju_bind' -v spaces_ec2

Sometimes ec2 machine spawns only a private and public ip, so we should
not for a third
@jack-w-shaw jack-w-shaw changed the title Fix failing CI tests Fix failing CI test Sep 22, 2022
@basebandit
Copy link

basebandit commented Sep 22, 2022

QA steps are passing.

Copy link

@basebandit basebandit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jack-w-shaw
Copy link
Member Author

/merge

1 similar comment
@jack-w-shaw
Copy link
Member Author

/merge

@jujubot jujubot merged commit a60cc31 into juju:2.9 Sep 23, 2022
@jack-w-shaw jack-w-shaw deleted the fix_failing_spaces_CI branch September 23, 2022 12:51
@wallyworld wallyworld mentioned this pull request Sep 26, 2022
3 tasks
jujubot added a commit that referenced this pull request Sep 26, 2022
#14661

Merge 2.9

#14637
#14638
#14641
#14612
#14646
#14647
#14649
#14628
#14654

Conflicts
```
# Conflicts:
# apiserver/facades/client/application/deploy.go
# apiserver/facades/client/charmhub/charmhub_test.go
# apiserver/facades/client/charmhub/convert.go
# apiserver/facades/client/charms/conversions.go
# apiserver/facades/client/machinemanager/machinemanager.go
# apiserver/facades/client/machinemanager/machinemanager_test.go
# apiserver/facades/client/machinemanager/register.go
# apiserver/facades/client/resources/repository.go
# apiserver/facades/schema.json
# cmd/juju/application/deploy_test.go
# cmd/juju/application/deployer/bundlehandler.go
# cmd/juju/machine/add.go
# core/charm/strategies.go
# core/charm/strategies_test.go
# core/series/supportedseries.go
# core/series/supportedseries_test.go
# environs/manual/winrmprovisioner/provisioner_test.go
# rpc/params/applications.go
# rpc/params/params.go
# state/charm.go
# tests/includes/storage.sh
```

## Checklist

- [X] Code style: imports ordered, good names, simple structure, etc
- [X] Comments saying why design decisions were made
- [X] Go unit tests, with comments saying what you're testing
- ~[ ] [Integration tests](https://github.com/juju/juju/tree/develop/tests), with comments saying what you're testing~
- ~[ ] [doc.go](https://discourse.charmhub.io/t/readme-in-packages/451) added or updated in changed packages~

## QA steps

See PRs
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.

3 participants