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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_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 "Linux64 Debug", 10 "Linux64 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": "/creds/service_accounts/service-account -goma-client.json",
88 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 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 "linux-amd64", 88 "linux-amd64",
(...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": "/creds/service_accounts/service-account -goma-client.json",
142 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 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", 158 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
159 "--target", 159 "--target",
160 "Debug", 160 "Debug",
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "webrtc_nonparallel_tests" 585 "webrtc_nonparallel_tests"
586 ], 586 ],
587 "name": "webrtc_nonparallel_tests" 587 "name": "webrtc_nonparallel_tests"
588 }, 588 },
589 { 589 {
590 "name": "$result", 590 "name": "$result",
591 "recipe_result": null, 591 "recipe_result": null,
592 "status_code": 0 592 "status_code": 0
593 } 593 }
594 ] 594 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698