| 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 "client.webrtc.fyi", | 8 "client.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux32 ARM", | 10 "Linux32 ARM", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_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@12345", | 24 "src@12345", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
| 27 "env": { | 28 "env": { |
| 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 30 }, |
| 30 "name": "bot_update", | 31 "name": "bot_update", |
| 31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 53 "@@@STEP_LOG_END@json.output@@@", | 54 "@@@STEP_LOG_END@json.output@@@", |
| 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 56 ] | 57 ] |
| 57 }, | 58 }, |
| 58 { | 59 { |
| 59 "cmd": [ | 60 "cmd": [ |
| 60 "python", | 61 "python", |
| 61 "-u", | 62 "-u", |
| 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 63 "[CWD]/src/out" | 64 "[SLAVE_BUILD]/src/out" |
| 64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
| 65 "name": "clean test output files" | 67 "name": "clean test output files" |
| 66 }, | 68 }, |
| 67 { | 69 { |
| 68 "cmd": [ | 70 "cmd": [ |
| 69 "python", | 71 "python", |
| 70 "-u", | 72 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 73 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 72 "--show-path", | 74 "--show-path", |
| 73 "python", | 75 "python", |
| 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 76 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "cleanup_temp" | 79 "name": "cleanup_temp" |
| 77 }, | 80 }, |
| 78 { | 81 { |
| 79 "cmd": [ | 82 "cmd": [ |
| 80 "python", | 83 "python", |
| 81 "-u", | 84 "-u", |
| 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 83 "runhooks" | 86 "runhooks" |
| 84 ], | 87 ], |
| 88 "cwd": "[SLAVE_BUILD]", |
| 85 "env": { | 89 "env": { |
| 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 87 "GYP_CROSSCOMPILE": "1", | 91 "GYP_CROSSCOMPILE": "1", |
| 88 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=arm use_goma=1"
, | 92 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=arm use_goma=1", |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 94 }, |
| 91 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
| 92 }, | 96 }, |
| 93 { | 97 { |
| 94 "cmd": [ | 98 "cmd": [ |
| 95 "python", | 99 "python", |
| 96 "-u", | 100 "-u", |
| 97 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 101 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 98 "--show-path", | 102 "--show-path", |
| 99 "python", | 103 "python", |
| 100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 104 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 101 "--gsutil-py-path", | 105 "--gsutil-py-path", |
| 102 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 106 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 103 "--ninja-path", | 107 "--ninja-path", |
| 104 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 108 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 105 "--target", | 109 "--target", |
| 106 "Release", | 110 "Release", |
| 107 "--src-dir", | 111 "--src-dir", |
| 108 "[CWD]/src", | 112 "[SLAVE_BUILD]/src", |
| 109 "--goma-cache-dir", | 113 "--goma-cache-dir", |
| 110 "[ROOT]/b/build/slave/goma_cache", | 114 "[GOMA_CACHE]", |
| 111 "--build-tool", | 115 "--build-tool", |
| 112 "ninja", | 116 "ninja", |
| 113 "--compiler", | 117 "--compiler", |
| 114 "goma", | 118 "goma", |
| 115 "--goma-jsonstatus", | 119 "--goma-jsonstatus", |
| 116 "/path/to/tmp/json", | 120 "/path/to/tmp/json", |
| 117 "--goma-service-account-json-file", | 121 "--goma-service-account-json-file", |
| 118 "/creds/service_accounts/service-account-goma-client.json", | 122 "/creds/service_accounts/service-account-goma-client.json", |
| 119 "--goma-dir", | 123 "--goma-dir", |
| 120 "[ROOT]/b/build/goma", | 124 "[BUILD]/goma", |
| 121 "--", | 125 "--", |
| 122 "All" | 126 "All" |
| 123 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
| 124 "env": { | 129 "env": { |
| 125 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 126 }, | 131 }, |
| 127 "name": "compile", | 132 "name": "compile", |
| 128 "~followup_annotations": [ | 133 "~followup_annotations": [ |
| 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 134 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 130 "@@@STEP_LOG_END@json.output (invalid)@@@" | 135 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 131 ] | 136 ] |
| 132 }, | 137 }, |
| 133 { | 138 { |
| 134 "name": "$result", | 139 "name": "$result", |
| 135 "recipe_result": null, | 140 "recipe_result": null, |
| 136 "status_code": 0 | 141 "status_code": 0 |
| 137 } | 142 } |
| 138 ] | 143 ] |
| OLD | NEW |