| 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 "win_clang_rel", | 10 "win_clang_rel", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 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 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_MODULE[build::webrtc]\\resources\\cleanup_files.py", | 68 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", |
| 70 "[SLAVE_BUILD]\\src\\out" | 69 "[SLAVE_BUILD]\\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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 92 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 97 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 target_arch=i
a32 use_goma=1", | 93 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 target_arch=i
a32 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 "allow_subannotations": true, | 99 "allow_subannotations": true, |
| 104 "cmd": [ | 100 "cmd": [ |
| 105 "python", | 101 "python", |
| 106 "-u", | 102 "-u", |
| 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 108 "--src-dir", | 104 "--src-dir", |
| 109 "[SLAVE_BUILD]\\src", | 105 "[SLAVE_BUILD]\\src", |
| 110 "--output-json", | 106 "--output-json", |
| 111 "/path/to/tmp/json" | 107 "/path/to/tmp/json" |
| 112 ], | 108 ], |
| 113 "cwd": "[SLAVE_BUILD]", | |
| 114 "env": { | 109 "env": { |
| 115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 116 }, | 111 }, |
| 117 "name": "clang_revision", | 112 "name": "clang_revision", |
| 118 "~followup_annotations": [ | 113 "~followup_annotations": [ |
| 119 "@@@STEP_LOG_LINE@json.output@{@@@", | 114 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 120 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 121 "@@@STEP_LOG_LINE@json.output@}@@@", | 116 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 122 "@@@STEP_LOG_END@json.output@@@" | 117 "@@@STEP_LOG_END@json.output@@@" |
| 123 ] | 118 ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 148 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
| 149 "--goma-service-account-json-file", | 144 "--goma-service-account-json-file", |
| 150 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 151 "--goma-dir", | 146 "--goma-dir", |
| 152 "[BUILD]\\goma", | 147 "[BUILD]\\goma", |
| 153 "--goma-fail-fast", | 148 "--goma-fail-fast", |
| 154 "--goma-disable-local-fallback", | 149 "--goma-disable-local-fallback", |
| 155 "--", | 150 "--", |
| 156 "All" | 151 "All" |
| 157 ], | 152 ], |
| 158 "cwd": "[SLAVE_BUILD]", | |
| 159 "env": { | 153 "env": { |
| 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 161 }, | 155 }, |
| 162 "name": "compile", | 156 "name": "compile", |
| 163 "~followup_annotations": [ | 157 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 165 "@@@STEP_LOG_END@json.output (invalid)@@@" | 159 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 166 ] | 160 ] |
| 167 }, | 161 }, |
| 168 { | 162 { |
| 169 "name": "$result", | 163 "name": "$result", |
| 170 "recipe_result": null, | 164 "recipe_result": null, |
| 171 "status_code": 0 | 165 "status_code": 0 |
| 172 } | 166 } |
| 173 ] | 167 ] |
| OLD | NEW |