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

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

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

Powered by Google App Engine
This is Rietveld 408576698