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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ], 156 ],
157 "cwd": "[SLAVE_BUILD]", 157 "cwd": "[SLAVE_BUILD]",
158 "name": "get compile targets for scripts", 158 "name": "get compile targets for scripts",
159 "~followup_annotations": [ 159 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@json.output@{}@@@", 160 "@@@STEP_LOG_LINE@json.output@{}@@@",
161 "@@@STEP_LOG_END@json.output@@@" 161 "@@@STEP_LOG_END@json.output@@@"
162 ] 162 ]
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "python",
167 "-u",
168 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
169 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json",
170 "/path/to/tmp/json"
171 ],
172 "cwd": "[SLAVE_BUILD]",
173 "name": "read test spec (chromium.gpu)",
174 "~followup_annotations": [
175 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@ @",
176 "@@@STEP_LOG_LINE@json.output@{}@@@",
177 "@@@STEP_LOG_END@json.output@@@"
178 ]
179 },
180 {
181 "cmd": [
166 "killall", 182 "killall",
167 "-9", 183 "-9",
168 "gnome-keyring-daemon" 184 "gnome-keyring-daemon"
169 ], 185 ],
170 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
171 "name": "killall gnome-keyring-daemon" 187 "name": "killall gnome-keyring-daemon"
172 }, 188 },
173 { 189 {
174 "cmd": [ 190 "cmd": [
175 "git", 191 "git",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", 514 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@",
499 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 515 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
500 ] 516 ]
501 }, 517 },
502 { 518 {
503 "name": "$result", 519 "name": "$result",
504 "reason": "Step('compile (without patch)') failed with return_code 1", 520 "reason": "Step('compile (without patch)') failed with return_code 1",
505 "status_code": 1 521 "status_code": 1
506 } 522 }
507 ] 523 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698