You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/08/12 17:31:59 UTC

[GitHub] [incubator-druid] ccaominh opened a new pull request #8282: Speedup package check job

ccaominh opened a new pull request #8282: Speedup package check job
URL: https://github.com/apache/incubator-druid/pull/8282
 
 
   ### Description
   
   The package check job sometimes hits the 50 minute Travis CI job time
   limit. Move license checking tasks in "package check" job to "license
   check" job to rebalance the job runtime (the "license check" job
   currently takes about 1 minute). Moving the logic from build.sh to
   .travis.yml also gives more visibility into how long each step takes
   (i.e., generate-license-dependency-reports.py vs generate-license.py).
   
   <hr>
   
   This PR has:
   - [x] been self-reviewed.
   - [x] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org