| 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", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug (GN)", | 10 "Linux64 Debug (GN)", |
| 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_CHROMIUM_NO_ACTION": "1", | 87 "GYP_CHROMIUM_NO_ACTION": "1", |
| 92 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1", | 88 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 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 "[DEPOT_TOOLS]/gn.py", | 97 "[ROOT]/b/depot_tools/gn.py", |
| 102 "--root=[SLAVE_BUILD]/src", | 98 "--root=[CWD]/src", |
| 103 "gen", | 99 "gen", |
| 104 "//out/Debug", | 100 "//out/Debug", |
| 105 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | 101 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b/build/goma\"" |
| 106 ], | 102 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "gn" | 103 "name": "gn" |
| 109 }, | 104 }, |
| 110 { | 105 { |
| 111 "cmd": [ | 106 "cmd": [ |
| 112 "python", | 107 "python", |
| 113 "-u", | 108 "-u", |
| 114 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 109 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 115 "--show-path", | 110 "--show-path", |
| 116 "python", | 111 "python", |
| 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 118 "--gsutil-py-path", | 113 "--gsutil-py-path", |
| 119 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 114 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 120 "--ninja-path", | 115 "--ninja-path", |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 122 "--target", | 117 "--target", |
| 123 "Debug", | 118 "Debug", |
| 124 "--src-dir", | 119 "--src-dir", |
| 125 "[SLAVE_BUILD]/src", | 120 "[CWD]/src", |
| 126 "--goma-cache-dir", | 121 "--goma-cache-dir", |
| 127 "[GOMA_CACHE]", | 122 "[ROOT]/b/build/slave/goma_cache", |
| 128 "--build-tool", | 123 "--build-tool", |
| 129 "ninja", | 124 "ninja", |
| 130 "--compiler", | 125 "--compiler", |
| 131 "goma", | 126 "goma", |
| 132 "--goma-jsonstatus", | 127 "--goma-jsonstatus", |
| 133 "/path/to/tmp/json", | 128 "/path/to/tmp/json", |
| 134 "--goma-service-account-json-file", | 129 "--goma-service-account-json-file", |
| 135 "/creds/service_accounts/service-account-goma-client.json", | 130 "/creds/service_accounts/service-account-goma-client.json", |
| 136 "--goma-dir", | 131 "--goma-dir", |
| 137 "[BUILD]/goma", | 132 "[ROOT]/b/build/goma", |
| 138 "--", | 133 "--", |
| 139 "all" | 134 "all" |
| 140 ], | 135 ], |
| 141 "cwd": "[SLAVE_BUILD]", | |
| 142 "env": { | 136 "env": { |
| 143 "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" |
| 144 }, | 138 }, |
| 145 "name": "compile", | 139 "name": "compile", |
| 146 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 148 "@@@STEP_LOG_END@json.output (invalid)@@@" | 142 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 149 ] | 143 ] |
| 150 }, | 144 }, |
| 151 { | 145 { |
| 152 "name": "$result", | 146 "name": "$result", |
| 153 "recipe_result": null, | 147 "recipe_result": null, |
| 154 "status_code": 0 | 148 "status_code": 0 |
| 155 } | 149 } |
| 156 ] | 150 ] |
| OLD | NEW |