Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json

Issue 666023004: Use src-side launcher for telemetry_unittests in chromium_trybot recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase & add TODO Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel", 10 "linux_chromium_rel",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", 92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@",
93 "@@@STEP_LOG_LINE@json.output@{}@@@", 93 "@@@STEP_LOG_LINE@json.output@{}@@@",
94 "@@@STEP_LOG_END@json.output@@@" 94 "@@@STEP_LOG_END@json.output@@@"
95 ] 95 ]
96 }, 96 },
97 { 97 {
98 "cmd": [ 98 "cmd": [
99 "python", 99 "python",
100 "-u", 100 "-u",
101 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
102 "--output",
103 "/path/to/tmp/json",
104 "--",
105 "--build-config-fs",
106 "Release",
107 "--paths",
108 "{\"build\": \"[BUILD]\"}",
109 "--properties",
110 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}"
111 ],
112 "name": "get compile targets for scripts",
113 "~followup_annotations": [
114 "@@@STEP_LOG_LINE@json.output@{}@@@",
115 "@@@STEP_LOG_END@json.output@@@"
116 ]
117 },
118 {
119 "cmd": [
120 "python",
121 "-u",
101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
102 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 123 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
103 "/path/to/tmp/json" 124 "/path/to/tmp/json"
104 ], 125 ],
105 "name": "read filter exclusion spec", 126 "name": "read filter exclusion spec",
106 "~followup_annotations": [ 127 "~followup_annotations": [
107 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 128 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
108 "@@@STEP_LOG_LINE@json.output@{@@@", 129 "@@@STEP_LOG_LINE@json.output@{@@@",
109 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 130 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
110 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 131 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 169 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
149 "@@@STEP_LOG_LINE@json.output@}@@@", 170 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@" 171 "@@@STEP_LOG_END@json.output@@@"
151 ] 172 ]
152 }, 173 },
153 { 174 {
154 "cmd": [ 175 "cmd": [
155 "python", 176 "python",
156 "-u", 177 "-u",
157 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", 178 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py",
179 "--build-config-fs",
180 "Release",
181 "--paths",
182 "{\"build\": \"[BUILD]\"}",
183 "--properties",
184 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}",
158 "run", 185 "run",
159 "--output", 186 "--output",
160 "/path/to/tmp/json" 187 "/path/to/tmp/json"
161 ], 188 ],
162 "name": "checkdeps (with patch)", 189 "name": "checkdeps (with patch)",
163 "~followup_annotations": [ 190 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@json.output@{@@@", 191 "@@@STEP_LOG_LINE@json.output@{@@@",
165 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 192 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
166 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 193 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
167 "@@@STEP_LOG_LINE@json.output@}@@@", 194 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 26 matching lines...) Expand all
194 "--json", 221 "--json",
195 "/path/to/tmp/json" 222 "/path/to/tmp/json"
196 ], 223 ],
197 "name": "checklicenses (with patch)", 224 "name": "checklicenses (with patch)",
198 "~followup_annotations": [ 225 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@json.output@[]@@@", 226 "@@@STEP_LOG_LINE@json.output@[]@@@",
200 "@@@STEP_LOG_END@json.output@@@" 227 "@@@STEP_LOG_END@json.output@@@"
201 ] 228 ]
202 } 229 }
203 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698