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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_dbg.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 "linux_dbg", 10 "linux_dbg",
(...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": "/creds/service_accounts/service-account -goma-client.json",
94 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_g oma=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 "linux-amd64", 94 "linux-amd64",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 {
154 "cmd": [ 139 "cmd": [
155 "python", 140 "python",
156 "-u", 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": "/creds/service_accounts/service-account -goma-client.json",
148 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1",
149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
150 },
151 "name": "gclient runhooks"
152 },
153 {
154 "cmd": [
155 "python",
156 "-u",
157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
158 "--show-path", 158 "--show-path",
159 "python", 159 "python",
160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
161 "--gsutil-py-path", 161 "--gsutil-py-path",
162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
163 "--ninja-path", 163 "--ninja-path",
164 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 164 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
165 "--target", 165 "--target",
166 "Debug", 166 "Debug",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "webrtc_nonparallel_tests" 590 "webrtc_nonparallel_tests"
591 ], 591 ],
592 "name": "webrtc_nonparallel_tests" 592 "name": "webrtc_nonparallel_tests"
593 }, 593 },
594 { 594 {
595 "name": "$result", 595 "name": "$result",
596 "recipe_result": null, 596 "recipe_result": null,
597 "status_code": 0 597 "status_code": 0
598 } 598 }
599 ] 599 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698