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

Side by Side Diff: scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json

Issue 2275643004: Make android recipes explicitly set GIT_MODE (Closed)
Patch Set: Catch dartium android builders Created 4 years, 4 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 "\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 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 24 matching lines...) Expand all
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 36 },
37 "name": "gclient setup" 37 "name": "gclient setup"
38 }, 38 },
39 { 39 {
40 "cmd": [ 40 "cmd": [
41 "python", 41 "python",
42 "-u", 42 "-u",
43 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 43 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
44 "sync", 44 "sync",
45 "--verbose",
46 "--with_branch_heads",
45 "--nohooks", 47 "--nohooks",
48 "-j8",
49 "--reset",
46 "--force", 50 "--force",
47 "--verbose", 51 "--upstream",
52 "--no-nag-max",
48 "--delete_unversioned_trees", 53 "--delete_unversioned_trees",
49 "--revision", 54 "--revision",
50 "dartium.deps@34567", 55 "dartium.deps@34567",
51 "--revision", 56 "--revision",
52 "src/dart@34567", 57 "src/dart@34567",
53 "--output-json", 58 "--output-json",
54 "/path/to/tmp/json" 59 "/path/to/tmp/json"
55 ], 60 ],
56 "env": { 61 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 62 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 63 },
59 "name": "gclient sync", 64 "name": "gclient sync",
60 "~followup_annotations": [ 65 "~followup_annotations": [
61 "@@@STEP_LOG_LINE@json.output@{@@@", 66 "@@@STEP_LOG_LINE@json.output@{@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"bea6ebce06cbfe65b527a5 1e99dd7f7a8110bc00\"@@@",
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", 70 "@@@STEP_LOG_LINE@json.output@ }, @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 71 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
68 "@@@STEP_LOG_LINE@json.output@ }, @@@", 73 "@@@STEP_LOG_LINE@json.output@ }, @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools/\": {@@@", 74 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools/\": {@@@",
70 "@@@STEP_LOG_LINE@json.output@ \"revision\": 182578@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
71 "@@@STEP_LOG_LINE@json.output@ }, @@@", 76 "@@@STEP_LOG_LINE@json.output@ }, @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", 77 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
74 "@@@STEP_LOG_LINE@json.output@ }, @@@", 79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle/\": {@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle/\": {@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"revision\": 297276@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
77 "@@@STEP_LOG_LINE@json.output@ }, @@@", 82 "@@@STEP_LOG_LINE@json.output@ }, @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", 84 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
80 "@@@STEP_LOG_LINE@json.output@ }, @@@", 85 "@@@STEP_LOG_LINE@json.output@ }, @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
83 "@@@STEP_LOG_LINE@json.output@ }, @@@", 88 "@@@STEP_LOG_LINE@json.output@ }, @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@", 89 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"revision\": 43426@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
86 "@@@STEP_LOG_LINE@json.output@ }@@@", 91 "@@@STEP_LOG_LINE@json.output@ }@@@",
87 "@@@STEP_LOG_LINE@json.output@ }@@@", 92 "@@@STEP_LOG_LINE@json.output@ }@@@",
88 "@@@STEP_LOG_LINE@json.output@}@@@", 93 "@@@STEP_LOG_LINE@json.output@}@@@",
89 "@@@STEP_LOG_END@json.output@@@", 94 "@@@STEP_LOG_END@json.output@@@",
90 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", 95 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
91 "@@@SET_BUILD_PROPERTY@got_src_revision@170242@@@", 96 "@@@SET_BUILD_PROPERTY@got_src_revision@\"f27fede2220bcd326aee3e86ddfd4ebd 0fe58cb9\"@@@",
92 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", 97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
94 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", 99 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
95 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@", 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
96 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@182578@@@" 101 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
97 ] 102 ]
98 }, 103 },
99 { 104 {
100 "cmd": [ 105 "cmd": [
101 "python", 106 "python",
102 "-u", 107 "-u",
108 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
109 "recurse",
110 "git",
111 "config",
112 "user.name",
113 "local_bot"
114 ],
115 "env": {
116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
117 },
118 "name": "gclient recurse (git config user.name)"
119 },
120 {
121 "cmd": [
122 "python",
123 "-u",
124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
125 "recurse",
126 "git",
127 "config",
128 "user.email",
129 "local_bot@example.com"
130 ],
131 "env": {
132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
133 },
134 "name": "gclient recurse (git config user.email)"
135 },
136 {
137 "cmd": [
138 "python",
139 "-u",
103 "\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", 140 "\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",
104 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", 141 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
105 "[SLAVE_BUILD]/src/out/Release/test_logs", 142 "[SLAVE_BUILD]/src/out/Release/test_logs",
106 "[SLAVE_BUILD]/src/out/build_product.zip", 143 "[SLAVE_BUILD]/src/out/build_product.zip",
107 "[SLAVE_BUILD]/src" 144 "[SLAVE_BUILD]/src"
108 ], 145 ],
109 "name": "clean local files", 146 "name": "clean local files",
110 "~followup_annotations": [ 147 "~followup_annotations": [
111 "@@@STEP_LOG_LINE@python.inline@@@@", 148 "@@@STEP_LOG_LINE@python.inline@@@@",
112 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 149 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "[SLAVE_BUILD]/src/out/Release" 224 "[SLAVE_BUILD]/src/out/Release"
188 ], 225 ],
189 "name": "dartium_test" 226 "name": "dartium_test"
190 }, 227 },
191 { 228 {
192 "name": "$result", 229 "name": "$result",
193 "recipe_result": null, 230 "recipe_result": null,
194 "status_code": 0 231 "status_code": 0
195 } 232 }
196 ] 233 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698