| 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", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 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='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=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 "[DEPOT_TOOLS]/gn.py", |
| 86 "--root=[SLAVE_BUILD]/src", | 84 "--root=[SLAVE_BUILD]/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 "[DEPOT_TOOLS]/gn.py", |
| 99 "--root=[SLAVE_BUILD]/src", | 96 "--root=[SLAVE_BUILD]/src", |
| 100 "refs", | 97 "refs", |
| 101 "[SLAVE_BUILD]/src/out/Release", | 98 "[SLAVE_BUILD]/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 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 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 "[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 |