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

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

Issue 2275643004: Make android recipes explicitly set GIT_MODE (Closed)
Patch Set: Catch dartium android builders 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 "\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 22 matching lines...) Expand all
33 ], 33 ],
34 "env": { 34 "env": {
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 "[BUILD]/scripts/slave/gclient_safe_revert.py",
44 ".",
45 "[DEPOT_TOOLS]/gclient"
46 ],
47 "name": "gclient revert"
48 },
49 {
50 "cmd": [
51 "python",
52 "-u",
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 43 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
54 "sync", 44 "sync",
45 "--verbose",
46 "--with_branch_heads",
55 "--nohooks", 47 "--nohooks",
48 "-j8",
49 "--reset",
56 "--force", 50 "--force",
57 "--verbose", 51 "--upstream",
52 "--no-nag-max",
58 "--delete_unversioned_trees", 53 "--delete_unversioned_trees",
59 "--revision", 54 "--revision",
60 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", 55 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00",
61 "--output-json", 56 "--output-json",
62 "/path/to/tmp/json" 57 "/path/to/tmp/json"
63 ], 58 ],
64 "env": { 59 "env": {
65 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
66 }, 61 },
67 "name": "gclient sync", 62 "name": "gclient sync",
68 "~followup_annotations": [ 63 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@json.output@{@@@", 64 "@@@STEP_LOG_LINE@json.output@{@@@",
70 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
73 "@@@STEP_LOG_LINE@json.output@ }, @@@", 68 "@@@STEP_LOG_LINE@json.output@ }, @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools/\": {@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools/\": {@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"revision\": 182578@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
76 "@@@STEP_LOG_LINE@json.output@ }, @@@", 71 "@@@STEP_LOG_LINE@json.output@ }, @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", 73 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
79 "@@@STEP_LOG_LINE@json.output@ }, @@@", 74 "@@@STEP_LOG_LINE@json.output@ }, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"src/repo/\": {@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"src/repo/\": {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"revision\": 126336@@@", 76 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"603ec4c00a1b810d6c7a7a 03e07ffa773d844c09\"@@@",
82 "@@@STEP_LOG_LINE@json.output@ }, @@@", 77 "@@@STEP_LOG_LINE@json.output@ }, @@@",
83 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle/\": {@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle/\": {@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"revision\": 297276@@@", 79 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ }, @@@", 80 "@@@STEP_LOG_LINE@json.output@ }, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
88 "@@@STEP_LOG_LINE@json.output@ }, @@@", 83 "@@@STEP_LOG_LINE@json.output@ }, @@@",
89 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", 84 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", 85 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
91 "@@@STEP_LOG_LINE@json.output@ }, @@@", 86 "@@@STEP_LOG_LINE@json.output@ }, @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"revision\": 43426@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
94 "@@@STEP_LOG_LINE@json.output@ }@@@", 89 "@@@STEP_LOG_LINE@json.output@ }@@@",
95 "@@@STEP_LOG_LINE@json.output@ }@@@", 90 "@@@STEP_LOG_LINE@json.output@ }@@@",
96 "@@@STEP_LOG_LINE@json.output@}@@@", 91 "@@@STEP_LOG_LINE@json.output@}@@@",
97 "@@@STEP_LOG_END@json.output@@@", 92 "@@@STEP_LOG_END@json.output@@@",
98 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", 93 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
99 "@@@SET_BUILD_PROPERTY@got_src_revision@170242@@@", 94 "@@@SET_BUILD_PROPERTY@got_src_revision@\"f27fede2220bcd326aee3e86ddfd4ebd 0fe58cb9\"@@@",
100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", 96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
102 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", 97 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
103 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@", 98 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
104 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@182578@@@" 99 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
105 ] 100 ]
106 }, 101 },
107 { 102 {
108 "cmd": [ 103 "cmd": [
109 "python", 104 "python",
110 "-u", 105 "-u",
106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
107 "recurse",
108 "git",
109 "config",
110 "user.name",
111 "local_bot"
112 ],
113 "env": {
114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
115 },
116 "name": "gclient recurse (git config user.name)"
117 },
118 {
119 "cmd": [
120 "python",
121 "-u",
122 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
123 "recurse",
124 "git",
125 "config",
126 "user.email",
127 "local_bot@example.com"
128 ],
129 "env": {
130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
131 },
132 "name": "gclient recurse (git config user.email)"
133 },
134 {
135 "cmd": [
136 "python",
137 "-u",
111 "\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", 138 "\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",
112 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", 139 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
113 "[SLAVE_BUILD]/src/out/Release/test_logs", 140 "[SLAVE_BUILD]/src/out/Release/test_logs",
114 "[SLAVE_BUILD]/src/out/build_product.zip", 141 "[SLAVE_BUILD]/src/out/build_product.zip",
115 "[SLAVE_BUILD]/src" 142 "[SLAVE_BUILD]/src"
116 ], 143 ],
117 "name": "clean local files", 144 "name": "clean local files",
118 "~followup_annotations": [ 145 "~followup_annotations": [
119 "@@@STEP_LOG_LINE@python.inline@@@@", 146 "@@@STEP_LOG_LINE@python.inline@@@@",
120 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 147 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 910 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
884 }, 911 },
885 "name": "stack_tool_for_asan" 912 "name": "stack_tool_for_asan"
886 }, 913 },
887 { 914 {
888 "name": "$result", 915 "name": "$result",
889 "recipe_result": null, 916 "recipe_result": null,
890 "status_code": 0 917 "status_code": 0
891 } 918 }
892 ] 919 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698