Browse Source

One last comment

Hamilton Turner 11 years ago
parent
commit
5e75dacbb2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      toolset/run-ci.py

+ 7 - 0
toolset/run-ci.py

@@ -43,6 +43,13 @@ class CIRunnner:
 
 
     try:
     try:
       # NOTE: THIS IS VERY TRICKY TO GET RIGHT!
       # NOTE: THIS IS VERY TRICKY TO GET RIGHT!
+      #
+      # Our goal: Look at the files changed and determine if we need to 
+      # run a verification for this folder. For a pull request, we want to 
+      # see the list of files changed by any commit in that PR. For a 
+      # push to master, we want to see a list of files changed by the pushed
+      # commits. If this list of files contains the current directory, or 
+      # contains the toolset/ directory, then we need to run a verification
       # 
       # 
       # If modifying, please consider: 
       # If modifying, please consider: 
       #  - the commit range for a pull request is the first PR commit to 
       #  - the commit range for a pull request is the first PR commit to