Current ServiceComb CI just leverage service of Travis[1] which has a very good integration with Github.
Current we don't test the multiple SC at same time, but I think with the help of docker, it could easy for us to run the examples against multiple version of SC. >From the proposal, we need multiple node to handle the test, it could be a challenge for us if we still use Travis. If we put the integration test in a separated project we may need to find a way to let the integration test looks up the latest snap short artifact for running the test. Any thought? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Jul 10, 2018 at 9:41 AM, wjm wjm <[email protected]> wrote: > currently we embed integration test with PR CI > > but: > 1.we will add more and more integration test case > 2.test time will be more and more longer > 3.integration test should include work with multiple SC versions > 4....... > > so, maybe it's better that make integration test to be a independent > project, and run it once a day at least > > some other idea of integration test: > https://issues.apache.org/jira/browse/SCB-719 > > what's your suggestion? >
