geokrety/geokrety-website-qa

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


  • 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

kumy commented

do you have the necessary permission to setup the webhooks?

@kumy yep I will check that point ASAP :)

(tests notes were moved into dedicateed issue #15)

kumy commented

I'm very fan of your current ongoing work! 🏆

@kumy for authorization you were absolutely right ! cf. geokrety/geokrety-website#193

kumy commented

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 .cominstead of .org. What a fool ;)