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

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

Issue 2045253008: Move CFI Linux CF bot to a real recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: less 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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "CFI Linux CF", 10 "CFI Linux CF",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 101 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
102 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 102 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
103 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 103 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
104 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 104 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
105 ] 105 ]
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "\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",
112 "[SLAVE_BUILD]/src/out/Release"
113 ],
114 "name": "rmtree clobber",
115 "~followup_annotations": [
116 "@@@STEP_LOG_LINE@python.inline@@@@",
117 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
118 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
119 "@@@STEP_LOG_LINE@python.inline@@@@",
120 "@@@STEP_LOG_LINE@python.inline@@@@",
121 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
122 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
123 "@@@STEP_LOG_END@python.inline@@@"
124 ]
125 },
126 {
127 "cmd": [
128 "python",
129 "-u",
111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 130 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
112 "runhooks" 131 "runhooks"
113 ], 132 ],
114 "cwd": "[SLAVE_BUILD]/src", 133 "cwd": "[SLAVE_BUILD]/src",
115 "env": { 134 "env": {
116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
117 "GYP_CHROMIUM_NO_ACTION": "1", 136 "GYP_CHROMIUM_NO_ACTION": "1",
118 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x6 4", 137 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x6 4",
119 "GYP_LINK_CONCURRENCY": "8", 138 "GYP_LINK_CONCURRENCY": "8",
120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "[SLAVE_BUILD]/src", 254 "[SLAVE_BUILD]/src",
236 "--goma-cache-dir", 255 "--goma-cache-dir",
237 "[GOMA_CACHE]", 256 "[GOMA_CACHE]",
238 "--build-tool", 257 "--build-tool",
239 "ninja", 258 "ninja",
240 "--build-data-dir", 259 "--build-data-dir",
241 "[ROOT]/build_data_dir", 260 "[ROOT]/build_data_dir",
242 "--compiler", 261 "--compiler",
243 "clang", 262 "clang",
244 "--", 263 "--",
245 "All" 264 "chromium_builder_asan"
246 ], 265 ],
247 "env": { 266 "env": {
248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
249 }, 268 },
250 "name": "compile" 269 "name": "compile"
251 }, 270 },
252 { 271 {
253 "allow_subannotations": true,
254 "cmd": [ 272 "cmd": [
255 "python", 273 "python",
256 "-u", 274 "-u",
257 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 275 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
258 "--show-path", 276 "[SLAVE_BUILD]/src/out/Release",
277 "/path/to/tmp/json"
278 ],
279 "name": "listdir build_dir",
280 "~followup_annotations": [
281 "@@@STEP_LOG_LINE@json.output@[@@@",
282 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
283 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
284 "@@@STEP_LOG_LINE@json.output@]@@@",
285 "@@@STEP_LOG_END@json.output@@@",
286 "@@@STEP_LOG_LINE@python.inline@@@@",
287 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@",
288 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
289 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
290 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
291 "@@@STEP_LOG_END@python.inline@@@"
292 ]
293 },
294 {
295 "cmd": [
259 "python", 296 "python",
260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 297 "-u",
261 "--target", 298 "RECIPE_MODULE[build::archive]/resources/zip_archive.py",
262 "Release", 299 "[TMP_BASE]/chrome_staging_tmp_1",
263 "--build-url", 300 "cfi-linux-release-170242",
264 "gs://chromium-fyi-archive/chromium.fyi/CFI Linux CF", 301 "[\"file 1\", \"file 2\"]",
265 "--build_revision", 302 "[SLAVE_BUILD]/src/out/Release"
266 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
267 "--factory-properties",
268 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"CFI Linux CF\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
269 "--build-properties",
270 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"CFI Linux CF\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
271 ], 303 ],
272 "name": "package build" 304 "name": "zipping"
305 },
306 {
307 "cmd": [
308 "python",
309 "-u",
310 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
311 "--",
312 "-h",
313 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}",
314 "-h",
315 "x-goog-meta-Cr-Commit-Position-Number:170242",
316 "-h",
317 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
318 "cp",
319 "-a",
320 "public-read",
321 "[TMP_BASE]/chrome_staging_tmp_1/cfi-linux-release-170242.zip",
322 "gs://chromium-browser-cfi/linux-release/cfi-linux-release-170242.zip"
323 ],
324 "name": "gsutil upload",
325 "~followup_annotations": [
326 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-cfi/linux-release/cfi-linux-release-170242.zip@@@"
327 ]
328 },
329 {
330 "cmd": [
331 "python",
332 "-u",
333 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
334 "[TMP_BASE]/chrome_staging_tmp_1/cfi-linux-release-170242.zip"
335 ],
336 "name": "cfi-linux-release-170242.zip",
337 "~followup_annotations": [
338 "@@@STEP_LOG_LINE@python.inline@@@@",
339 "@@@STEP_LOG_LINE@python.inline@import os@@@",
340 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
341 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
342 "@@@STEP_LOG_END@python.inline@@@"
343 ]
273 }, 344 },
274 { 345 {
275 "name": "$result", 346 "name": "$result",
276 "recipe_result": null, 347 "recipe_result": null,
277 "status_code": 0 348 "status_code": 0
278 } 349 }
279 ] 350 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698