You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/06/07 00:33:59 UTC

[GitHub] sijie opened a new pull request #1494: [CI] Allow selecting a list of precommit checks to skip in the pull request description.

sijie opened a new pull request #1494: [CI] Allow selecting a list of precommit checks to skip in the pull request description.
URL: https://github.com/apache/bookkeeper/pull/1494
 
 
   
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   precommit checks are good. however sometime it takes a long time to wait for precommit checks to complete,
   for trivial changes (e.g. documentation, ci jenkins files, scripts, proposals).
   
   *Changes*
   
   This PR updates the PULL_REQUEST_TEMPLATE.md to provide a list of precommit checks to be allowed to skip.
   So people can choose skip some precommit checks when filing a pull request.
   
   > ---
   > // this PR doesn't change any code
   > [skip tests]
   > [skip build java8]
   > [skip build java9]
   > [skip integration tests]
   > ---
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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