ccaominh commented on pull request #9968: URL: https://github.com/apache/druid/pull/9968#issuecomment-637694637
> I don't think these parameterized tests need to run on every PR, having them run nightly might be a good compromise on compute time vs test coverage - but I don't know how to have that work with Travis. Travis is already setup to run a daily job, which will run any jobs that are in the `cron` stage. For an example, refer the the "security vulnerabilities" job: https://github.com/apache/druid/blob/master/.travis.yml#L426 The configuration that restricts the cron job to only run the `cron` stage is here: https://github.com/apache/druid/blob/master/.travis.yml#L41 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
