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@ \"extra_test\": \"[dummy hash for extra_te
st]\", @@@", | 96 "@@@STEP_LOG_LINE@json.output@ \"extra_test\": \"[dummy hash for extra_te
st]\", @@@", |
97 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 97 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
98 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
99 "@@@STEP_LOG_LINE@json.output@}@@@", | 99 "@@@STEP_LOG_LINE@json.output@}@@@", |
100 "@@@STEP_LOG_END@json.output@@@", | 100 "@@@STEP_LOG_END@json.output@@@", |
101 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" | 101 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" |
102 ] | 102 ] |
103 }, | 103 }, |
104 { | 104 { |
105 "cmd": [ | 105 "cmd": [ |
106 "python", | 106 "python", |
107 "-u", | 107 "-u", |
108 "RECIPE_MODULE[isolate]/resources/isolate.py", | 108 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
109 "[SLAVE_BUILD]/swarming.client", | 109 "[SLAVE_BUILD]/swarming.client", |
110 "batcharchive", | 110 "batcharchive", |
111 "--dump-json", | 111 "--dump-json", |
112 "/path/to/tmp/json", | 112 "/path/to/tmp/json", |
113 "--isolate-server", | 113 "--isolate-server", |
114 "https://isolateserver-dev.appspot.com", | 114 "https://isolateserver-dev.appspot.com", |
115 "[BUILD]/test1.isolated.gen.json", | 115 "[BUILD]/test1.isolated.gen.json", |
116 "[BUILD]/test2.isolated.gen.json" | 116 "[BUILD]/test2.isolated.gen.json" |
117 ], | 117 ], |
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 }, | 128 }, |
129 { | 129 { |
130 "name": "$result", | 130 "name": "$result", |
131 "recipe_result": null, | 131 "recipe_result": null, |
132 "status_code": 0 | 132 "status_code": 0 |
133 } | 133 } |
134 ] | 134 ] |
OLD | NEW |