Open marcoceppi opened 11 years ago
This charm's got a few distinct bits:
lp:charms/jenkins
to handle "core" plugins, where the plugin
versions have to match the jenkins version exactlylp:charms/juju
and use it for this purposejitsu test
for embedded charm tests
need to replace graph tests with raw charmrunnerSo, the whole shebang should work something like:
juju deploy --config precise-ec2-tester.yaml jenkins precise-ec2-tester
juju deploy --config ec2-testing-account.yaml juju
juju add-relation precise-ec2-tester juju
juju deploy charmtester
juju add-relation jenkins charmtester
once this happens, we can start using config-changed
... yay! i.e., we need to move more logic to config-changed once we have this split up. Need to look through the upgrade story eventually too, but they're daily ephemeral builds atm, so it doesn't really matter. We'd like them to live longer and run charm tests per commit on each charm... eventually.
because it's sexier that way