-
Notifications
You must be signed in to change notification settings - Fork 24
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 validation to work with ops charms #1457
Conversation
OK, with the changes in this PR together with the change in juju-solutions/interface-kube-control#42, I'm getting passing validation runs now. |
if cloud in ["azure", "ec2", "gce", "openstack", "vsphere"]: | ||
assert label == cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm... clever!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aight--- skipping some tests eh?
Yeah. I don't really like it. The skipped tests are covering features and integrations that no longer exist. Some of those features might come back in a later release - that's the part I don't like. I think we have to skip these tests for the initial 1.29 release though, given that our plan is to ship without those features, right? |
Hopefully so we can start getting some validation runs against the ops charms.
I wasn't quite able to do a full run of this today - my cluster blew up when I ran
test_service_cidr_expansion
. Will try again tomorrow.