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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Perf.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "cwd": "[SLAVE_BUILD]", 80 "cwd": "[SLAVE_BUILD]",
81 "env": { 81 "env": {
82 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp onent=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_go ma=1" 82 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp onent=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_go ma=1"
83 }, 83 },
84 "name": "gclient runhooks" 84 "name": "gclient runhooks"
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
91 ],
92 "cwd": "[SLAVE_BUILD]",
93 "name": "cleanup_temp"
94 },
95 {
96 "cmd": [
97 "python",
98 "-u",
99 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 90 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
100 "[SLAVE_BUILD]\\src\\out\\Release" 91 "[SLAVE_BUILD]\\src\\out\\Release"
101 ], 92 ],
102 "cwd": "[SLAVE_BUILD]", 93 "cwd": "[SLAVE_BUILD]",
103 "name": "rmtree build directory", 94 "name": "rmtree build directory",
104 "~followup_annotations": [ 95 "~followup_annotations": [
105 "@@@STEP_LOG_LINE@python.inline@@@@", 96 "@@@STEP_LOG_LINE@python.inline@@@@",
106 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 97 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
107 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 98 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
108 "@@@STEP_LOG_LINE@python.inline@@@@", 99 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 16 matching lines...) Expand all
125 "--build-properties", 116 "--build-properties",
126 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Clang Perf\", \"buildnumber\": 571, \"mastername\": \"chrom ium.perf.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi p\", \"parent_buildername\": \"Win Clang Builder\", \"parent_got_revision\": \"1 111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}" 117 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Clang Perf\", \"buildnumber\": 571, \"mastername\": \"chrom ium.perf.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi p\", \"parent_buildername\": \"Win Clang Builder\", \"parent_got_revision\": \"1 111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}"
127 ], 118 ],
128 "cwd": "[SLAVE_BUILD]", 119 "cwd": "[SLAVE_BUILD]",
129 "name": "extract build" 120 "name": "extract build"
130 }, 121 },
131 { 122 {
132 "cmd": [ 123 "cmd": [
133 "python", 124 "python",
134 "-u", 125 "-u",
126 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
127 ],
128 "cwd": "[SLAVE_BUILD]",
129 "name": "cleanup_temp"
130 },
131 {
132 "cmd": [
133 "python",
134 "-u",
135 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", 135 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
136 "--target", 136 "--target",
137 "Release" 137 "Release"
138 ], 138 ],
139 "cwd": "[SLAVE_BUILD]", 139 "cwd": "[SLAVE_BUILD]",
140 "name": "start_crash_service" 140 "name": "start_crash_service"
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "python", 259 "python",
260 "-u", 260 "-u",
261 "[BUILD]\\scripts\\slave\\process_dumps.py", 261 "[BUILD]\\scripts\\slave\\process_dumps.py",
262 "--target", 262 "--target",
263 "Release" 263 "Release"
264 ], 264 ],
265 "cwd": "[SLAVE_BUILD]", 265 "cwd": "[SLAVE_BUILD]",
266 "name": "process_dumps" 266 "name": "process_dumps"
267 } 267 }
268 ] 268 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698