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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Disable for cronet and swarming Created 4 years, 10 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@@@@", 14 "@@@STEP_LOG_LINE@python.inline@@@@",
15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@",
16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_ path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_ path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@",
19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@ @@", 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@ @@",
20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path, cur_file)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path, cur_file)@@@",
21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file @@@", 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file @@@",
22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@",
23 "@@@STEP_LOG_END@python.inline@@@" 23 "@@@STEP_LOG_END@python.inline@@@"
24 ] 24 ]
25 }, 25 },
26 { 26 {
27 "cmd": [ 27 "cmd": [
28 "python", 28 "python",
29 "-u", 29 "-u",
30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
31 "--master",
32 "chromium.testing.master",
33 "--builder",
34 "Android Cronet Data Reduction Proxy Builder",
35 "--slave",
36 "TestSlavename",
37 "--spec",
38 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src'}]\ntarg et_os = ['android']",
39 "--root",
40 "src",
41 "--revision_mapping_file",
42 "{}",
43 "--git-cache-dir",
44 "[GIT_CACHE]",
45 "--output_json",
46 "/path/to/tmp/json",
47 "--revision",
48 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00",
49 "--output_manifest"
50 ],
51 "cwd": "[SLAVE_BUILD]",
52 "env": {
53 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
54 },
55 "name": "bot_update",
56 "~followup_annotations": [
57 "@@@STEP_LOG_LINE@json.output@{@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
60 "@@@STEP_LOG_LINE@json.output@}@@@",
61 "@@@STEP_LOG_END@json.output@@@"
62 ]
63 },
64 {
65 "cmd": [
66 "python",
67 "-u",
68 "RECIPE_PACKAGE[depot_tools]/gclient.py", 30 "RECIPE_PACKAGE[depot_tools]/gclient.py",
69 "config", 31 "config",
70 "--spec", 32 "--spec",
71 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src'}]\ntarg et_os = ['android']" 33 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src'}]\ntarg et_os = ['android']"
72 ], 34 ],
73 "cwd": "[SLAVE_BUILD]", 35 "cwd": "[SLAVE_BUILD]",
74 "env": { 36 "env": {
75 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 37 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
76 }, 38 },
77 "name": "gclient setup" 39 "name": "gclient setup"
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 563 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
602 "@@@STEP_LOG_END@python.inline@@@" 564 "@@@STEP_LOG_END@python.inline@@@"
603 ] 565 ]
604 }, 566 },
605 { 567 {
606 "name": "$result", 568 "name": "$result",
607 "recipe_result": null, 569 "recipe_result": null,
608 "status_code": 0 570 "status_code": 0
609 } 571 }
610 ] 572 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698