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

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

Issue 1574433004: Allow a single trybot to mirror multiple waterfall bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@bot-config-and-test-db
Patch Set: Created 4 years, 11 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_ng", 10 "linux_chromium_rel_ng",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ], 162 ],
163 "cwd": "[SLAVE_BUILD]", 163 "cwd": "[SLAVE_BUILD]",
164 "name": "get compile targets for scripts", 164 "name": "get compile targets for scripts",
165 "~followup_annotations": [ 165 "~followup_annotations": [
166 "@@@STEP_LOG_LINE@json.output@{}@@@", 166 "@@@STEP_LOG_LINE@json.output@{}@@@",
167 "@@@STEP_LOG_END@json.output@@@" 167 "@@@STEP_LOG_END@json.output@@@"
168 ] 168 ]
169 }, 169 },
170 { 170 {
171 "cmd": [ 171 "cmd": [
172 "python",
173 "-u",
174 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
175 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json",
176 "/path/to/tmp/json"
177 ],
178 "cwd": "[SLAVE_BUILD]",
179 "name": "read test spec (chromium.gpu)",
180 "~followup_annotations": [
181 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@ @",
182 "@@@STEP_LOG_LINE@json.output@{}@@@",
183 "@@@STEP_LOG_END@json.output@@@"
184 ]
185 },
186 {
187 "cmd": [
172 "killall", 188 "killall",
173 "-9", 189 "-9",
174 "gnome-keyring-daemon" 190 "gnome-keyring-daemon"
175 ], 191 ],
176 "cwd": "[SLAVE_BUILD]", 192 "cwd": "[SLAVE_BUILD]",
177 "name": "killall gnome-keyring-daemon" 193 "name": "killall gnome-keyring-daemon"
178 }, 194 },
179 { 195 {
180 "cmd": [ 196 "cmd": [
181 "git", 197 "git",
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
2512 "@@@STEP_FAILURE@@@", 2528 "@@@STEP_FAILURE@@@",
2513 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 2529 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
2514 ] 2530 ]
2515 }, 2531 },
2516 { 2532 {
2517 "name": "$result", 2533 "name": "$result",
2518 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 2534 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
2519 "status_code": 1 2535 "status_code": 1
2520 } 2536 }
2521 ] 2537 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698