OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/git_setup.py", | 6 "RECIPE_PACKAGE[build]/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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 "stdout": "/path/to/tmp/json", | 73 "stdout": "/path/to/tmp/json", |
74 "~followup_annotations": [ | 74 "~followup_annotations": [ |
75 "@@@STEP_LOG_LINE@json.output@null@@@", | 75 "@@@STEP_LOG_LINE@json.output@null@@@", |
76 "@@@STEP_LOG_END@json.output@@@" | 76 "@@@STEP_LOG_END@json.output@@@" |
77 ] | 77 ] |
78 }, | 78 }, |
79 { | 79 { |
80 "cmd": [ | 80 "cmd": [ |
81 "python", | 81 "python", |
82 "-u", | 82 "-u", |
83 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 83 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
84 "--build-dir", | 84 "--build-dir", |
85 "[BUILD]", | 85 "[BUILD]", |
86 "--output-json", | 86 "--output-json", |
87 "/path/to/tmp/json" | 87 "/path/to/tmp/json" |
88 ], | 88 ], |
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 }, | 99 }, |
100 { | 100 { |
101 "name": "$result", | 101 "name": "$result", |
102 "recipe_result": null, | 102 "recipe_result": null, |
103 "status_code": 0 | 103 "status_code": 0 |
104 } | 104 } |
105 ] | 105 ] |
OLD | NEW |