opencensus-experiments icon indicating copy to clipboard operation
opencensus-experiments copied to clipboard

Run integration tests every day

Open semistrict opened this issue 7 years ago • 2 comments

Set up the integration tests to run in TravisCI every day.

semistrict avatar Mar 20 '18 22:03 semistrict

Cool idea @ramonza, I believe you are referring to cron jobs on Travis-CI https://docs.travis-ci.com/user/cron-jobs/

Perhaps we need to define the yaml file for our language dependencies then figure out how to notify everyone of test failures, perhaps we can make an email that forwards to all of us(or those that'd like to know) when things break.

odeke-em avatar Mar 28 '18 05:03 odeke-em

I just wrote up this https://github.com/census-instrumentation/opencensus-experiments/pull/20 which might be a nicer step towards adding webhooks per repo that'll trigger integration tests and email everyone involved as they please.

odeke-em avatar Mar 28 '18 06:03 odeke-em