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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 Clang (dbg)", 10 "Android32 Clang (dbg)",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite d'}]\ntarget_os = ['android']", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'android']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@12345", 24 "src@12345",
25 "--output_manifest" 25 "--output_manifest"
26 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
27 "env": { 28 "env": {
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
29 }, 30 },
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
53 "@@@STEP_LOG_END@json.output@@@", 54 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
56 ] 57 ]
57 }, 58 },
58 { 59 {
59 "cmd": [ 60 "cmd": [
60 "python", 61 "python",
61 "-u", 62 "-u",
62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
63 "[CWD]/src/out" 64 "[SLAVE_BUILD]/src/out"
64 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
65 "name": "clean test output files" 67 "name": "clean test output files"
66 }, 68 },
67 { 69 {
68 "cmd": [ 70 "cmd": [
69 "python", 71 "python",
70 "-u", 72 "-u",
71 "\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",
72 "[CWD]/src/out/Debug/debug_info_dumps", 74 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
73 "[CWD]/src/out/Debug/test_logs", 75 "[SLAVE_BUILD]/src/out/Debug/test_logs",
74 "[CWD]/src/out/build_product.zip", 76 "[SLAVE_BUILD]/src/out/build_product.zip",
75 "[CWD]/src" 77 "[SLAVE_BUILD]/src"
76 ], 78 ],
79 "cwd": "[SLAVE_BUILD]",
77 "name": "clean local files", 80 "name": "clean local files",
78 "~followup_annotations": [ 81 "~followup_annotations": [
79 "@@@STEP_LOG_LINE@python.inline@@@@", 82 "@@@STEP_LOG_LINE@python.inline@@@@",
80 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 83 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
81 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", 84 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
82 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", 85 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
83 "@@@STEP_LOG_LINE@python.inline@try:@@@", 86 "@@@STEP_LOG_LINE@python.inline@try:@@@",
84 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", 87 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 88 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
86 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 89 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
87 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 90 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
88 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 91 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
89 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 92 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
90 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 93 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
91 "@@@STEP_LOG_END@python.inline@@@" 94 "@@@STEP_LOG_END@python.inline@@@"
92 ] 95 ]
93 }, 96 },
94 { 97 {
95 "cmd": [ 98 "cmd": [
96 "python", 99 "python",
97 "-u", 100 "-u",
98 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 101 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
99 "runhooks" 102 "runhooks"
100 ], 103 ],
104 "cwd": "[SLAVE_BUILD]",
101 "env": { 105 "env": {
102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
103 "GYP_CROSSCOMPILE": "1", 107 "GYP_CROSSCOMPILE": "1",
104 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go madir='[ROOT]/b/build/goma' target_arch=arm use_goma=1", 108 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go madir='[BUILD]/goma' target_arch=arm use_goma=1",
105 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 109 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
106 }, 110 },
107 "name": "gclient runhooks" 111 "name": "gclient runhooks"
108 }, 112 },
109 { 113 {
110 "allow_subannotations": true, 114 "allow_subannotations": true,
111 "cmd": [ 115 "cmd": [
112 "python", 116 "python",
113 "-u", 117 "-u",
114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
115 "--src-dir", 119 "--src-dir",
116 "[CWD]/src", 120 "[SLAVE_BUILD]/src",
117 "--output-json", 121 "--output-json",
118 "/path/to/tmp/json" 122 "/path/to/tmp/json"
119 ], 123 ],
124 "cwd": "[SLAVE_BUILD]",
120 "env": { 125 "env": {
121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
122 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s" 127 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
123 }, 128 },
124 "name": "clang_revision", 129 "name": "clang_revision",
125 "~followup_annotations": [ 130 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@json.output@{@@@", 131 "@@@STEP_LOG_LINE@json.output@{@@@",
127 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 132 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
128 "@@@STEP_LOG_LINE@json.output@}@@@", 133 "@@@STEP_LOG_LINE@json.output@}@@@",
129 "@@@STEP_LOG_END@json.output@@@" 134 "@@@STEP_LOG_END@json.output@@@"
130 ] 135 ]
131 }, 136 },
132 { 137 {
133 "cmd": [ 138 "cmd": [
134 "python", 139 "python",
135 "-u", 140 "-u",
136 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 141 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
137 "--show-path", 142 "--show-path",
138 "python", 143 "python",
139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 144 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
140 "--gsutil-py-path", 145 "--gsutil-py-path",
141 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
142 "--ninja-path", 147 "--ninja-path",
143 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 148 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
144 "--target", 149 "--target",
145 "Debug", 150 "Debug",
146 "--src-dir", 151 "--src-dir",
147 "[CWD]/src", 152 "[SLAVE_BUILD]/src",
148 "--goma-cache-dir", 153 "--goma-cache-dir",
149 "[ROOT]/b/build/slave/goma_cache", 154 "[GOMA_CACHE]",
150 "--build-tool", 155 "--build-tool",
151 "ninja", 156 "ninja",
152 "--compiler", 157 "--compiler",
153 "goma-clang", 158 "goma-clang",
154 "--goma-jsonstatus", 159 "--goma-jsonstatus",
155 "/path/to/tmp/json", 160 "/path/to/tmp/json",
156 "--goma-service-account-json-file", 161 "--goma-service-account-json-file",
157 "/creds/service_accounts/service-account-goma-client.json", 162 "/creds/service_accounts/service-account-goma-client.json",
158 "--goma-dir", 163 "--goma-dir",
159 "[ROOT]/b/build/goma", 164 "[BUILD]/goma",
160 "--" 165 "--"
161 ], 166 ],
167 "cwd": "[SLAVE_BUILD]",
162 "env": { 168 "env": {
163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
164 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s" 170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
165 }, 171 },
166 "name": "compile", 172 "name": "compile",
167 "~followup_annotations": [ 173 "~followup_annotations": [
168 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 174 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
169 "@@@STEP_LOG_END@json.output (invalid)@@@" 175 "@@@STEP_LOG_END@json.output (invalid)@@@"
170 ] 176 ]
171 }, 177 },
172 { 178 {
173 "name": "$result", 179 "name": "$result",
174 "recipe_result": null, 180 "recipe_result": null,
175 "status_code": 0 181 "status_code": 0
176 } 182 }
177 ] 183 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698