OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "chrome_golo_presubmit", | 10 "chrome_golo_presubmit", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'chrome_golo', 'url': 'https://chrome-inte
rnal.googlesource.com/chrome-golo/chrome-golo.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'chrome_golo', 'url': 'https://chrome-internal.googlesource.c
om/chrome-golo/chrome-golo.git'}]", |
15 "--root", | 15 "--root", |
16 "chrome_golo", | 16 "chrome_golo", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"chrome_golo\": \"got_revision\"}", | 18 "{\"chrome_golo\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "chrome_golo@HEAD", | 30 "chrome_golo@HEAD", |
31 "--output_manifest" | 31 "--output_manifest" |
32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
33 "env": { | 34 "env": { |
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
35 }, | 36 }, |
36 "name": "bot_update", | 37 "name": "bot_update", |
37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"chrome_golo\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"chrome_golo\": \"HEAD\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
66 "git", | 67 "git", |
67 "-c", | 68 "-c", |
68 "user.email=commit-bot@chromium.org", | 69 "user.email=commit-bot@chromium.org", |
69 "-c", | 70 "-c", |
70 "user.name=The Commit Bot", | 71 "user.name=The Commit Bot", |
71 "commit", | 72 "commit", |
72 "-a", | 73 "-a", |
73 "-m", | 74 "-m", |
74 "Committed patch" | 75 "Committed patch" |
75 ], | 76 ], |
76 "cwd": "[CWD]/chrome_golo", | 77 "cwd": "[SLAVE_BUILD]/chrome_golo", |
77 "name": "commit git patch" | 78 "name": "commit git patch" |
78 }, | 79 }, |
79 { | 80 { |
80 "cmd": [ | 81 "cmd": [ |
81 "python", | 82 "python", |
82 "-u", | 83 "-u", |
83 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
84 "--issue", | 85 "--issue", |
85 "12853011", | 86 "12853011", |
86 "--patchset", | 87 "--patchset", |
87 "1", | 88 "1", |
88 "--rietveld_url", | 89 "--rietveld_url", |
89 "https://codereview.chromium.org", | 90 "https://codereview.chromium.org", |
90 "--rietveld_fetch", | 91 "--rietveld_fetch", |
91 "--rietveld_email", | 92 "--rietveld_email", |
92 "", | 93 "", |
93 "--root", | 94 "--root", |
94 "[CWD]/chrome_golo", | 95 "[SLAVE_BUILD]/chrome_golo", |
95 "--commit", | 96 "--commit", |
96 "--verbose", | 97 "--verbose", |
97 "--verbose", | 98 "--verbose", |
98 "--skip_canned", | 99 "--skip_canned", |
99 "CheckRietveldTryJobExecution", | 100 "CheckRietveldTryJobExecution", |
100 "--skip_canned", | 101 "--skip_canned", |
101 "CheckTreeIsOpen", | 102 "CheckTreeIsOpen", |
102 "--skip_canned", | 103 "--skip_canned", |
103 "CheckBuildbotPendingBuilds", | 104 "CheckBuildbotPendingBuilds", |
104 "--upstream", | 105 "--upstream", |
105 "d2571c8b2d27c5e5a14fd061581e46e802f1566a" | 106 "d2571c8b2d27c5e5a14fd061581e46e802f1566a" |
106 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
107 "env": { | 109 "env": { |
108 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 110 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
109 }, | 111 }, |
110 "name": "presubmit" | 112 "name": "presubmit" |
111 }, | 113 }, |
112 { | 114 { |
113 "name": "$result", | 115 "name": "$result", |
114 "recipe_result": null, | 116 "recipe_result": null, |
115 "status_code": 0 | 117 "status_code": 0 |
116 } | 118 } |
117 ] | 119 ] |
OLD | NEW |