Handle constraint equality for bundle dry run #7987

Merged
merged 1 commit into from Oct 30, 2017

Conversation

Projects
None yet
3 participants
Owner

howbazaar commented Oct 30, 2017

The comparison of contraints was incorrect in the bundle deployment.

The struct equality was not sufficient, so we now use the string representation of the parsed constraints.

QA steps

juju deploy hadoop-processing
# Wait until everything is stable. 
juju deploy hadoop-processing --dry-run

There should be no steps to update constraints.

Owner

howbazaar commented Oct 30, 2017

$$merge$$

Contributor

jujubot commented Oct 30, 2017

Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju

@jujubot jujubot merged commit 754ee14 into juju:develop Oct 30, 2017

1 check failed

continuous-integration/jenkins/pr-merge This commit cannot be built
Details

@howbazaar howbazaar deleted the howbazaar:bundle-constraints branch Oct 30, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment