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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.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 "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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "python", 75 "python",
76 "-u", 76 "-u",
77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
78 "--show-path", 78 "--show-path",
79 "python", 79 "python",
80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
81 ], 81 ],
82 "name": "cleanup_temp" 82 "name": "cleanup_temp"
83 }, 83 },
84 { 84 {
85 "cmd": [
86 "python",
87 "-u",
88 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
89 "runhooks"
90 ],
91 "cwd": "[SLAVE_BUILD]\\src",
92 "env": {
93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
94 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 target_arch= ia32 use_goma=1",
95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
96 },
97 "name": "gclient runhooks"
98 },
99 {
100 "cmd": [], 85 "cmd": [],
101 "name": "ensure_goma" 86 "name": "ensure_goma"
102 }, 87 },
103 { 88 {
104 "cmd": [ 89 "cmd": [
105 "python", 90 "python",
106 "-u", 91 "-u",
107 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 92 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
108 "--platform", 93 "--platform",
109 "windows-386", 94 "windows-386",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "@@@STEP_LOG_LINE@json.output@ {@@@", 129 "@@@STEP_LOG_LINE@json.output@ {@@@",
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 130 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
146 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@", 131 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
147 "@@@STEP_LOG_LINE@json.output@ }@@@", 132 "@@@STEP_LOG_LINE@json.output@ }@@@",
148 "@@@STEP_LOG_LINE@json.output@ ]@@@", 133 "@@@STEP_LOG_LINE@json.output@ ]@@@",
149 "@@@STEP_LOG_LINE@json.output@}@@@", 134 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@" 135 "@@@STEP_LOG_END@json.output@@@"
151 ] 136 ]
152 }, 137 },
153 { 138 {
139 "cmd": [
140 "python",
141 "-u",
142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
143 "runhooks"
144 ],
145 "cwd": "[SLAVE_BUILD]\\src",
146 "env": {
147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
148 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target _arch=ia32 use_goma=1",
149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
150 },
151 "name": "gclient runhooks"
152 },
153 {
154 "allow_subannotations": true, 154 "allow_subannotations": true,
155 "cmd": [ 155 "cmd": [
156 "python", 156 "python",
157 "-u", 157 "-u",
158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
159 "--src-dir", 159 "--src-dir",
160 "[SLAVE_BUILD]\\src", 160 "[SLAVE_BUILD]\\src",
161 "--output-json", 161 "--output-json",
162 "/path/to/tmp/json" 162 "/path/to/tmp/json"
163 ], 163 ],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
214 "@@@STEP_LOG_END@json.output (invalid)@@@" 214 "@@@STEP_LOG_END@json.output (invalid)@@@"
215 ] 215 ]
216 }, 216 },
217 { 217 {
218 "name": "$result", 218 "name": "$result",
219 "recipe_result": null, 219 "recipe_result": null,
220 "status_code": 0 220 "status_code": 0
221 } 221 }
222 ] 222 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698