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

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

Issue 1412353002: WebRTC: Add Linux GCC bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rename to gcc and add compiler group 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
« no previous file with comments | « scripts/slave/recipe_modules/webrtc/chromium_config.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 "client.webrtc.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux32 ARM", 10 "Linux64 GCC",
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 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 }, 69 },
70 { 70 {
71 "cmd": [ 71 "cmd": [
72 "python", 72 "python",
73 "-u", 73 "-u",
74 "[DEPOT_TOOLS]/gclient.py", 74 "[DEPOT_TOOLS]/gclient.py",
75 "runhooks" 75 "runhooks"
76 ], 76 ],
77 "cwd": "[SLAVE_BUILD]", 77 "cwd": "[SLAVE_BUILD]",
78 "env": { 78 "env": {
79 "GYP_CROSSCOMPILE": "1", 79 "GYP_DEFINES": "clang=0 component=static_library gomadir='[BUILD]/goma' ta rget_arch=x64 use_goma=1"
80 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[BUIL D]/goma' target_arch=arm use_goma=1"
81 }, 80 },
82 "name": "gclient runhooks" 81 "name": "gclient runhooks"
83 }, 82 },
84 { 83 {
85 "cmd": [ 84 "cmd": [
86 "python", 85 "python",
87 "-u", 86 "-u",
88 "[BUILD]/scripts/slave/compile.py", 87 "[BUILD]/scripts/slave/compile.py",
89 "--target", 88 "--target",
90 "Release", 89 "Release",
(...skipping 11 matching lines...) Expand all
102 "All" 101 "All"
103 ], 102 ],
104 "cwd": "[SLAVE_BUILD]", 103 "cwd": "[SLAVE_BUILD]",
105 "name": "compile", 104 "name": "compile",
106 "~followup_annotations": [ 105 "~followup_annotations": [
107 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 106 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
108 "@@@STEP_LOG_END@json.output (invalid)@@@" 107 "@@@STEP_LOG_END@json.output (invalid)@@@"
109 ] 108 ]
110 } 109 }
111 ] 110 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/webrtc/chromium_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698