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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", |
78 "@@@STEP_LOG_LINE@json.output@]@@@", | 78 "@@@STEP_LOG_LINE@json.output@]@@@", |
79 "@@@STEP_LOG_END@json.output@@@" | 79 "@@@STEP_LOG_END@json.output@@@" |
80 ] | 80 ] |
81 }, | 81 }, |
82 { | 82 { |
83 "cmd": [ | 83 "cmd": [ |
84 "python", | 84 "python", |
85 "-u", | 85 "-u", |
86 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 86 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
87 "--build-dir", | 87 "--build-dir", |
88 "[BUILD]", | 88 "[BUILD]", |
89 "--output-json", | 89 "--output-json", |
90 "/path/to/tmp/json" | 90 "/path/to/tmp/json" |
91 ], | 91 ], |
92 "cwd": "[SLAVE_BUILD]", | 92 "cwd": "[SLAVE_BUILD]", |
93 "name": "find isolated tests", | 93 "name": "find isolated tests", |
94 "~followup_annotations": [ | 94 "~followup_annotations": [ |
95 "@@@STEP_LOG_LINE@json.output@{@@@", | 95 "@@@STEP_LOG_LINE@json.output@{@@@", |
96 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\"@@@", | 96 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\"@@@", |
97 "@@@STEP_LOG_LINE@json.output@}@@@", | 97 "@@@STEP_LOG_LINE@json.output@}@@@", |
98 "@@@STEP_LOG_END@json.output@@@", | 98 "@@@STEP_LOG_END@json.output@@@", |
99 "@@@STEP_LOG_LINE@missing.isolates@Failed to find *.isolated files:@@@", | 99 "@@@STEP_LOG_LINE@missing.isolates@Failed to find *.isolated files:@@@", |
100 "@@@STEP_LOG_LINE@missing.isolates@test2@@@", | 100 "@@@STEP_LOG_LINE@missing.isolates@test2@@@", |
101 "@@@STEP_LOG_END@missing.isolates@@@", | 101 "@@@STEP_LOG_END@missing.isolates@@@", |
102 "@@@STEP_FAILURE@@@", | 102 "@@@STEP_FAILURE@@@", |
103 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
}@@@" | 103 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
}@@@" |
104 ] | 104 ] |
105 }, | 105 }, |
106 { | 106 { |
107 "cmd": [ | 107 "cmd": [ |
108 "python", | 108 "python", |
109 "-u", | 109 "-u", |
110 "RECIPE_MODULE[isolate]/resources/isolate.py", | 110 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
111 "[SLAVE_BUILD]/swarming.client", | 111 "[SLAVE_BUILD]/swarming.client", |
112 "batcharchive", | 112 "batcharchive", |
113 "--dump-json", | 113 "--dump-json", |
114 "/path/to/tmp/json", | 114 "/path/to/tmp/json", |
115 "--isolate-server", | 115 "--isolate-server", |
116 "https://isolateserver-dev.appspot.com", | 116 "https://isolateserver-dev.appspot.com", |
117 "[BUILD]/test1.isolated.gen.json", | 117 "[BUILD]/test1.isolated.gen.json", |
118 "[BUILD]/test2.isolated.gen.json" | 118 "[BUILD]/test2.isolated.gen.json" |
119 ], | 119 ], |
120 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
(...skipping 11 matching lines...) Expand all Loading... |
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 }, | 135 }, |
136 { | 136 { |
137 "name": "$result", | 137 "name": "$result", |
138 "recipe_result": null, | 138 "recipe_result": null, |
139 "status_code": 0 | 139 "status_code": 0 |
140 } | 140 } |
141 ] | 141 ] |
OLD | NEW |