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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "name": "get compile targets for scripts", 134 "name": "get compile targets for scripts",
135 "~followup_annotations": [ 135 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@json.output@{}@@@", 136 "@@@STEP_LOG_LINE@json.output@{}@@@",
137 "@@@STEP_LOG_END@json.output@@@" 137 "@@@STEP_LOG_END@json.output@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "[BUILD]/scripts/slave/cleanup_temp.py"
145 ],
146 "cwd": "[SLAVE_BUILD]",
147 "name": "cleanup_temp"
148 },
149 {
150 "cmd": [
151 "python",
152 "-u",
153 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 144 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
154 "[SLAVE_BUILD]/src/out/Release" 145 "[SLAVE_BUILD]/src/out/Release"
155 ], 146 ],
156 "cwd": "[SLAVE_BUILD]", 147 "cwd": "[SLAVE_BUILD]",
157 "name": "rmtree build directory", 148 "name": "rmtree build directory",
158 "~followup_annotations": [ 149 "~followup_annotations": [
159 "@@@STEP_LOG_LINE@python.inline@@@@", 150 "@@@STEP_LOG_LINE@python.inline@@@@",
160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 151 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 152 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
162 "@@@STEP_LOG_LINE@python.inline@@@@", 153 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 15 matching lines...) Expand all
178 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 169 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
179 "--factory-properties", 170 "--factory-properties",
180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }", 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
181 "--build-properties", 172 "--build-properties",
182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }" 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }"
183 ], 174 ],
184 "cwd": "[SLAVE_BUILD]", 175 "cwd": "[SLAVE_BUILD]",
185 "name": "extract build" 176 "name": "extract build"
186 }, 177 },
187 { 178 {
179 "cmd": [
180 "python",
181 "-u",
182 "[BUILD]/scripts/slave/cleanup_temp.py"
183 ],
184 "cwd": "[SLAVE_BUILD]",
185 "name": "cleanup_temp"
186 },
187 {
188 "allow_subannotations": true, 188 "allow_subannotations": true,
189 "cmd": [ 189 "cmd": [
190 "python", 190 "python",
191 "-u", 191 "-u",
192 "[BUILD]/scripts/slave/runtest.py", 192 "[BUILD]/scripts/slave/runtest.py",
193 "--target", 193 "--target",
194 "Release", 194 "Release",
195 "--xvfb", 195 "--xvfb",
196 "--factory-properties", 196 "--factory-properties",
197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }", 197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "--slave-name=TestSlavename", 238 "--slave-name=TestSlavename",
239 "--build-number=571", 239 "--build-number=571",
240 "browser_tests", 240 "browser_tests",
241 "--test-launcher-shard-index=0", 241 "--test-launcher-shard-index=0",
242 "--test-launcher-total-shards=2" 242 "--test-launcher-total-shards=2"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
245 "name": "browser_tests" 245 "name": "browser_tests"
246 } 246 }
247 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698