| 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 "Linux64 GCC", | 10 "Linux64 GCC", |
| 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_DEFINES": "clang=0 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1", | 87 "GYP_DEFINES": "clang=0 component=static_library gomadir='[ROOT]/b/build/g
oma' target_arch=x64 use_goma=1", |
| 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 93 }, | 89 }, |
| 94 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 95 }, | 91 }, |
| 96 { | 92 { |
| 97 "cmd": [ | 93 "cmd": [ |
| 98 "python", | 94 "python", |
| 99 "-u", | 95 "-u", |
| 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 101 "--show-path", | 97 "--show-path", |
| 102 "python", | 98 "python", |
| 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 104 "--gsutil-py-path", | 100 "--gsutil-py-path", |
| 105 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 101 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 106 "--ninja-path", | 102 "--ninja-path", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 108 "--target", | 104 "--target", |
| 109 "Release", | 105 "Release", |
| 110 "--src-dir", | 106 "--src-dir", |
| 111 "[SLAVE_BUILD]/src", | 107 "[CWD]/src", |
| 112 "--goma-cache-dir", | 108 "--goma-cache-dir", |
| 113 "[GOMA_CACHE]", | 109 "[ROOT]/b/build/slave/goma_cache", |
| 114 "--build-tool", | 110 "--build-tool", |
| 115 "ninja", | 111 "ninja", |
| 116 "--compiler", | 112 "--compiler", |
| 117 "goma", | 113 "goma", |
| 118 "--goma-jsonstatus", | 114 "--goma-jsonstatus", |
| 119 "/path/to/tmp/json", | 115 "/path/to/tmp/json", |
| 120 "--goma-service-account-json-file", | 116 "--goma-service-account-json-file", |
| 121 "/creds/service_accounts/service-account-goma-client.json", | 117 "/creds/service_accounts/service-account-goma-client.json", |
| 122 "--goma-dir", | 118 "--goma-dir", |
| 123 "[BUILD]/goma", | 119 "[ROOT]/b/build/goma", |
| 124 "--", | 120 "--", |
| 125 "All" | 121 "All" |
| 126 ], | 122 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 123 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 130 }, | 125 }, |
| 131 "name": "compile", | 126 "name": "compile", |
| 132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 134 "@@@STEP_LOG_END@json.output (invalid)@@@" | 129 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 135 ] | 130 ] |
| 136 }, | 131 }, |
| 137 { | 132 { |
| 138 "name": "$result", | 133 "name": "$result", |
| 139 "recipe_result": null, | 134 "recipe_result": null, |
| 140 "status_code": 0 | 135 "status_code": 0 |
| 141 } | 136 } |
| 142 ] | 137 ] |
| OLD | NEW |