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