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

Unified Diff: README.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 | « PRESUBMIT.py ('k') | example/run_example_swarm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.py
diff --git a/README.py b/README.py
index 460d1bc20668c154955a3289647d2d1ec7d0fce8..08908f32fd20d3af8e37b15626a9b0ed81a95b0e 100755
--- a/README.py
+++ b/README.py
@@ -13,30 +13,14 @@
"""Test tracing and isolation infrastructure.
-Scripts are compartmentalized by their name:
-- isolate_*.py: Executable isolation scripts. See:
- https://code.google.com/p/swarming/wiki/IsolateDesign
- https://code.google.com/p/swarming/wiki/IsolateUserGuide
-- isolateserver_*.py: Tools to interact with the CAD server.
-- run_*.py: Tools to run tests.
-- swarm_*.py: Swarm interaction scripts. See
- https://code.google.com/p/swarming/wiki/SwarmingDesign
- https://code.google.com/p/swarming/wiki/SwarmingUserGuide
-- trace_*.py: Tracing infrastructure scripts. See
- https://code.google.com/p/swarming/wiki/TracingToolsDesign
- https://code.google.com/p/swarming/wiki/TracingToolsUserGuide
-- googletest/*.py: Scripts specifically managing GTest executables. More
- information about googletest can be found at
- http://code.google.com/p/googletest/wiki/Primer
+See googletest/*.py for scripts specifically managing GTest executables. More
+information about googletest can be found at
+http://code.google.com/p/googletest/wiki/Primer
A few scripts have strict dependency rules:
-- run_isolated.py and trace_inputs.py depends on no other script so they can be
- run outside the checkout.
- The pure tracing scripts (trace_*.py) do not know about isolate
infrastructure.
-- Scripts without '_test_cases' suffix do not know about GTest.
-- Scripts without 'isolate_' prefix do not know about the isolation
- infrastructure.
+- Scripts outside googletest/ do not know about GTest.
"""
import os
« no previous file with comments | « PRESUBMIT.py ('k') | example/run_example_swarm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698