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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__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, 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 | 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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android64 Builder (dbg)", 10 "Android64 Builder (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 "--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]",
28 "env": { 27 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 29 },
31 "name": "bot_update", 30 "name": "bot_update",
32 "~followup_annotations": [ 31 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 32 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 33 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
54 "@@@STEP_LOG_END@json.output@@@", 53 "@@@STEP_LOG_END@json.output@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
57 ] 56 ]
58 }, 57 },
59 { 58 {
60 "cmd": [ 59 "cmd": [
61 "python", 60 "python",
62 "-u", 61 "-u",
63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
64 "[SLAVE_BUILD]/src/out" 63 "[CWD]/src/out"
65 ], 64 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "clean test output files" 65 "name": "clean test output files"
68 }, 66 },
69 { 67 {
70 "cmd": [ 68 "cmd": [
71 "python", 69 "python",
72 "-u", 70 "-u",
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", 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",
74 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", 72 "[CWD]/src/out/Debug/debug_info_dumps",
75 "[SLAVE_BUILD]/src/out/Debug/test_logs", 73 "[CWD]/src/out/Debug/test_logs",
76 "[SLAVE_BUILD]/src/out/build_product.zip", 74 "[CWD]/src/out/build_product.zip",
77 "[SLAVE_BUILD]/src" 75 "[CWD]/src"
78 ], 76 ],
79 "cwd": "[SLAVE_BUILD]",
80 "name": "clean local files", 77 "name": "clean local files",
81 "~followup_annotations": [ 78 "~followup_annotations": [
82 "@@@STEP_LOG_LINE@python.inline@@@@", 79 "@@@STEP_LOG_LINE@python.inline@@@@",
83 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 80 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
84 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", 81 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
85 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", 82 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
86 "@@@STEP_LOG_LINE@python.inline@try:@@@", 83 "@@@STEP_LOG_LINE@python.inline@try:@@@",
87 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", 84 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
88 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
89 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 86 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
90 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 87 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
91 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 88 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
92 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 89 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
93 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 90 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
94 "@@@STEP_LOG_END@python.inline@@@" 91 "@@@STEP_LOG_END@python.inline@@@"
95 ] 92 ]
96 }, 93 },
97 { 94 {
98 "cmd": [ 95 "cmd": [
99 "python", 96 "python",
100 "-u", 97 "-u",
101 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 98 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
102 "runhooks" 99 "runhooks"
103 ], 100 ],
104 "cwd": "[SLAVE_BUILD]",
105 "env": { 101 "env": {
106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
107 "GYP_CROSSCOMPILE": "1", 103 "GYP_CROSSCOMPILE": "1",
108 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm64 use_goma=1", 104 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ ROOT]/b/build/goma' target_arch=arm64 use_goma=1",
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]" 105 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
110 }, 106 },
111 "name": "gclient runhooks" 107 "name": "gclient runhooks"
112 }, 108 },
113 { 109 {
114 "cmd": [ 110 "cmd": [
115 "python", 111 "python",
116 "-u", 112 "-u",
117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 113 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
118 "--show-path", 114 "--show-path",
119 "python", 115 "python",
120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
121 "--gsutil-py-path", 117 "--gsutil-py-path",
122 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 118 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
123 "--ninja-path", 119 "--ninja-path",
124 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 120 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
125 "--target", 121 "--target",
126 "Debug", 122 "Debug",
127 "--src-dir", 123 "--src-dir",
128 "[SLAVE_BUILD]/src", 124 "[CWD]/src",
129 "--goma-cache-dir", 125 "--goma-cache-dir",
130 "[GOMA_CACHE]", 126 "[ROOT]/b/build/slave/goma_cache",
131 "--build-tool", 127 "--build-tool",
132 "ninja", 128 "ninja",
133 "--compiler", 129 "--compiler",
134 "goma", 130 "goma",
135 "--goma-jsonstatus", 131 "--goma-jsonstatus",
136 "/path/to/tmp/json", 132 "/path/to/tmp/json",
137 "--goma-service-account-json-file", 133 "--goma-service-account-json-file",
138 "/creds/service_accounts/service-account-goma-client.json", 134 "/creds/service_accounts/service-account-goma-client.json",
139 "--goma-dir", 135 "--goma-dir",
140 "[BUILD]/goma", 136 "[ROOT]/b/build/goma",
141 "--" 137 "--"
142 ], 138 ],
143 "cwd": "[SLAVE_BUILD]",
144 "env": { 139 "env": {
145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
146 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 141 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
147 }, 142 },
148 "name": "compile", 143 "name": "compile",
149 "~followup_annotations": [ 144 "~followup_annotations": [
150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 145 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
151 "@@@STEP_LOG_END@json.output (invalid)@@@" 146 "@@@STEP_LOG_END@json.output (invalid)@@@"
152 ] 147 ]
153 }, 148 },
154 { 149 {
155 "name": "$result", 150 "name": "$result",
156 "recipe_result": null, 151 "recipe_result": null,
157 "status_code": 0 152 "status_code": 0
158 } 153 }
159 ] 154 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698