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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json

Issue 2320243002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
11 "name": "cleanup_temp" 11 "name": "cleanup_temp"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "python", 15 "python",
16 "-u", 16 "-u",
17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
18 "--master",
19 "client.v8.fyi",
20 "--builder",
21 "TestBuilder",
22 "--slave",
23 "TestSlavename",
24 "--spec", 18 "--spec",
25 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
26 "--root", 20 "--root",
27 "v8", 21 "v8",
28 "--revision_mapping_file", 22 "--revision_mapping_file",
29 "{\"v8\": \"got_revision\"}", 23 "{\"v8\": \"got_revision\"}",
30 "--git-cache-dir", 24 "--git-cache-dir",
31 "[GIT_CACHE]", 25 "[GIT_CACHE]",
32 "--output_json", 26 "--output_json",
33 "/path/to/tmp/json", 27 "/path/to/tmp/json",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "@@@STEP_LOG_LINE@stdout@0@@@", 76 "@@@STEP_LOG_LINE@stdout@0@@@",
83 "@@@STEP_LOG_END@stdout@@@" 77 "@@@STEP_LOG_END@stdout@@@"
84 ] 78 ]
85 }, 79 },
86 { 80 {
87 "name": "$result", 81 "name": "$result",
88 "recipe_result": null, 82 "recipe_result": null,
89 "status_code": 0 83 "status_code": 0
90 } 84 }
91 ] 85 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698