OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android GN", | 10 "Android GN", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
104 "/path/to/tmp/json" | 104 "/path/to/tmp/json" |
105 ], | 105 ], |
106 "cwd": "[SLAVE_BUILD]", | 106 "cwd": "[SLAVE_BUILD]", |
107 "name": "read test spec", | 107 "name": "read test spec", |
108 "~followup_annotations": [ | 108 "~followup_annotations": [ |
109 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 109 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
110 "@@@STEP_LOG_LINE@json.output@{@@@", | 110 "@@@STEP_LOG_LINE@json.output@{@@@", |
111 "@@@STEP_LOG_LINE@json.output@ \"Android GN\": {@@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"Android GN\": {@@@", |
112 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": []@@@", |
113 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | |
114 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
115 "@@@STEP_LOG_LINE@json.output@ }@@@", | 113 "@@@STEP_LOG_LINE@json.output@ }@@@", |
116 "@@@STEP_LOG_LINE@json.output@}@@@", | 114 "@@@STEP_LOG_LINE@json.output@}@@@", |
117 "@@@STEP_LOG_END@json.output@@@" | 115 "@@@STEP_LOG_END@json.output@@@" |
118 ] | 116 ] |
119 }, | 117 }, |
120 { | 118 { |
121 "cmd": [ | 119 "cmd": [ |
122 "python", | 120 "python", |
123 "-u", | 121 "-u", |
124 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 122 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
(...skipping 23 matching lines...) Expand all Loading... |
148 "Release", | 146 "Release", |
149 "--src-dir", | 147 "--src-dir", |
150 "[SLAVE_BUILD]/src", | 148 "[SLAVE_BUILD]/src", |
151 "--build-tool", | 149 "--build-tool", |
152 "ninja", | 150 "ninja", |
153 "--compiler", | 151 "--compiler", |
154 "goma", | 152 "goma", |
155 "--goma-dir", | 153 "--goma-dir", |
156 "[BUILD]/goma", | 154 "[BUILD]/goma", |
157 "--", | 155 "--", |
158 "base_unittests_apk", | |
159 "chrome_shell_apk" | 156 "chrome_shell_apk" |
160 ], | 157 ], |
161 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
162 "name": "compile" | 159 "name": "compile" |
163 }, | |
164 { | |
165 "cmd": [ | |
166 "python", | |
167 "-u", | |
168 "[DEPOT_TOOLS]/gn.py", | |
169 "--root=[SLAVE_BUILD]/src", | |
170 "check", | |
171 "//out/Release" | |
172 ], | |
173 "cwd": "[SLAVE_BUILD]", | |
174 "name": "gn check" | |
175 } | 160 } |
176 ] | 161 ] |
OLD | NEW |