| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "host and tools info", | 8 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 40 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 41 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
| 42 "--git-cache-dir", | 41 "--git-cache-dir", |
| 43 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 44 "--output_json", | 43 "--output_json", |
| 45 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 46 "--revision", | 45 "--revision", |
| 47 "src@12345", | 46 "src@12345", |
| 48 "--output_manifest" | 47 "--output_manifest" |
| 49 ], | 48 ], |
| 50 "cwd": "[SLAVE_BUILD]", | |
| 51 "env": { | 49 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 51 }, |
| 54 "name": "bot_update", | 52 "name": "bot_update", |
| 55 "~followup_annotations": [ | 53 "~followup_annotations": [ |
| 56 "@@@STEP_TEXT@Some step text@@@", | 54 "@@@STEP_TEXT@Some step text@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | 55 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 80 ] | 78 ] |
| 81 }, | 79 }, |
| 82 { | 80 { |
| 83 "cmd": [ | 81 "cmd": [ |
| 84 "python", | 82 "python", |
| 85 "-u", | 83 "-u", |
| 86 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 84 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 87 "[SLAVE_BUILD]/src/out" | 85 "[SLAVE_BUILD]/src/out" |
| 88 ], | 86 ], |
| 89 "cwd": "[SLAVE_BUILD]", | |
| 90 "name": "clean test output files" | 87 "name": "clean test output files" |
| 91 }, | 88 }, |
| 92 { | 89 { |
| 93 "cmd": [ | 90 "cmd": [ |
| 94 "python", | 91 "python", |
| 95 "-u", | 92 "-u", |
| 96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 97 "--show-path", | 94 "--show-path", |
| 98 "python", | 95 "python", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 100 ], | 97 ], |
| 101 "cwd": "[SLAVE_BUILD]", | |
| 102 "name": "cleanup_temp" | 98 "name": "cleanup_temp" |
| 103 }, | 99 }, |
| 104 { | 100 { |
| 105 "cmd": [ | 101 "cmd": [ |
| 106 "python", | 102 "python", |
| 107 "-u", | 103 "-u", |
| 108 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 109 "runhooks" | 105 "runhooks" |
| 110 ], | 106 ], |
| 111 "cwd": "[SLAVE_BUILD]", | |
| 112 "env": { | 107 "env": { |
| 113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 114 "GYP_CHROMIUM_NO_ACTION": "1", | 109 "GYP_CHROMIUM_NO_ACTION": "1", |
| 115 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1
", | 110 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1
", |
| 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 117 }, | 112 }, |
| 118 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
| 119 }, | 114 }, |
| 120 { | 115 { |
| 121 "cmd": [ | 116 "cmd": [ |
| 122 "python", | 117 "python", |
| 123 "-u", | 118 "-u", |
| 124 "[DEPOT_TOOLS]/gn.py", | 119 "[DEPOT_TOOLS]/gn.py", |
| 125 "--root=[SLAVE_BUILD]/src", | 120 "--root=[SLAVE_BUILD]/src", |
| 126 "gen", | 121 "gen", |
| 127 "//out/Debug", | 122 "//out/Debug", |
| 128 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | 123 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
| 129 ], | 124 ], |
| 130 "cwd": "[SLAVE_BUILD]", | |
| 131 "name": "gn" | 125 "name": "gn" |
| 132 }, | 126 }, |
| 133 { | 127 { |
| 134 "allow_subannotations": true, | 128 "allow_subannotations": true, |
| 135 "cmd": [ | 129 "cmd": [ |
| 136 "python", | 130 "python", |
| 137 "-u", | 131 "-u", |
| 138 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 132 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 139 "--src-dir", | 133 "--src-dir", |
| 140 "[SLAVE_BUILD]/src", | 134 "[SLAVE_BUILD]/src", |
| 141 "--output-json", | 135 "--output-json", |
| 142 "/path/to/tmp/json" | 136 "/path/to/tmp/json" |
| 143 ], | 137 ], |
| 144 "cwd": "[SLAVE_BUILD]", | |
| 145 "env": { | 138 "env": { |
| 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 139 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 147 }, | 140 }, |
| 148 "name": "clang_revision", | 141 "name": "clang_revision", |
| 149 "~followup_annotations": [ | 142 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@json.output@{@@@", | 143 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", | 145 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] | 147 ] |
| (...skipping 22 matching lines...) Expand all Loading... |
| 177 "goma-clang", | 170 "goma-clang", |
| 178 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
| 179 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
| 180 "--goma-service-account-json-file", | 173 "--goma-service-account-json-file", |
| 181 "/creds/service_accounts/service-account-goma-client.json", | 174 "/creds/service_accounts/service-account-goma-client.json", |
| 182 "--goma-dir", | 175 "--goma-dir", |
| 183 "[BUILD]/goma", | 176 "[BUILD]/goma", |
| 184 "--", | 177 "--", |
| 185 "all" | 178 "all" |
| 186 ], | 179 ], |
| 187 "cwd": "[SLAVE_BUILD]", | |
| 188 "env": { | 180 "env": { |
| 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 190 }, | 182 }, |
| 191 "name": "compile", | 183 "name": "compile", |
| 192 "~followup_annotations": [ | 184 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 194 "@@@STEP_LOG_END@json.output (invalid)@@@" | 186 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 195 ] | 187 ] |
| 196 }, | 188 }, |
| 197 { | 189 { |
| 198 "name": "$result", | 190 "name": "$result", |
| 199 "recipe_result": null, | 191 "recipe_result": null, |
| 200 "status_code": 0 | 192 "status_code": 0 |
| 201 } | 193 } |
| 202 ] | 194 ] |
| OLD | NEW |