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