| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_gn_rel", | 10 "linux_gn_rel", |
| 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 "--issue", | 21 "--issue", |
| 22 "666666", | 22 "666666", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://fake.rietveld.url", | 26 "https://fake.rietveld.url", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@12345", | 30 "src@12345", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
| 33 "env": { | 34 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 36 }, |
| 36 "name": "bot_update", | 37 "name": "bot_update", |
| 37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 59 "@@@STEP_LOG_END@json.output@@@", | 60 "@@@STEP_LOG_END@json.output@@@", |
| 60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 62 ] | 63 ] |
| 63 }, | 64 }, |
| 64 { | 65 { |
| 65 "cmd": [ | 66 "cmd": [ |
| 66 "python", | 67 "python", |
| 67 "-u", | 68 "-u", |
| 68 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 69 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 69 "[CWD]/src/out" | 70 "[SLAVE_BUILD]/src/out" |
| 70 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
| 71 "name": "clean test output files" | 73 "name": "clean test output files" |
| 72 }, | 74 }, |
| 73 { | 75 { |
| 74 "cmd": [ | 76 "cmd": [ |
| 75 "python", | 77 "python", |
| 76 "-u", | 78 "-u", |
| 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 78 "--show-path", | 80 "--show-path", |
| 79 "python", | 81 "python", |
| 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 81 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
| 82 "name": "cleanup_temp" | 85 "name": "cleanup_temp" |
| 83 }, | 86 }, |
| 84 { | 87 { |
| 85 "cmd": [ | 88 "cmd": [ |
| 86 "python", | 89 "python", |
| 87 "-u", | 90 "-u", |
| 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 89 "runhooks" | 92 "runhooks" |
| 90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
| 91 "env": { | 95 "env": { |
| 92 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 93 "GYP_CHROMIUM_NO_ACTION": "1", | 97 "GYP_CHROMIUM_NO_ACTION": "1", |
| 94 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64
use_goma=1", | 98 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1", |
| 95 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 99 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 96 }, | 100 }, |
| 97 "name": "gclient runhooks" | 101 "name": "gclient runhooks" |
| 98 }, | 102 }, |
| 99 { | 103 { |
| 100 "cmd": [ | 104 "cmd": [ |
| 101 "python", | 105 "python", |
| 102 "-u", | 106 "-u", |
| 103 "[ROOT]/b/depot_tools/gn.py", | 107 "[DEPOT_TOOLS]/gn.py", |
| 104 "--root=[CWD]/src", | 108 "--root=[SLAVE_BUILD]/src", |
| 105 "gen", | 109 "gen", |
| 106 "//out/Release", | 110 "//out/Release", |
| 107 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b/build/goma\"" | 111 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
| 108 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
| 109 "name": "gn" | 114 "name": "gn" |
| 110 }, | 115 }, |
| 111 { | 116 { |
| 112 "cmd": [ | 117 "cmd": [ |
| 113 "python", | 118 "python", |
| 114 "-u", | 119 "-u", |
| 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 116 "--show-path", | 121 "--show-path", |
| 117 "python", | 122 "python", |
| 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 119 "--gsutil-py-path", | 124 "--gsutil-py-path", |
| 120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 121 "--ninja-path", | 126 "--ninja-path", |
| 122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 123 "--target", | 128 "--target", |
| 124 "Release", | 129 "Release", |
| 125 "--src-dir", | 130 "--src-dir", |
| 126 "[CWD]/src", | 131 "[SLAVE_BUILD]/src", |
| 127 "--goma-cache-dir", | 132 "--goma-cache-dir", |
| 128 "[ROOT]/b/build/slave/goma_cache", | 133 "[GOMA_CACHE]", |
| 129 "--build-tool", | 134 "--build-tool", |
| 130 "ninja", | 135 "ninja", |
| 131 "--compiler", | 136 "--compiler", |
| 132 "goma", | 137 "goma", |
| 133 "--goma-jsonstatus", | 138 "--goma-jsonstatus", |
| 134 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
| 135 "--goma-service-account-json-file", | 140 "--goma-service-account-json-file", |
| 136 "/creds/service_accounts/service-account-goma-client.json", | 141 "/creds/service_accounts/service-account-goma-client.json", |
| 137 "--goma-dir", | 142 "--goma-dir", |
| 138 "[ROOT]/b/build/goma", | 143 "[BUILD]/goma", |
| 139 "--goma-fail-fast", | 144 "--goma-fail-fast", |
| 140 "--goma-disable-local-fallback", | 145 "--goma-disable-local-fallback", |
| 141 "--", | 146 "--", |
| 142 "all" | 147 "all" |
| 143 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", |
| 144 "env": { | 150 "env": { |
| 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 146 }, | 152 }, |
| 147 "name": "compile", | 153 "name": "compile", |
| 148 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 150 "@@@STEP_LOG_END@json.output (invalid)@@@" | 156 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 151 ] | 157 ] |
| 152 }, | 158 }, |
| 153 { | 159 { |
| 154 "name": "$result", | 160 "name": "$result", |
| 155 "recipe_result": null, | 161 "recipe_result": null, |
| 156 "status_code": 0 | 162 "status_code": 0 |
| 157 } | 163 } |
| 158 ] | 164 ] |
| OLD | NEW |