trigger (travis) tests from another repo
Closed this issue · 8 comments
Following #9
We can configure repo geokrety-website to trigger launch via a GitHub webhook to this travis (we should take care to wait for the new docker image to be built and deployed, maybe checking the commit id at the bottom of the page in a loop?) - BTW: we could imagine the same for the master branch and rec instance -
from test repo
- provide X reports as results : cf. #13
- add branch_name as parameter
- provide a new report in addition to a previous one : cf #15
- SKIPPED
try webhook
from geokrety-website repo
- update travis to call webhook under deploy condition : cf geokrety/geokrety-website#193
- travis build tested and fully fonctionnal
travis API to request build:
https://docs.travis-ci.com/user/triggering-builds/
we could also send notification to irc instead of by mail:
https://docs.travis-ci.com/user/notifications/#configuring-irc-notifications
I'm very fan of your current ongoing work! 🏆
@kumy for authorization you were absolutely right ! cf. geokrety/geokrety-website#193
I have set your GH account as "owner" is it sufficient? I cannot find memeber settings in travis-ci.org :/
Yep but you were right, I was testing .com
instead of .org
. What a fool ;)
fixed with geokrety/geokrety-website#193