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

Side by Side Diff: scripts/slave/recipe_modules/isolate/example.expected/discover.json

Issue 1374943002: isolate: add run_isolated, deprecate runtest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes Created 5 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/git_setup.py", 6 "[BUILD]/scripts/slave/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "cwd": "[SLAVE_BUILD]", 89 "cwd": "[SLAVE_BUILD]",
90 "name": "find isolated tests", 90 "name": "find isolated tests",
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_LOG_LINE@json.output@{@@@", 92 "@@@STEP_LOG_LINE@json.output@{@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 93 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 94 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
95 "@@@STEP_LOG_LINE@json.output@}@@@", 95 "@@@STEP_LOG_LINE@json.output@}@@@",
96 "@@@STEP_LOG_END@json.output@@@", 96 "@@@STEP_LOG_END@json.output@@@",
97 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 97 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
98 ] 98 ]
99 },
100 {
101 "cmd": [
102 "python",
103 "-u",
104 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
105 "--isolated",
106 "7b28d637ab6bb2516584c21e1098736682457f11",
107 "-I",
108 "https://isolateserver-dev.appspot.com",
109 "--verbose",
110 "--",
111 "--foo"
112 ],
113 "cwd": "[SLAVE_BUILD]",
114 "name": "base_unittests"
99 } 115 }
100 ] 116 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698