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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json

Issue 1773363002: Remove build directory before performing perf tryjob. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Relanding this after rebase Created 4 years, 9 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "-u", 175 "-u",
176 "[BUILD]/scripts/slave/cleanup_temp.py" 176 "[BUILD]/scripts/slave/cleanup_temp.py"
177 ], 177 ],
178 "cwd": "[SLAVE_BUILD]", 178 "cwd": "[SLAVE_BUILD]",
179 "name": "cleanup_temp" 179 "name": "cleanup_temp"
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
186 "[SLAVE_BUILD]/src/out/Release"
187 ],
188 "cwd": "[SLAVE_BUILD]",
189 "name": "rmtree build directory",
190 "~followup_annotations": [
191 "@@@STEP_LOG_LINE@python.inline@@@@",
192 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
193 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
194 "@@@STEP_LOG_LINE@python.inline@@@@",
195 "@@@STEP_LOG_LINE@python.inline@@@@",
196 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
197 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
198 "@@@STEP_LOG_END@python.inline@@@"
199 ]
200 },
201 {
202 "cmd": [
203 "python",
204 "-u",
185 "[SLAVE_BUILD]/src/tools/mb/mb.py", 205 "[SLAVE_BUILD]/src/tools/mb/mb.py",
186 "gen", 206 "gen",
187 "-m", 207 "-m",
188 "tryserver.chromium.perf", 208 "tryserver.chromium.perf",
189 "-b", 209 "-b",
190 "linux_perf_bisect", 210 "linux_perf_bisect",
191 "--config-file", 211 "--config-file",
192 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 212 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
193 "--goma-dir", 213 "--goma-dir",
194 "[BUILD]/goma", 214 "[BUILD]/goma",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "@@@STEP_LOG_LINE@json.output@}@@@", 501 "@@@STEP_LOG_LINE@json.output@}@@@",
482 "@@@STEP_LOG_END@json.output@@@" 502 "@@@STEP_LOG_END@json.output@@@"
483 ] 503 ]
484 }, 504 },
485 { 505 {
486 "name": "$result", 506 "name": "$result",
487 "recipe_result": null, 507 "recipe_result": null,
488 "status_code": 0 508 "status_code": 0
489 } 509 }
490 ] 510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698