| 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 27 matching lines...) Expand all Loading... |
| 46 "--patchset", | 45 "--patchset", |
| 47 "1", | 46 "1", |
| 48 "--rietveld_server", | 47 "--rietveld_server", |
| 49 "https://fake.rietveld.url", | 48 "https://fake.rietveld.url", |
| 50 "--output_json", | 49 "--output_json", |
| 51 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 52 "--revision", | 51 "--revision", |
| 53 "src@12345", | 52 "src@12345", |
| 54 "--output_manifest" | 53 "--output_manifest" |
| 55 ], | 54 ], |
| 56 "cwd": "[SLAVE_BUILD]", | |
| 57 "env": { | 55 "env": { |
| 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 59 }, | 57 }, |
| 60 "name": "bot_update", | 58 "name": "bot_update", |
| 61 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 62 "@@@STEP_TEXT@Some step text@@@", | 60 "@@@STEP_TEXT@Some step text@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 93 "[SLAVE_BUILD]/src/out" | 91 "[SLAVE_BUILD]/src/out" |
| 94 ], | 92 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "name": "clean test output files" | 93 "name": "clean test output files" |
| 97 }, | 94 }, |
| 98 { | 95 { |
| 99 "cmd": [ | 96 "cmd": [ |
| 100 "python", | 97 "python", |
| 101 "-u", | 98 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 103 "--show-path", | 100 "--show-path", |
| 104 "python", | 101 "python", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 106 ], | 103 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
| 109 }, | 105 }, |
| 110 { | 106 { |
| 111 "cmd": [ | 107 "cmd": [ |
| 112 "python", | 108 "python", |
| 113 "-u", | 109 "-u", |
| 114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 110 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 115 "runhooks" | 111 "runhooks" |
| 116 ], | 112 ], |
| 117 "cwd": "[SLAVE_BUILD]", | |
| 118 "env": { | 113 "env": { |
| 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 120 "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=x6
4 use_goma=1", | 115 "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=x6
4 use_goma=1", |
| 121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 122 }, | 117 }, |
| 123 "name": "gclient runhooks" | 118 "name": "gclient runhooks" |
| 124 }, | 119 }, |
| 125 { | 120 { |
| 126 "allow_subannotations": true, | 121 "allow_subannotations": true, |
| 127 "cmd": [ | 122 "cmd": [ |
| 128 "python", | 123 "python", |
| 129 "-u", | 124 "-u", |
| 130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 131 "--src-dir", | 126 "--src-dir", |
| 132 "[SLAVE_BUILD]/src", | 127 "[SLAVE_BUILD]/src", |
| 133 "--output-json", | 128 "--output-json", |
| 134 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
| 135 ], | 130 ], |
| 136 "cwd": "[SLAVE_BUILD]", | |
| 137 "env": { | 131 "env": { |
| 138 "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" |
| 139 }, | 133 }, |
| 140 "name": "clang_revision", | 134 "name": "clang_revision", |
| 141 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 142 "@@@STEP_LOG_LINE@json.output@{@@@", | 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@}@@@", | 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 145 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 146 ] | 140 ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 171 "/path/to/tmp/json", | 165 "/path/to/tmp/json", |
| 172 "--goma-service-account-json-file", | 166 "--goma-service-account-json-file", |
| 173 "/creds/service_accounts/service-account-goma-client.json", | 167 "/creds/service_accounts/service-account-goma-client.json", |
| 174 "--goma-dir", | 168 "--goma-dir", |
| 175 "[BUILD]/goma", | 169 "[BUILD]/goma", |
| 176 "--goma-fail-fast", | 170 "--goma-fail-fast", |
| 177 "--goma-disable-local-fallback", | 171 "--goma-disable-local-fallback", |
| 178 "--", | 172 "--", |
| 179 "All" | 173 "All" |
| 180 ], | 174 ], |
| 181 "cwd": "[SLAVE_BUILD]", | |
| 182 "env": { | 175 "env": { |
| 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 184 }, | 177 }, |
| 185 "name": "compile", | 178 "name": "compile", |
| 186 "~followup_annotations": [ | 179 "~followup_annotations": [ |
| 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 188 "@@@STEP_LOG_END@json.output (invalid)@@@" | 181 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 189 ] | 182 ] |
| 190 }, | 183 }, |
| 191 { | 184 { |
| 192 "name": "$result", | 185 "name": "$result", |
| 193 "recipe_result": null, | 186 "recipe_result": null, |
| 194 "status_code": 0 | 187 "status_code": 0 |
| 195 } | 188 } |
| 196 ] | 189 ] |
| OLD | NEW |