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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Closure Compilation Linux", | 10 "Closure Compilation Linux", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 98 ] |
98 }, | 99 }, |
99 { | 100 { |
100 "cmd": [ | 101 "cmd": [ |
101 "python", | 102 "python", |
102 "-u", | 103 "-u", |
103 "[CWD]/src/third_party/closure_compiler/run_tests.py" | 104 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_tests.py" |
104 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]", |
105 "name": "run_tests" | 107 "name": "run_tests" |
106 }, | 108 }, |
107 { | 109 { |
108 "cmd": [ | 110 "cmd": [ |
109 "[CWD]/src/build/gyp_chromium", | 111 "[SLAVE_BUILD]/src/build/gyp_chromium", |
110 "[CWD]/src/third_party/closure_compiler/compiled_resources.gyp" | 112 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp" |
111 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", |
112 "name": "generate_gyp_files" | 115 "name": "generate_gyp_files" |
113 }, | 116 }, |
114 { | 117 { |
115 "cmd": [ | 118 "cmd": [ |
116 "python", | 119 "python", |
117 "-u", | 120 "-u", |
118 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
119 "--show-path", | 122 "--show-path", |
120 "python", | 123 "python", |
121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
122 "--gsutil-py-path", | 125 "--gsutil-py-path", |
123 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 126 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
124 "--ninja-path", | 127 "--ninja-path", |
125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 128 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
126 "--target", | 129 "--target", |
127 "Release", | 130 "Release", |
128 "--src-dir", | 131 "--src-dir", |
129 "[CWD]/src", | 132 "[SLAVE_BUILD]/src", |
130 "--goma-cache-dir", | 133 "--goma-cache-dir", |
131 "[ROOT]/b/build/slave/goma_cache", | 134 "[GOMA_CACHE]", |
132 "--build-tool", | 135 "--build-tool", |
133 "ninja", | 136 "ninja", |
134 "--" | 137 "--" |
135 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
136 "env": { | 140 "env": { |
137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
138 }, | 142 }, |
139 "name": "compile" | 143 "name": "compile" |
140 }, | 144 }, |
141 { | 145 { |
142 "cmd": [ | 146 "cmd": [ |
143 "[CWD]/src/build/gyp_chromium", | 147 "[SLAVE_BUILD]/src/build/gyp_chromium", |
144 "[CWD]/src/third_party/closure_compiler/compiled_resources2.gyp" | 148 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources2.gyp" |
145 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", |
146 "name": "generate_v2_gyp_files" | 151 "name": "generate_v2_gyp_files" |
147 }, | 152 }, |
148 { | 153 { |
149 "cmd": [ | 154 "cmd": [ |
150 "python", | 155 "python", |
151 "-u", | 156 "-u", |
152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
153 "--show-path", | 158 "--show-path", |
154 "python", | 159 "python", |
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
156 "--gsutil-py-path", | 161 "--gsutil-py-path", |
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
158 "--ninja-path", | 163 "--ninja-path", |
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 164 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
160 "--target", | 165 "--target", |
161 "Release", | 166 "Release", |
162 "--src-dir", | 167 "--src-dir", |
163 "[CWD]/src", | 168 "[SLAVE_BUILD]/src", |
164 "--goma-cache-dir", | 169 "--goma-cache-dir", |
165 "[ROOT]/b/build/slave/goma_cache", | 170 "[GOMA_CACHE]", |
166 "--build-tool", | 171 "--build-tool", |
167 "ninja", | 172 "ninja", |
168 "--" | 173 "--" |
169 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]", |
170 "env": { | 176 "env": { |
171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
172 }, | 178 }, |
173 "name": "compile_v2" | 179 "name": "compile_v2" |
174 }, | 180 }, |
175 { | 181 { |
176 "name": "$result", | 182 "name": "$result", |
177 "recipe_result": null, | 183 "recipe_result": null, |
178 "status_code": 0 | 184 "status_code": 0 |
179 } | 185 } |
180 ] | 186 ] |
OLD | NEW |