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 = '[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'}]", | 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'}]", |
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 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
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]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 97 ] |
99 }, | 98 }, |
100 { | 99 { |
101 "cmd": [ | 100 "cmd": [ |
102 "python", | 101 "python", |
103 "-u", | 102 "-u", |
104 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_tests.py" | 103 "[CWD]/src/third_party/closure_compiler/run_tests.py" |
105 ], | 104 ], |
106 "cwd": "[SLAVE_BUILD]", | |
107 "name": "run_tests" | 105 "name": "run_tests" |
108 }, | 106 }, |
109 { | 107 { |
110 "cmd": [ | 108 "cmd": [ |
111 "[SLAVE_BUILD]/src/build/gyp_chromium", | 109 "[CWD]/src/build/gyp_chromium", |
112 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp" | 110 "[CWD]/src/third_party/closure_compiler/compiled_resources.gyp" |
113 ], | 111 ], |
114 "cwd": "[SLAVE_BUILD]", | |
115 "name": "generate_gyp_files" | 112 "name": "generate_gyp_files" |
116 }, | 113 }, |
117 { | 114 { |
118 "cmd": [ | 115 "cmd": [ |
119 "python", | 116 "python", |
120 "-u", | 117 "-u", |
121 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
122 "--show-path", | 119 "--show-path", |
123 "python", | 120 "python", |
124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
125 "--gsutil-py-path", | 122 "--gsutil-py-path", |
126 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
127 "--ninja-path", | 124 "--ninja-path", |
128 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
129 "--target", | 126 "--target", |
130 "Release", | 127 "Release", |
131 "--src-dir", | 128 "--src-dir", |
132 "[SLAVE_BUILD]/src", | 129 "[CWD]/src", |
133 "--goma-cache-dir", | 130 "--goma-cache-dir", |
134 "[GOMA_CACHE]", | 131 "[ROOT]/b/build/slave/goma_cache", |
135 "--build-tool", | 132 "--build-tool", |
136 "ninja", | 133 "ninja", |
137 "--" | 134 "--" |
138 ], | 135 ], |
139 "cwd": "[SLAVE_BUILD]", | |
140 "env": { | 136 "env": { |
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
142 }, | 138 }, |
143 "name": "compile" | 139 "name": "compile" |
144 }, | 140 }, |
145 { | 141 { |
146 "cmd": [ | 142 "cmd": [ |
147 "[SLAVE_BUILD]/src/build/gyp_chromium", | 143 "[CWD]/src/build/gyp_chromium", |
148 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources2.gyp" | 144 "[CWD]/src/third_party/closure_compiler/compiled_resources2.gyp" |
149 ], | 145 ], |
150 "cwd": "[SLAVE_BUILD]", | |
151 "name": "generate_v2_gyp_files" | 146 "name": "generate_v2_gyp_files" |
152 }, | 147 }, |
153 { | 148 { |
154 "cmd": [ | 149 "cmd": [ |
155 "python", | 150 "python", |
156 "-u", | 151 "-u", |
157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
158 "--show-path", | 153 "--show-path", |
159 "python", | 154 "python", |
160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
161 "--gsutil-py-path", | 156 "--gsutil-py-path", |
162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
163 "--ninja-path", | 158 "--ninja-path", |
164 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
165 "--target", | 160 "--target", |
166 "Release", | 161 "Release", |
167 "--src-dir", | 162 "--src-dir", |
168 "[SLAVE_BUILD]/src", | 163 "[CWD]/src", |
169 "--goma-cache-dir", | 164 "--goma-cache-dir", |
170 "[GOMA_CACHE]", | 165 "[ROOT]/b/build/slave/goma_cache", |
171 "--build-tool", | 166 "--build-tool", |
172 "ninja", | 167 "ninja", |
173 "--" | 168 "--" |
174 ], | 169 ], |
175 "cwd": "[SLAVE_BUILD]", | |
176 "env": { | 170 "env": { |
177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
178 }, | 172 }, |
179 "name": "compile_v2" | 173 "name": "compile_v2" |
180 }, | 174 }, |
181 { | 175 { |
182 "name": "$result", | 176 "name": "$result", |
183 "recipe_result": null, | 177 "recipe_result": null, |
184 "status_code": 0 | 178 "status_code": 0 |
185 } | 179 } |
186 ] | 180 ] |
OLD | NEW |