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