You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2018/04/03 10:06:32 UTC

[cloudstack] branch master updated: indicate scope of tests in checklist (#2522)

This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c253a6  indicate scope of tests in checklist (#2522)
1c253a6 is described below

commit 1c253a6086bf8a0293ac954fea3fd61776fc50ec
Author: dahn <da...@gmail.com>
AuthorDate: Tue Apr 3 10:06:25 2018 +0000

    indicate scope of tests in checklist (#2522)
    
    In cloudstack no-one person or organisation will ever be able to run all tests involving all kinds of hardware. make the checklist more realistic in this perspective.
---
 PULL_REQUEST_TEMPLATE.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 8a5a30f..1dd6759 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -27,8 +27,10 @@
 - [ ] My code follows the code style of this project.
 - [ ] My change requires a change to the documentation.
 - [ ] I have updated the documentation accordingly.
+Testing
 - [ ] I have added tests to cover my changes.
-- [ ] All new and existing tests passed.
+- [ ] All relevant new and existing integration tests have passed.
+- [ ] A full integration testsuite with all test that can run on my environment has passed.
 
 <!-- The following will kick a packaging job, remove if as applicable -->
 @blueorangutan package

-- 
To stop receiving notification emails like this one, please contact
rafael@apache.org.