It would be neat if Phacility could handle a webhook from CircleCI and update the Test Status of a change based on the results.
https://circleci.com/docs/configuration#notify
(I would want to add MY_APP_ID.phacility.com there)
https://circleci.com/docs/api#build
Looks like you might get enough info there?
I don't actually care about kicking off a CircleCI build just now (I can do that by pushing changes to github branches already) but that would be cool too.
What's sweet here is that we would only do arc unit for arc land and thus make for faster development/code pushing and leave testing to run as a service (and not on everyone's particular machine).