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

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: Addressed comments 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 "35",
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 447 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