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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 "@@@STEP_LOG_LINE@json.output@ \"test2\": null@@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"test2\": null@@@", |
126 "@@@STEP_LOG_LINE@json.output@}@@@", | 126 "@@@STEP_LOG_LINE@json.output@}@@@", |
127 "@@@STEP_LOG_END@json.output@@@", | 127 "@@@STEP_LOG_END@json.output@@@", |
128 "@@@STEP_LOG_LINE@failed to isolate@Failed to isolate following targets:@@
@", | 128 "@@@STEP_LOG_LINE@failed to isolate@Failed to isolate following targets:@@
@", |
129 "@@@STEP_LOG_LINE@failed to isolate@test2@@@", | 129 "@@@STEP_LOG_LINE@failed to isolate@test2@@@", |
130 "@@@STEP_LOG_LINE@failed to isolate@@@@", | 130 "@@@STEP_LOG_LINE@failed to isolate@@@@", |
131 "@@@STEP_LOG_LINE@failed to isolate@See logs for more information.@@@", | 131 "@@@STEP_LOG_LINE@failed to isolate@See logs for more information.@@@", |
132 "@@@STEP_LOG_END@failed to isolate@@@", | 132 "@@@STEP_LOG_END@failed to isolate@@@", |
133 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
}@@@" | 133 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
}@@@" |
134 ] | 134 ] |
135 }, | |
136 { | |
137 "cmd": [ | |
138 "python", | |
139 "-u", | |
140 "[SLAVE_BUILD]/swarming.client/run_isolated.py", | |
141 "--isolated", | |
142 "7b28d637ab6bb2516584c21e1098736682457f11", | |
143 "-I", | |
144 "https://isolateserver-dev.appspot.com", | |
145 "--verbose", | |
146 "--", | |
147 "--foo" | |
148 ], | |
149 "cwd": "[SLAVE_BUILD]", | |
150 "name": "base_unittests" | |
151 } | 135 } |
152 ] | 136 ] |
OLD | NEW |