Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: PRESUBMIT.py

Issue 22980008: Merge all swarm_*.py scripts into swarming.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Rebase against r219402 Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 59619ce3506be5c7fef3c49475e24d619caed94b..55346ac54df7175e3d37b02b91904f09f8af36ca 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -31,7 +31,7 @@ def CommonChecks(input_api, output_api):
# is not whitelisted so only run these on commit.
integation_tests = [
r'.*isolateserver_archive_smoke_test\.py$',
- r'.*swarm_get_results_smoke_test\.py$',
+ r'.*swarming_smoke_test\.py$',
]
output.extend(
« no previous file with comments | « no previous file | README.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698