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

Side by Side Diff: scripts/slave/recipes/chromium.expected/perf_test_profile_failure.json

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge patchset #3 to r295696 (no other changes) Created 5 years, 6 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 | Annotate | Revision Log
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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Linux Perf (1)", 10 "Linux Perf (1)",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "name": "get compile targets for scripts", 109 "name": "get compile targets for scripts",
110 "~followup_annotations": [ 110 "~followup_annotations": [
111 "@@@STEP_LOG_LINE@json.output@{}@@@", 111 "@@@STEP_LOG_LINE@json.output@{}@@@",
112 "@@@STEP_LOG_END@json.output@@@" 112 "@@@STEP_LOG_END@json.output@@@"
113 ] 113 ]
114 }, 114 },
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "[BUILD]/scripts/slave/cleanup_temp.py"
120 ],
121 "cwd": "[SLAVE_BUILD]",
122 "name": "cleanup_temp"
123 },
124 {
125 "cmd": [
126 "python",
127 "-u",
128 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 119 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
129 "[SLAVE_BUILD]/src/out/Release" 120 "[SLAVE_BUILD]/src/out/Release"
130 ], 121 ],
131 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
132 "name": "rmtree build directory", 123 "name": "rmtree build directory",
133 "~followup_annotations": [ 124 "~followup_annotations": [
134 "@@@STEP_LOG_LINE@python.inline@@@@", 125 "@@@STEP_LOG_LINE@python.inline@@@@",
135 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 126 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
136 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 127 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
137 "@@@STEP_LOG_LINE@python.inline@@@@", 128 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 18 matching lines...) Expand all
156 "--build-properties", 147 "--build-properties",
157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\": \"chromiu m.perf\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }" 148 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\": \"chromiu m.perf\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }"
158 ], 149 ],
159 "cwd": "[SLAVE_BUILD]", 150 "cwd": "[SLAVE_BUILD]",
160 "name": "extract build" 151 "name": "extract build"
161 }, 152 },
162 { 153 {
163 "cmd": [ 154 "cmd": [
164 "python", 155 "python",
165 "-u", 156 "-u",
157 "[BUILD]/scripts/slave/cleanup_temp.py"
158 ],
159 "cwd": "[SLAVE_BUILD]",
160 "name": "cleanup_temp"
161 },
162 {
163 "cmd": [
164 "python",
165 "-u",
166 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", 166 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
167 "list", 167 "list",
168 "--browser", 168 "--browser",
169 "release", 169 "release",
170 "--json-output", 170 "--json-output",
171 "/path/to/tmp/json", 171 "/path/to/tmp/json",
172 "--num-shards", 172 "--num-shards",
173 "5" 173 "5"
174 ], 174 ],
175 "cwd": "[SLAVE_BUILD]", 175 "cwd": "[SLAVE_BUILD]",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "@@@STEP_LOG_END@json.output@@@", 277 "@@@STEP_LOG_END@json.output@@@",
278 "@@@STEP_FAILURE@@@" 278 "@@@STEP_FAILURE@@@"
279 ] 279 ]
280 }, 280 },
281 { 281 {
282 "name": "$final_result", 282 "name": "$final_result",
283 "reason": "1 tests failed: ['dynamic_perf_tests']", 283 "reason": "1 tests failed: ['dynamic_perf_tests']",
284 "status_code": 1 284 "status_code": 1
285 } 285 }
286 ] 286 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698