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

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

Issue 2026473002: WebRTC: Use goma from cipd (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 Release", 10 "Linux64 Release",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ], 84 ],
85 "cwd": "[SLAVE_BUILD]/src", 85 "cwd": "[SLAVE_BUILD]/src",
86 "env": { 86 "env": {
87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
88 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_goma=1", 88 "GYP_DEFINES": "component=static_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]" 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
90 }, 90 },
91 "name": "gclient runhooks" 91 "name": "gclient runhooks"
92 }, 92 },
93 { 93 {
94 "cmd": [],
95 "name": "ensure_goma"
96 },
97 {
94 "cmd": [ 98 "cmd": [
95 "python", 99 "python",
96 "-u", 100 "-u",
101 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
102 "--platform",
103 "linux-amd64",
104 "--dest-directory",
105 "[SLAVE_BUILD]/cipd",
106 "--json-output",
107 "/path/to/tmp/json"
108 ],
109 "name": "ensure_goma.install cipd",
110 "~followup_annotations": [
111 "@@@STEP_NEST_LEVEL@1@@@",
112 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
113 "@@@STEP_LOG_LINE@json.output@{@@@",
114 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
115 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
116 "@@@STEP_LOG_LINE@json.output@}@@@",
117 "@@@STEP_LOG_END@json.output@@@"
118 ]
119 },
120 {
121 "cmd": [
122 "[SLAVE_BUILD]/cipd/cipd",
123 "ensure",
124 "--root",
125 "[CACHE]/cipd/goma",
126 "--list",
127 "infra_internal/goma/client/linux-amd64 release",
128 "--json-output",
129 "/path/to/tmp/json",
130 "--service-account-json",
131 "/creds/service_accounts/service-account-goma-client.json"
132 ],
133 "name": "ensure_goma.ensure_installed",
134 "~followup_annotations": [
135 "@@@STEP_NEST_LEVEL@1@@@",
136 "@@@STEP_LOG_LINE@json.output@{@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
138 "@@@STEP_LOG_LINE@json.output@ {@@@",
139 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
140 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
141 "@@@STEP_LOG_LINE@json.output@ }@@@",
142 "@@@STEP_LOG_LINE@json.output@ ]@@@",
143 "@@@STEP_LOG_LINE@json.output@}@@@",
144 "@@@STEP_LOG_END@json.output@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
97 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 151 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
98 "--show-path", 152 "--show-path",
99 "python", 153 "python",
100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 154 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
101 "--gsutil-py-path", 155 "--gsutil-py-path",
102 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 156 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
103 "--ninja-path", 157 "--ninja-path",
104 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 158 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
105 "--target", 159 "--target",
106 "Release", 160 "Release",
107 "--src-dir", 161 "--src-dir",
108 "[SLAVE_BUILD]/src", 162 "[SLAVE_BUILD]/src",
109 "--goma-cache-dir", 163 "--goma-cache-dir",
110 "[GOMA_CACHE]", 164 "[GOMA_CACHE]",
111 "--build-tool", 165 "--build-tool",
112 "ninja", 166 "ninja",
113 "--compiler", 167 "--compiler",
114 "goma", 168 "goma",
115 "--goma-jsonstatus", 169 "--goma-jsonstatus",
116 "/path/to/tmp/json", 170 "/path/to/tmp/json",
117 "--goma-service-account-json-file", 171 "--goma-service-account-json-file",
118 "/creds/service_accounts/service-account-goma-client.json", 172 "/creds/service_accounts/service-account-goma-client.json",
119 "--goma-dir", 173 "--goma-dir",
120 "[BUILD]/goma", 174 "[CACHE]/cipd/goma",
121 "--", 175 "--",
122 "All" 176 "All"
123 ], 177 ],
124 "env": { 178 "env": {
125 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
126 }, 180 },
127 "name": "compile", 181 "name": "compile",
128 "~followup_annotations": [ 182 "~followup_annotations": [
129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
130 "@@@STEP_LOG_END@json.output (invalid)@@@" 184 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "webrtc_nonparallel_tests" 585 "webrtc_nonparallel_tests"
532 ], 586 ],
533 "name": "webrtc_nonparallel_tests" 587 "name": "webrtc_nonparallel_tests"
534 }, 588 },
535 { 589 {
536 "name": "$result", 590 "name": "$result",
537 "recipe_result": null, 591 "recipe_result": null,
538 "status_code": 0 592 "status_code": 0
539 } 593 }
540 ] 594 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698