Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json

Issue 2030133002: WebRTC: Move ensure_goma step to before runhooks step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@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)@@@",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "python", 91 "python",
92 "-u", 92 "-u",
93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
94 "--show-path", 94 "--show-path",
95 "python", 95 "python",
96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
97 ], 97 ],
98 "name": "cleanup_temp" 98 "name": "cleanup_temp"
99 }, 99 },
100 { 100 {
101 "cmd": [
102 "python",
103 "-u",
104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
105 "runhooks"
106 ],
107 "cwd": "[SLAVE_BUILD]/src",
108 "env": {
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
110 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_goma= 1",
111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
112 },
113 "name": "gclient runhooks"
114 },
115 {
116 "cmd": [], 101 "cmd": [],
117 "name": "ensure_goma" 102 "name": "ensure_goma"
118 }, 103 },
119 { 104 {
120 "cmd": [ 105 "cmd": [
121 "python", 106 "python",
122 "-u", 107 "-u",
123 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
124 "--platform", 109 "--platform",
125 "mac-amd64", 110 "mac-amd64",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "@@@STEP_LOG_LINE@json.output@ {@@@", 145 "@@@STEP_LOG_LINE@json.output@ {@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@", 147 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
163 "@@@STEP_LOG_LINE@json.output@ }@@@", 148 "@@@STEP_LOG_LINE@json.output@ }@@@",
164 "@@@STEP_LOG_LINE@json.output@ ]@@@", 149 "@@@STEP_LOG_LINE@json.output@ ]@@@",
165 "@@@STEP_LOG_LINE@json.output@}@@@", 150 "@@@STEP_LOG_LINE@json.output@}@@@",
166 "@@@STEP_LOG_END@json.output@@@" 151 "@@@STEP_LOG_END@json.output@@@"
167 ] 152 ]
168 }, 153 },
169 { 154 {
155 "cmd": [
156 "python",
157 "-u",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
159 "runhooks"
160 ],
161 "cwd": "[SLAVE_BUILD]/src",
162 "env": {
163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
164 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_ goma=1",
165 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
166 },
167 "name": "gclient runhooks"
168 },
169 {
170 "allow_subannotations": true, 170 "allow_subannotations": true,
171 "cmd": [ 171 "cmd": [
172 "python", 172 "python",
173 "-u", 173 "-u",
174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
175 "--src-dir", 175 "--src-dir",
176 "[SLAVE_BUILD]/src", 176 "[SLAVE_BUILD]/src",
177 "--output-json", 177 "--output-json",
178 "/path/to/tmp/json" 178 "/path/to/tmp/json"
179 ], 179 ],
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 "webrtc_nonparallel_tests" 637 "webrtc_nonparallel_tests"
638 ], 638 ],
639 "name": "webrtc_nonparallel_tests" 639 "name": "webrtc_nonparallel_tests"
640 }, 640 },
641 { 641 {
642 "name": "$result", 642 "name": "$result",
643 "recipe_result": null, 643 "recipe_result": null,
644 "status_code": 0 644 "status_code": 0
645 } 645 }
646 ] 646 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698