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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_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 "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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win32 Debug", 10 "Win32 Debug",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "python", 69 "python",
70 "-u", 70 "-u",
71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
72 "--show-path", 72 "--show-path",
73 "python", 73 "python",
74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
75 ], 75 ],
76 "name": "cleanup_temp" 76 "name": "cleanup_temp"
77 }, 77 },
78 { 78 {
79 "cmd": [
80 "python",
81 "-u",
82 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
83 "runhooks"
84 ],
85 "cwd": "[SLAVE_BUILD]\\src",
86 "env": {
87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
88 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 t arget_arch=ia32 use_goma=1",
89 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
90 },
91 "name": "gclient runhooks"
92 },
93 {
94 "cmd": [], 79 "cmd": [],
95 "name": "ensure_goma" 80 "name": "ensure_goma"
96 }, 81 },
97 { 82 {
98 "cmd": [ 83 "cmd": [
99 "python", 84 "python",
100 "-u", 85 "-u",
101 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 86 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
102 "--platform", 87 "--platform",
103 "windows-386", 88 "windows-386",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "@@@STEP_LOG_LINE@json.output@ }@@@", 126 "@@@STEP_LOG_LINE@json.output@ }@@@",
142 "@@@STEP_LOG_LINE@json.output@ ]@@@", 127 "@@@STEP_LOG_LINE@json.output@ ]@@@",
143 "@@@STEP_LOG_LINE@json.output@}@@@", 128 "@@@STEP_LOG_LINE@json.output@}@@@",
144 "@@@STEP_LOG_END@json.output@@@" 129 "@@@STEP_LOG_END@json.output@@@"
145 ] 130 ]
146 }, 131 },
147 { 132 {
148 "cmd": [ 133 "cmd": [
149 "python", 134 "python",
150 "-u", 135 "-u",
136 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
137 "runhooks"
138 ],
139 "cwd": "[SLAVE_BUILD]\\src",
140 "env": {
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
142 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h2 64=1 target_arch=ia32 use_goma=1",
143 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
144 },
145 "name": "gclient runhooks"
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
151 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 151 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
152 "--show-path", 152 "--show-path",
153 "python", 153 "python",
154 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 154 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
155 "--gsutil-py-path", 155 "--gsutil-py-path",
156 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 156 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
157 "--ninja-path", 157 "--ninja-path",
158 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 158 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
159 "--target", 159 "--target",
160 "Debug", 160 "Debug",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "webrtc_nonparallel_tests.exe" 569 "webrtc_nonparallel_tests.exe"
570 ], 570 ],
571 "name": "webrtc_nonparallel_tests" 571 "name": "webrtc_nonparallel_tests"
572 }, 572 },
573 { 573 {
574 "name": "$result", 574 "name": "$result",
575 "recipe_result": null, 575 "recipe_result": null,
576 "status_code": 0 576 "status_code": 0
577 } 577 }
578 ] 578 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698