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.infra", | 8 "tryserver.infra", |
9 "--builder", | 9 "--builder", |
10 "Luci-go Presubmit", | 10 "Luci-go 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': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", |
15 "--root", | 15 "--root", |
16 "infra/go/src/github.com/luci/luci-go", | 16 "infra/go/src/github.com/luci/luci-go", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"infra/go/src/github.com/luci/luci-go\": \"got_revision\"}", | 18 "{\"infra/go/src/github.com/luci/luci-go\": \"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 "infra@origin/master", | 30 "infra@origin/master", |
31 "--revision", | 31 "--revision", |
32 "infra/go/src/github.com/luci/luci-go@HEAD", | 32 "infra/go/src/github.com/luci/luci-go@HEAD", |
33 "--force", | 33 "--force", |
34 "--output_manifest" | 34 "--output_manifest" |
35 ], | 35 ], |
| 36 "cwd": "[SLAVE_BUILD]", |
36 "env": { | 37 "env": { |
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 39 }, |
39 "name": "bot_update", | 40 "name": "bot_update", |
40 "~followup_annotations": [ | 41 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 42 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
(...skipping 24 matching lines...) Expand all Loading... |
70 "git", | 71 "git", |
71 "-c", | 72 "-c", |
72 "user.email=commit-bot@chromium.org", | 73 "user.email=commit-bot@chromium.org", |
73 "-c", | 74 "-c", |
74 "user.name=The Commit Bot", | 75 "user.name=The Commit Bot", |
75 "commit", | 76 "commit", |
76 "-a", | 77 "-a", |
77 "-m", | 78 "-m", |
78 "Committed patch" | 79 "Committed patch" |
79 ], | 80 ], |
80 "cwd": "[CWD]/infra/go/src/github.com/luci/luci-go", | 81 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", |
81 "name": "commit git patch" | 82 "name": "commit git patch" |
82 }, | 83 }, |
83 { | 84 { |
84 "cmd": [ | 85 "cmd": [ |
85 "python", | 86 "python", |
86 "-u", | 87 "-u", |
87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
88 "runhooks" | 89 "runhooks" |
89 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
90 "env": { | 92 "env": { |
91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
92 }, | 94 }, |
93 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
94 }, | 96 }, |
95 { | 97 { |
96 "cmd": [ | 98 "cmd": [ |
97 "python", | 99 "python", |
98 "-u", | 100 "-u", |
99 "[CWD]/infra/go/env.py", | 101 "[SLAVE_BUILD]/infra/go/env.py", |
100 "go", | 102 "go", |
101 "version" | 103 "version" |
102 ], | 104 ], |
| 105 "cwd": "[SLAVE_BUILD]", |
103 "name": "go third parties" | 106 "name": "go third parties" |
104 }, | 107 }, |
105 { | 108 { |
106 "cmd": [ | 109 "cmd": [ |
107 "python", | 110 "python", |
108 "-u", | 111 "-u", |
109 "[CWD]/infra/go/env.py", | 112 "[SLAVE_BUILD]/infra/go/env.py", |
110 "python", | 113 "python", |
111 "[ROOT]/b/depot_tools/presubmit_support.py", | 114 "[DEPOT_TOOLS]/presubmit_support.py", |
112 "--root", | 115 "--root", |
113 "[CWD]/infra/go/src/github.com/luci/luci-go", | 116 "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", |
114 "--commit", | 117 "--commit", |
115 "--verbose", | 118 "--verbose", |
116 "--verbose", | 119 "--verbose", |
117 "--issue", | 120 "--issue", |
118 "12853011", | 121 "12853011", |
119 "--patchset", | 122 "--patchset", |
120 "1", | 123 "1", |
121 "--skip_canned", | 124 "--skip_canned", |
122 "CheckRietveldTryJobExecution", | 125 "CheckRietveldTryJobExecution", |
123 "--skip_canned", | 126 "--skip_canned", |
124 "CheckTreeIsOpen", | 127 "CheckTreeIsOpen", |
125 "--skip_canned", | 128 "--skip_canned", |
126 "CheckBuildbotPendingBuilds", | 129 "CheckBuildbotPendingBuilds", |
127 "--rietveld_url", | 130 "--rietveld_url", |
128 "https://codereview.chromium.org", | 131 "https://codereview.chromium.org", |
129 "--rietveld_fetch", | 132 "--rietveld_fetch", |
130 "--upstream", | 133 "--upstream", |
131 "0fe06637d251d5832f57351f23a63d1cf9458a9d", | 134 "0fe06637d251d5832f57351f23a63d1cf9458a9d", |
132 "--rietveld_email", | 135 "--rietveld_email", |
133 "" | 136 "" |
134 ], | 137 ], |
| 138 "cwd": "[SLAVE_BUILD]", |
135 "env": { | 139 "env": { |
136 "PRESUBMIT_BUILDER": "1" | 140 "PRESUBMIT_BUILDER": "1" |
137 }, | 141 }, |
138 "name": "presubmit" | 142 "name": "presubmit" |
139 }, | 143 }, |
140 { | 144 { |
141 "name": "$result", | 145 "name": "$result", |
142 "recipe_result": null, | 146 "recipe_result": null, |
143 "status_code": 0 | 147 "status_code": 0 |
144 } | 148 } |
145 ] | 149 ] |
OLD | NEW |