Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Changed possible Status values. #1805
Conversation
perrito666
added some commits
Feb 19, 2015
|
$$mergeandfollowupwithanotherbranchtoaddresstodos$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$mergeandfollowupwithanotherbranchtoaddresstodos$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1433384'] |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$FFS$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
perrito666 commentedMar 11, 2015
There where changes in Unit status management.
Unit and Agent status used to be the same thing but
now have been split into two:
Workload
UnitAgent
Workload: holds statuses pertaining the actual workload
deployment such as hooks running and error in them.
UnitAgent: holds statuses for the juju agent running
on this unit.
A series of statuses has been added and valid statuses
for both have been defined.
Also a series of changes where necessary in tests that
where setting states that are no logner valid.
Finally juju status command suffered several changes
in the tests to reflect the two new values.