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

Side by Side Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "cmd": [ 231 "cmd": [
232 "python", 232 "python",
233 "-u", 233 "-u",
234 "[SLAVE_BUILD]/swarming.client/swarming.py", 234 "[SLAVE_BUILD]/swarming.client/swarming.py",
235 "trigger", 235 "trigger",
236 "--swarming", 236 "--swarming",
237 "https://chromium-swarm-dev.appspot.com", 237 "https://chromium-swarm-dev.appspot.com",
238 "--isolate-server", 238 "--isolate-server",
239 "https://isolateserver-dev.appspot.com", 239 "https://isolateserver-dev.appspot.com",
240 "--priority", 240 "--priority",
241 "30", 241 "255",
242 "--shards", 242 "--shards",
243 "2", 243 "2",
244 "--task-name", 244 "--task-name",
245 "hello_world/Ubuntu-12.04/hash_for_l", 245 "hello_world/Ubuntu-12.04/hash_for_l",
246 "--dump-json", 246 "--dump-json",
247 "/path/to/tmp/json", 247 "/path/to/tmp/json",
248 "--expiration", 248 "--expiration",
249 "3600", 249 "3600",
250 "--io-timeout", 250 "--io-timeout",
251 "1200", 251 "1200",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 629 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
630 "@@@STEP_LOG_END@python.inline@@@" 630 "@@@STEP_LOG_END@python.inline@@@"
631 ] 631 ]
632 }, 632 },
633 { 633 {
634 "name": "$result", 634 "name": "$result",
635 "recipe_result": null, 635 "recipe_result": null,
636 "status_code": 0 636 "status_code": 0
637 } 637 }
638 ] 638 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698