| 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_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 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 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@HEAD", | 30 "src@HEAD", |
| 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\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 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_PACKAGE_REPO[depot_tools]/gclient.py", | 68 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 70 "runhooks" | 69 "runhooks" |
| 71 ], | 70 ], |
| 72 "cwd": "[SLAVE_BUILD]", | |
| 73 "env": { | 71 "env": { |
| 74 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 72 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 75 "GYP_CHROMIUM_NO_ACTION": "1", | 73 "GYP_CHROMIUM_NO_ACTION": "1", |
| 76 "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", | 74 "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", |
| 77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 78 }, | 76 }, |
| 79 "name": "gclient runhooks" | 77 "name": "gclient runhooks" |
| 80 }, | 78 }, |
| 81 { | 79 { |
| 82 "cmd": [ | 80 "cmd": [ |
| 83 "python", | 81 "python", |
| 84 "-u", | 82 "-u", |
| 85 "[DEPOT_TOOLS]/gn.py", | 83 "[ROOT]/b/depot_tools/gn.py", |
| 86 "--root=[SLAVE_BUILD]/src", | 84 "--root=[CWD]/src", |
| 87 "gen", | 85 "gen", |
| 88 "//out/Release", | 86 "//out/Release", |
| 89 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is
_asan=true is_debug=false target_cpu=\"x64\"" | 87 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is
_asan=true is_debug=false target_cpu=\"x64\"" |
| 90 ], | 88 ], |
| 91 "cwd": "[SLAVE_BUILD]", | |
| 92 "name": "gn" | 89 "name": "gn" |
| 93 }, | 90 }, |
| 94 { | 91 { |
| 95 "cmd": [ | 92 "cmd": [ |
| 96 "python", | 93 "python", |
| 97 "-u", | 94 "-u", |
| 98 "[DEPOT_TOOLS]/gn.py", | 95 "[ROOT]/b/depot_tools/gn.py", |
| 99 "--root=[SLAVE_BUILD]/src", | 96 "--root=[CWD]/src", |
| 100 "refs", | 97 "refs", |
| 101 "[SLAVE_BUILD]/src/out/Release", | 98 "[CWD]/src/out/Release", |
| 102 "--all", | 99 "--all", |
| 103 "--type=executable", | 100 "--type=executable", |
| 104 "--as=output", | 101 "--as=output", |
| 105 "//webrtc/test/fuzzers:webrtc_fuzzer_main" | 102 "//webrtc/test/fuzzers:webrtc_fuzzer_main" |
| 106 ], | 103 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "calculate targets", | 104 "name": "calculate targets", |
| 109 "stdout": "/path/to/tmp/", | 105 "stdout": "/path/to/tmp/", |
| 110 "~followup_annotations": [ | 106 "~followup_annotations": [ |
| 111 "@@@STEP_LOG_LINE@targets@target1@@@", | 107 "@@@STEP_LOG_LINE@targets@target1@@@", |
| 112 "@@@STEP_LOG_LINE@targets@target2@@@", | 108 "@@@STEP_LOG_LINE@targets@target2@@@", |
| 113 "@@@STEP_LOG_LINE@targets@target3@@@", | 109 "@@@STEP_LOG_LINE@targets@target3@@@", |
| 114 "@@@STEP_LOG_END@targets@@@" | 110 "@@@STEP_LOG_END@targets@@@" |
| 115 ] | 111 ] |
| 116 }, | 112 }, |
| 117 { | 113 { |
| 118 "cmd": [ | 114 "cmd": [ |
| 119 "python", | 115 "python", |
| 120 "-u", | 116 "-u", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 122 "--show-path", | 118 "--show-path", |
| 123 "python", | 119 "python", |
| 124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 125 "--gsutil-py-path", | 121 "--gsutil-py-path", |
| 126 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 122 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 127 "--ninja-path", | 123 "--ninja-path", |
| 128 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 129 "--target", | 125 "--target", |
| 130 "Release", | 126 "Release", |
| 131 "--src-dir", | 127 "--src-dir", |
| 132 "[SLAVE_BUILD]/src", | 128 "[CWD]/src", |
| 133 "--goma-cache-dir", | 129 "--goma-cache-dir", |
| 134 "[GOMA_CACHE]", | 130 "[ROOT]/b/build/slave/goma_cache", |
| 135 "--build-tool", | 131 "--build-tool", |
| 136 "ninja", | 132 "ninja", |
| 137 "--compiler", | 133 "--compiler", |
| 138 "goma", | 134 "goma", |
| 139 "--goma-jsonstatus", | 135 "--goma-jsonstatus", |
| 140 "/path/to/tmp/json", | 136 "/path/to/tmp/json", |
| 141 "--goma-service-account-json-file", | 137 "--goma-service-account-json-file", |
| 142 "/creds/service_accounts/service-account-goma-client.json", | 138 "/creds/service_accounts/service-account-goma-client.json", |
| 143 "--goma-dir", | 139 "--goma-dir", |
| 144 "[BUILD]/goma", | 140 "[ROOT]/b/build/goma", |
| 145 "--goma-fail-fast", | 141 "--goma-fail-fast", |
| 146 "--goma-disable-local-fallback", | 142 "--goma-disable-local-fallback", |
| 147 "--", | 143 "--", |
| 148 "target1", | 144 "target1", |
| 149 "target2", | 145 "target2", |
| 150 "target3" | 146 "target3" |
| 151 ], | 147 ], |
| 152 "cwd": "[SLAVE_BUILD]", | |
| 153 "env": { | 148 "env": { |
| 154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 155 }, | 150 }, |
| 156 "name": "compile", | 151 "name": "compile", |
| 157 "~followup_annotations": [ | 152 "~followup_annotations": [ |
| 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 159 "@@@STEP_LOG_END@json.output (invalid)@@@" | 154 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 160 ] | 155 ] |
| 161 }, | 156 }, |
| 162 { | 157 { |
| 163 "name": "$result", | 158 "name": "$result", |
| 164 "recipe_result": null, | 159 "recipe_result": null, |
| 165 "status_code": 0 | 160 "status_code": 0 |
| 166 } | 161 } |
| 167 ] | 162 ] |
| OLD | NEW |