| 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.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Blimp Linux (dbg)", | 10 "Blimp Linux (dbg)", |
| 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 = '[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/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 { | 177 { |
| 178 "cmd": [ | 178 "cmd": [ |
| 179 "python", | 179 "python", |
| 180 "-u", | 180 "-u", |
| 181 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 181 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 182 "--output", | 182 "--output", |
| 183 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
| 184 "--", | 184 "--", |
| 185 "--build-config-fs", | 185 "--build-config-fs", |
| 186 "Debug", | 186 "Debug", |
| 187 "--use-src-side-runtest-py", |
| 187 "--paths", | 188 "--paths", |
| 188 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 189 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 189 "--properties", | 190 "--properties", |
| 190 "{\"buildername\": \"Blimp Linux (dbg)\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" | 191 "{\"buildername\": \"Blimp Linux (dbg)\", \"buildnumber\": 571, \"masterna
me\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
| 191 ], | 192 ], |
| 192 "name": "get compile targets for scripts", | 193 "name": "get compile targets for scripts", |
| 193 "~followup_annotations": [ | 194 "~followup_annotations": [ |
| 194 "@@@STEP_LOG_LINE@json.output@{}@@@", | 195 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 195 "@@@STEP_LOG_END@json.output@@@" | 196 "@@@STEP_LOG_END@json.output@@@" |
| 196 ] | 197 ] |
| 197 }, | 198 }, |
| 198 { | 199 { |
| 199 "cmd": [ | 200 "cmd": [ |
| 200 "python", | 201 "python", |
| 201 "-u", | 202 "-u", |
| 202 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 203 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 204 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 204 "/path/to/tmp/json" | 205 "/path/to/tmp/json" |
| 205 ], | 206 ], |
| 206 "name": "read test spec", | 207 "name": "read test spec", |
| 207 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 208 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 209 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 209 "@@@STEP_LOG_LINE@json.output@{}@@@", | 210 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 210 "@@@STEP_LOG_END@json.output@@@" | 211 "@@@STEP_LOG_END@json.output@@@" |
| 211 ] | 212 ] |
| 212 }, | 213 }, |
| 213 { | 214 { |
| 214 "cmd": [ | 215 "cmd": [ |
| 215 "python", | 216 "python", |
| 216 "-u", | 217 "-u", |
| 217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 218 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 218 "--show-path", | 219 "--show-path", |
| 219 "python", | 220 "python", |
| 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 221 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 221 ], | 222 ], |
| 222 "name": "cleanup_temp" | 223 "name": "cleanup_temp" |
| 223 }, | 224 }, |
| 224 { | 225 { |
| 225 "cmd": [ | 226 "cmd": [ |
| 226 "python", | 227 "python", |
| 227 "-u", | 228 "-u", |
| 228 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 229 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 229 "gen", | 230 "gen", |
| 230 "-m", | 231 "-m", |
| 231 "chromium.fyi", | 232 "chromium.linux", |
| 232 "-b", | 233 "-b", |
| 233 "Blimp Linux (dbg)", | 234 "Blimp Linux (dbg)", |
| 234 "--config-file", | 235 "--config-file", |
| 235 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 236 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 236 "--goma-dir", | 237 "--goma-dir", |
| 237 "[CACHE]/cipd/goma", | 238 "[CACHE]/cipd/goma", |
| 238 "//out/Debug" | 239 "//out/Debug" |
| 239 ], | 240 ], |
| 240 "env": { | 241 "env": { |
| 241 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 285 "@@@STEP_LOG_END@json.output (invalid)@@@" | 286 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 286 ] | 287 ] |
| 287 }, | 288 }, |
| 288 { | 289 { |
| 289 "name": "$result", | 290 "name": "$result", |
| 290 "recipe_result": null, | 291 "recipe_result": null, |
| 291 "status_code": 0 | 292 "status_code": 0 |
| 292 } | 293 } |
| 293 ] | 294 ] |
| OLD | NEW |