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

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

Issue 1388333002: WebRTC: Add Linux32 ARM builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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
« no previous file with comments | « scripts/slave/recipe_modules/webrtc/builders.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "linux_compile_rel", 10 "Linux32 ARM",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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'}]",
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 "--issue",
20 "666666",
21 "--patchset",
22 "1",
23 "--rietveld_server",
24 "https://fake.rietveld.url",
25 "--output_json", 19 "--output_json",
26 "/path/to/tmp/json", 20 "/path/to/tmp/json",
27 "--revision", 21 "--revision",
28 "src@12345", 22 "src@12345",
29 "--output_manifest" 23 "--output_manifest"
30 ], 24 ],
31 "cwd": "[SLAVE_BUILD]", 25 "cwd": "[SLAVE_BUILD]",
32 "name": "bot_update", 26 "name": "bot_update",
33 "~followup_annotations": [ 27 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 28 "@@@STEP_TEXT@Some step text@@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 }, 69 },
76 { 70 {
77 "cmd": [ 71 "cmd": [
78 "python", 72 "python",
79 "-u", 73 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 74 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 75 "runhooks"
82 ], 76 ],
83 "cwd": "[SLAVE_BUILD]", 77 "cwd": "[SLAVE_BUILD]",
84 "env": { 78 "env": {
85 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 79 "GYP_CROSSCOMPILE": "1",
80 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[BUIL D]/goma' target_arch=arm use_goma=1"
86 }, 81 },
87 "name": "gclient runhooks" 82 "name": "gclient runhooks"
88 }, 83 },
89 { 84 {
90 "cmd": [ 85 "cmd": [
91 "python", 86 "python",
92 "-u", 87 "-u",
93 "[BUILD]/scripts/slave/compile.py", 88 "[BUILD]/scripts/slave/compile.py",
94 "--target", 89 "--target",
95 "Release", 90 "Release",
96 "--src-dir", 91 "--src-dir",
97 "[SLAVE_BUILD]/src", 92 "[SLAVE_BUILD]/src",
98 "--build-tool", 93 "--build-tool",
99 "ninja", 94 "ninja",
100 "--compiler", 95 "--compiler",
101 "goma", 96 "goma",
102 "--goma-dir", 97 "--goma-dir",
103 "[BUILD]/goma", 98 "[BUILD]/goma",
104 "--goma-fail-fast",
105 "--goma-disable-local-fallback",
106 "--", 99 "--",
107 "All" 100 "All"
108 ], 101 ],
109 "cwd": "[SLAVE_BUILD]", 102 "cwd": "[SLAVE_BUILD]",
110 "name": "compile" 103 "name": "compile"
111 } 104 }
112 ] 105 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/webrtc/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698