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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", 532 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@",
517 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@" 533 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@"
518 ] 534 ]
519 }, 535 },
520 { 536 {
521 "name": "$result", 537 "name": "$result",
522 "reason": "Infra compile failure: Step Failure in compile (with patch)", 538 "reason": "Infra compile failure: Step Failure in compile (with patch)",
523 "status_code": 1 539 "status_code": 1
524 } 540 }
525 ] 541 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698