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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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",
(...skipping 10 matching lines...) Expand all
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", 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
31 "--master",
32 "chromium.testing.master",
33 "--builder",
34 "basic_builder",
35 "--slave",
36 "tehslave",
37 "--spec", 31 "--spec",
38 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']", 32 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']",
39 "--root", 33 "--root",
40 "src/repo", 34 "src/repo",
41 "--revision_mapping_file", 35 "--revision_mapping_file",
42 "{}", 36 "{}",
43 "--git-cache-dir", 37 "--git-cache-dir",
44 "[GIT_CACHE]", 38 "[GIT_CACHE]",
45 "--patch_url", 39 "--patch_url",
46 "https://the.patch.url/the.patch", 40 "https://the.patch.url/the.patch",
47 "--output_json", 41 "--output_json",
48 "/path/to/tmp/json", 42 "/path/to/tmp/json",
49 "--revision", 43 "--revision",
50 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", 44 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00",
51 "--output_manifest" 45 "--output_manifest"
52 ], 46 ],
53 "cwd": "[SLAVE_BUILD]", 47 "cwd": "[SLAVE_BUILD]",
54 "env": { 48 "env": {
55 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 49 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
56 }, 50 },
57 "name": "bot_update", 51 "name": "bot_update",
58 "~followup_annotations": [ 52 "~followup_annotations": [
53 "@@@STEP_TEXT@Some step text@@@",
59 "@@@STEP_LOG_LINE@json.output@{@@@", 54 "@@@STEP_LOG_LINE@json.output@{@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 56 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"src/repo\": \"4f4b02f6b7fa20a3a25682c4 57bbc8ad589c8a00\"@@@",
58 "@@@STEP_LOG_LINE@json.output@ }, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/repo\", @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src/repo\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
62 "@@@STEP_LOG_LINE@json.output@}@@@", 65 "@@@STEP_LOG_LINE@json.output@}@@@",
63 "@@@STEP_LOG_END@json.output@@@" 66 "@@@STEP_LOG_END@json.output@@@"
64 ] 67 ]
65 }, 68 },
66 { 69 {
67 "cmd": [ 70 "cmd": [
68 "python", 71 "python",
69 "-u", 72 "-u",
70 "RECIPE_PACKAGE[depot_tools]/gclient.py",
71 "config",
72 "--spec",
73 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']"
74 ],
75 "cwd": "[SLAVE_BUILD]",
76 "env": {
77 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
78 },
79 "name": "gclient setup"
80 },
81 {
82 "cmd": [
83 "python",
84 "-u",
85 "[BUILD]/scripts/slave/gclient_safe_revert.py",
86 ".",
87 "[DEPOT_TOOLS]/gclient"
88 ],
89 "cwd": "[SLAVE_BUILD]",
90 "name": "gclient revert"
91 },
92 {
93 "cmd": [
94 "python",
95 "-u",
96 "RECIPE_PACKAGE[depot_tools]/gclient.py",
97 "sync",
98 "--nohooks",
99 "--force",
100 "--verbose",
101 "--delete_unversioned_trees",
102 "--revision",
103 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00",
104 "--output-json",
105 "/path/to/tmp/json"
106 ],
107 "cwd": "[SLAVE_BUILD]",
108 "env": {
109 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
110 },
111 "name": "gclient sync",
112 "~followup_annotations": [
113 "@@@STEP_LOG_LINE@json.output@{@@@",
114 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
116 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
117 "@@@STEP_LOG_LINE@json.output@ }, @@@",
118 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
119 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
120 "@@@STEP_LOG_LINE@json.output@ }, @@@",
121 "@@@STEP_LOG_LINE@json.output@ \"src/repo/\": {@@@",
122 "@@@STEP_LOG_LINE@json.output@ \"revision\": 126336@@@",
123 "@@@STEP_LOG_LINE@json.output@ }, @@@",
124 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle/\": {@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"revision\": 297276@@@",
126 "@@@STEP_LOG_LINE@json.output@ }, @@@",
127 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@",
129 "@@@STEP_LOG_LINE@json.output@ }, @@@",
130 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@",
132 "@@@STEP_LOG_LINE@json.output@ }, @@@",
133 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@",
134 "@@@STEP_LOG_LINE@json.output@ \"revision\": 43426@@@",
135 "@@@STEP_LOG_LINE@json.output@ }@@@",
136 "@@@STEP_LOG_LINE@json.output@ }@@@",
137 "@@@STEP_LOG_LINE@json.output@}@@@",
138 "@@@STEP_LOG_END@json.output@@@",
139 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@",
140 "@@@SET_BUILD_PROPERTY@got_src_revision@170242@@@",
141 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
142 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@",
143 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@",
144 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
151 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 73 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
152 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", 74 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
153 "[SLAVE_BUILD]/src/out/Release/test_logs", 75 "[SLAVE_BUILD]/src/out/Release/test_logs",
154 "[SLAVE_BUILD]/src/out/build_product.zip", 76 "[SLAVE_BUILD]/src/out/build_product.zip",
155 "[SLAVE_BUILD]/src" 77 "[SLAVE_BUILD]/src"
156 ], 78 ],
157 "cwd": "[SLAVE_BUILD]", 79 "cwd": "[SLAVE_BUILD]",
158 "name": "clean local files", 80 "name": "clean local files",
159 "~followup_annotations": [ 81 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@python.inline@@@@", 82 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 671 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
750 }, 672 },
751 "name": "stack_tool_for_asan" 673 "name": "stack_tool_for_asan"
752 }, 674 },
753 { 675 {
754 "name": "$result", 676 "name": "$result",
755 "recipe_result": null, 677 "recipe_result": null,
756 "status_code": 0 678 "status_code": 0
757 } 679 }
758 ] 680 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698