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

Side by Side Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json

Issue 1828573003: Add support for swarming priority and expiration in the test spec (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix 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::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "[SLAVE_BUILD]/swarming.client/swarming.py", 161 "[SLAVE_BUILD]/swarming.client/swarming.py",
162 "trigger", 162 "trigger",
163 "--swarming", 163 "--swarming",
164 "https://chromium-swarm-dev.appspot.com", 164 "https://chromium-swarm-dev.appspot.com",
165 "--isolate-server", 165 "--isolate-server",
166 "https://isolateserver-dev.appspot.com", 166 "https://isolateserver-dev.appspot.com",
167 "--priority", 167 "--priority",
168 "30", 168 "125",
169 "--shards", 169 "--shards",
170 "1", 170 "1",
171 "--task-name", 171 "--task-name",
172 "hello_world/Windows-7-SP1/hash_for_w", 172 "hello_world/Windows-7-SP1/hash_for_w",
173 "--dump-json", 173 "--dump-json",
174 "/path/to/tmp/json", 174 "/path/to/tmp/json",
175 "--expiration", 175 "--expiration",
176 "3600", 176 "3600",
177 "--io-timeout", 177 "--io-timeout",
178 "1200", 178 "1200",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "cmd": [ 229 "cmd": [
230 "python", 230 "python",
231 "-u", 231 "-u",
232 "[SLAVE_BUILD]/swarming.client/swarming.py", 232 "[SLAVE_BUILD]/swarming.client/swarming.py",
233 "trigger", 233 "trigger",
234 "--swarming", 234 "--swarming",
235 "https://chromium-swarm-dev.appspot.com", 235 "https://chromium-swarm-dev.appspot.com",
236 "--isolate-server", 236 "--isolate-server",
237 "https://isolateserver-dev.appspot.com", 237 "https://isolateserver-dev.appspot.com",
238 "--priority", 238 "--priority",
239 "30", 239 "255",
240 "--shards", 240 "--shards",
241 "2", 241 "2",
242 "--task-name", 242 "--task-name",
243 "hello_world/Ubuntu-12.04/hash_for_l", 243 "hello_world/Ubuntu-12.04/hash_for_l",
244 "--dump-json", 244 "--dump-json",
245 "/path/to/tmp/json", 245 "/path/to/tmp/json",
246 "--expiration", 246 "--expiration",
247 "3600", 247 "3600",
248 "--io-timeout", 248 "--io-timeout",
249 "1200", 249 "1200",
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 626 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
627 "@@@STEP_LOG_END@python.inline@@@" 627 "@@@STEP_LOG_END@python.inline@@@"
628 ] 628 ]
629 }, 629 },
630 { 630 {
631 "name": "$result", 631 "name": "$result",
632 "recipe_result": null, 632 "recipe_result": null,
633 "status_code": 0 633 "status_code": 0
634 } 634 }
635 ] 635 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698