OLD | NEW |
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
119 "name": "isolate tests", | 119 "name": "isolate tests", |
120 "~followup_annotations": [ | 120 "~followup_annotations": [ |
121 "@@@STEP_LOG_LINE@json.output@{@@@", | 121 "@@@STEP_LOG_LINE@json.output@{@@@", |
122 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 122 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
123 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
124 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
125 "@@@STEP_LOG_END@json.output@@@", | 125 "@@@STEP_LOG_END@json.output@@@", |
126 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" | 126 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" |
127 ] | 127 ] |
128 }, | |
129 { | |
130 "cmd": [ | |
131 "python", | |
132 "-u", | |
133 "[SLAVE_BUILD]/swarming.client/run_isolated.py", | |
134 "--isolated", | |
135 "7b28d637ab6bb2516584c21e1098736682457f11", | |
136 "-I", | |
137 "https://isolateserver-dev.appspot.com", | |
138 "--verbose", | |
139 "--", | |
140 "--foo" | |
141 ], | |
142 "cwd": "[SLAVE_BUILD]", | |
143 "name": "base_unittests" | |
144 } | 128 } |
145 ] | 129 ] |
OLD | NEW |