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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_9_Tests_Trybot.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac10.9 Tests-Trybot", 10 "Mac10.9 Tests-Trybot",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@" , 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@" ,
107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@" 108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@"
109 ] 109 ]
110 }, 110 },
111 { 111 {
112 "cmd": [],
113 "cwd": "[SLAVE_BUILD]",
114 "name": "ensure_goma"
115 },
116 {
117 "cmd": [
118 "python",
119 "-u",
120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
121 "--platform",
122 "mac-amd64",
123 "--dest-directory",
124 "[SLAVE_BUILD]/cipd",
125 "--json-output",
126 "/path/to/tmp/json"
127 ],
128 "cwd": "[SLAVE_BUILD]",
129 "name": "ensure_goma.install cipd",
130 "~followup_annotations": [
131 "@@@STEP_NEST_LEVEL@1@@@",
132 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
133 "@@@STEP_LOG_LINE@json.output@{@@@",
134 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
135 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
136 "@@@STEP_LOG_LINE@json.output@}@@@",
137 "@@@STEP_LOG_END@json.output@@@"
138 ]
139 },
140 {
141 "cmd": [
142 "[SLAVE_BUILD]/cipd/cipd",
143 "ensure",
144 "--root",
145 "[CACHE]/cipd/goma",
146 "--list",
147 "infra_internal/goma/client/mac-amd64 release",
148 "--json-output",
149 "/path/to/tmp/json",
150 "--service-account-json",
151 "/creds/service_accounts/service-account-goma-client.json"
152 ],
153 "cwd": "[SLAVE_BUILD]",
154 "name": "ensure_goma.ensure_installed",
155 "~followup_annotations": [
156 "@@@STEP_NEST_LEVEL@1@@@",
157 "@@@STEP_LOG_LINE@json.output@{@@@",
158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
159 "@@@STEP_LOG_LINE@json.output@ {@@@",
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
162 "@@@STEP_LOG_LINE@json.output@ }@@@",
163 "@@@STEP_LOG_LINE@json.output@ ]@@@",
164 "@@@STEP_LOG_LINE@json.output@}@@@",
165 "@@@STEP_LOG_END@json.output@@@"
166 ]
167 },
168 {
169 "cmd": [ 112 "cmd": [
170 "python", 113 "python",
171 "-u", 114 "-u",
172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 115 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
173 "--version" 116 "--version"
174 ], 117 ],
175 "cwd": "[SLAVE_BUILD]", 118 "cwd": "[SLAVE_BUILD]",
176 "name": "swarming.py --version", 119 "name": "swarming.py --version",
177 "stdout": "/path/to/tmp/", 120 "stdout": "/path/to/tmp/",
178 "~followup_annotations": [ 121 "~followup_annotations": [
179 "@@@STEP_TEXT@0.4.10@@@" 122 "@@@STEP_TEXT@0.4.10@@@"
180 ] 123 ]
181 }, 124 },
182 { 125 {
183 "cmd": [ 126 "cmd": [
184 "python", 127 "python",
185 "-u", 128 "-u",
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 129 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
187 "runhooks" 130 "runhooks"
188 ], 131 ],
189 "cwd": "[SLAVE_BUILD]", 132 "cwd": "[SLAVE_BUILD]",
190 "env": { 133 "env": {
191 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1", 134 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta rget_arch=x64 test_isolation_mode=prepare use_goma=1",
192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
193 }, 136 },
194 "name": "gclient runhooks" 137 "name": "gclient runhooks"
195 }, 138 },
196 { 139 {
197 "cmd": [ 140 "cmd": [
198 "python", 141 "python",
199 "-u", 142 "-u",
200 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 143 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
201 "--output", 144 "--output",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 ], 391 ],
449 "cwd": "[SLAVE_BUILD]", 392 "cwd": "[SLAVE_BUILD]",
450 "name": "Upload to test-results [browser_tests on Mac-10.9]" 393 "name": "Upload to test-results [browser_tests on Mac-10.9]"
451 }, 394 },
452 { 395 {
453 "name": "$result", 396 "name": "$result",
454 "recipe_result": null, 397 "recipe_result": null,
455 "status_code": 0 398 "status_code": 0
456 } 399 }
457 ] 400 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698