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

Side by Side Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/windows_sdk_multirel.json

Issue 2332213003: Add ensure_goma to NaCl SDK recipies (Closed)
Patch Set: Created 4 years, 3 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 "[BUILD]/scripts/slave/kill_processes.py" 6 "[BUILD]/scripts/slave/kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@", 75 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
76 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 76 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
77 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@", 77 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@",
78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @" 81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @"
82 ] 82 ]
83 }, 83 },
84 { 84 {
85 "cmd": [],
86 "name": "ensure_goma"
87 },
88 {
89 "cmd": [
90 "python",
91 "-u",
92 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
93 "--platform",
94 "linux-amd64",
95 "--dest-directory",
96 "[SLAVE_BUILD]/cipd",
97 "--json-output",
98 "/path/to/tmp/json"
99 ],
100 "name": "ensure_goma.install cipd",
101 "~followup_annotations": [
102 "@@@STEP_NEST_LEVEL@1@@@",
103 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
104 "@@@STEP_LOG_LINE@json.output@{@@@",
105 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
107 "@@@STEP_LOG_LINE@json.output@}@@@",
108 "@@@STEP_LOG_END@json.output@@@"
109 ]
110 },
111 {
112 "cmd": [
113 "[SLAVE_BUILD]/cipd/cipd",
114 "ensure",
115 "--root",
116 "[CACHE]/cipd/goma",
117 "--list",
118 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
119 "--json-output",
120 "/path/to/tmp/json",
121 "--service-account-json",
122 "/creds/service_accounts/service-account-goma-client.json"
123 ],
124 "name": "ensure_goma.ensure_installed",
125 "~followup_annotations": [
126 "@@@STEP_NEST_LEVEL@1@@@",
127 "@@@STEP_LOG_LINE@json.output@{@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
129 "@@@STEP_LOG_LINE@json.output@ {@@@",
130 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
131 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
132 "@@@STEP_LOG_LINE@json.output@ }, @@@",
133 "@@@STEP_LOG_LINE@json.output@ {@@@",
134 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
135 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
136 "@@@STEP_LOG_LINE@json.output@ }@@@",
137 "@@@STEP_LOG_LINE@json.output@ ]@@@",
138 "@@@STEP_LOG_LINE@json.output@}@@@",
139 "@@@STEP_LOG_END@json.output@@@"
140 ]
141 },
142 {
85 "cmd": [ 143 "cmd": [
86 "python", 144 "python",
87 "-u", 145 "-u",
88 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 146 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
89 "[SLAVE_BUILD]/chrome-official/out/Release" 147 "[SLAVE_BUILD]/chrome-official/out/Release"
90 ], 148 ],
91 "name": "rmtree clobber", 149 "name": "rmtree clobber",
92 "~followup_annotations": [ 150 "~followup_annotations": [
93 "@@@STEP_LOG_LINE@python.inline@@@@", 151 "@@@STEP_LOG_LINE@python.inline@@@@",
94 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 152 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 25 matching lines...) Expand all
120 "-u", 178 "-u",
121 "[SLAVE_BUILD]/chrome-official/tools/mb/mb.py", 179 "[SLAVE_BUILD]/chrome-official/tools/mb/mb.py",
122 "gen", 180 "gen",
123 "-m", 181 "-m",
124 "client.nacl.sdk", 182 "client.nacl.sdk",
125 "-b", 183 "-b",
126 "windows-sdk-multirel", 184 "windows-sdk-multirel",
127 "--config-file", 185 "--config-file",
128 "[SLAVE_BUILD]/chrome-official/tools/mb/mb_config.pyl", 186 "[SLAVE_BUILD]/chrome-official/tools/mb/mb_config.pyl",
129 "--goma-dir", 187 "--goma-dir",
130 "[BUILD]/goma", 188 "[CACHE]/cipd/goma",
131 "//out/Release" 189 "//out/Release"
132 ], 190 ],
133 "cwd": "[SLAVE_BUILD]/chrome-official", 191 "cwd": "[SLAVE_BUILD]/chrome-official",
134 "env": { 192 "env": {
135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
136 }, 194 },
137 "name": "generate_build_files" 195 "name": "generate_build_files"
138 }, 196 },
139 { 197 {
140 "cmd": [ 198 "cmd": [
(...skipping 28 matching lines...) Expand all
169 "--factory-properties={\"annotated_script\":\"nacl_sdk_buildbot_run.py\",\ "blink_config\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\ ",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"fastbuild=1 component=static_li brary\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_branch\":true,\"nuke_and_pave\ ":true}" 227 "--factory-properties={\"annotated_script\":\"nacl_sdk_buildbot_run.py\",\ "blink_config\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\ ",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"fastbuild=1 component=static_li brary\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_branch\":true,\"nuke_and_pave\ ":true}"
170 ], 228 ],
171 "name": "annotated_steps" 229 "name": "annotated_steps"
172 }, 230 },
173 { 231 {
174 "name": "$result", 232 "name": "$result",
175 "recipe_result": null, 233 "recipe_result": null,
176 "status_code": 0 234 "status_code": 0
177 } 235 }
178 ] 236 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698