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

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

Issue 1347413002: WebRTC: Rename trybots and add compile-only configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove scripts/slave/recipes/android/builder.expected/chromium_fyi_Android_x64_Builder__dbg__fail_c… Created 5 years, 3 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "ios", 10 "mac_compile_rel",
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'}]\ntarget_os = ['ios', 'm ac']", 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", 19 "--issue",
20 "666666", 20 "666666",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://fake.rietveld.url", 24 "https://fake.rietveld.url",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "[DEPOT_TOOLS]/gclient.py", 73 "[DEPOT_TOOLS]/gclient.py",
74 "runhooks" 74 "runhooks"
75 ], 75 ],
76 "cwd": "[SLAVE_BUILD]", 76 "cwd": "[SLAVE_BUILD]",
77 "env": { 77 "env": {
78 "GYP_CROSSCOMPILE": "1", 78 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=ia32 use_goma=1"
79 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma ' key_id='' mac_sdk=10.9 target_arch=arm use_goma=1",
80 "GYP_GENERATORS": "ninja"
81 }, 79 },
82 "name": "gclient runhooks" 80 "name": "gclient runhooks"
83 }, 81 },
84 { 82 {
85 "allow_subannotations": true, 83 "allow_subannotations": true,
86 "cmd": [ 84 "cmd": [
87 "python", 85 "python",
88 "-u", 86 "-u",
89 "[BUILD]/scripts/slave/clang_revision.py", 87 "[BUILD]/scripts/slave/clang_revision.py",
90 "--src-dir", 88 "--src-dir",
91 "[SLAVE_BUILD]/src", 89 "[SLAVE_BUILD]/src",
92 "--output-json", 90 "--output-json",
93 "/path/to/tmp/json" 91 "/path/to/tmp/json"
94 ], 92 ],
95 "cwd": "[SLAVE_BUILD]", 93 "cwd": "[SLAVE_BUILD]",
96 "name": "clang_revision", 94 "name": "clang_revision",
97 "~followup_annotations": [ 95 "~followup_annotations": [
98 "@@@STEP_LOG_LINE@json.output@{@@@", 96 "@@@STEP_LOG_LINE@json.output@{@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 97 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
100 "@@@STEP_LOG_LINE@json.output@}@@@", 98 "@@@STEP_LOG_LINE@json.output@}@@@",
101 "@@@STEP_LOG_END@json.output@@@" 99 "@@@STEP_LOG_END@json.output@@@"
102 ] 100 ]
103 }, 101 },
104 { 102 {
105 "cmd": [ 103 "cmd": [
106 "python", 104 "python",
107 "-u", 105 "-u",
108 "[BUILD]/scripts/slave/compile.py", 106 "[BUILD]/scripts/slave/compile.py",
109 "--target", 107 "--target",
110 "Debug-iphoneos", 108 "Release",
111 "--src-dir", 109 "--src-dir",
112 "[SLAVE_BUILD]/src", 110 "[SLAVE_BUILD]/src",
113 "--build-tool", 111 "--build-tool",
114 "ninja", 112 "ninja",
115 "--compiler", 113 "--compiler",
116 "goma-clang", 114 "goma-clang",
117 "--goma-dir", 115 "--goma-dir",
118 "[BUILD]/goma", 116 "[BUILD]/goma",
119 "--goma-fail-fast", 117 "--goma-fail-fast",
120 "--goma-disable-local-fallback", 118 "--goma-disable-local-fallback",
121 "--", 119 "--",
122 "All" 120 "All"
123 ], 121 ],
124 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
125 "name": "compile" 123 "name": "compile"
126 } 124 }
127 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698