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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.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, 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
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", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "Android64 Builder (dbg)", 10 "android_compile_arm64_dbg",
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 = ['android' ]", 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 = ['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 "--issue",
20 "666666",
21 "--patchset",
22 "1",
23 "--rietveld_server",
24 "https://fake.rietveld.url",
19 "--output_json", 25 "--output_json",
20 "/path/to/tmp/json", 26 "/path/to/tmp/json",
21 "--revision", 27 "--revision",
22 "src@12345" 28 "src@12345"
23 ], 29 ],
24 "cwd": "[SLAVE_BUILD]", 30 "cwd": "[SLAVE_BUILD]",
25 "name": "bot_update", 31 "name": "bot_update",
26 "~followup_annotations": [ 32 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 { 88 {
83 "cmd": [ 89 "cmd": [
84 "python", 90 "python",
85 "-u", 91 "-u",
86 "[DEPOT_TOOLS]/gclient.py", 92 "[DEPOT_TOOLS]/gclient.py",
87 "runhooks" 93 "runhooks"
88 ], 94 ],
89 "cwd": "[SLAVE_BUILD]", 95 "cwd": "[SLAVE_BUILD]",
90 "env": { 96 "env": {
91 "GYP_CROSSCOMPILE": "1", 97 "GYP_CROSSCOMPILE": "1",
92 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm64 use_goma=1", 98 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm64 use_goma=1",
93 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
94 }, 100 },
95 "name": "gclient runhooks" 101 "name": "gclient runhooks"
96 }, 102 },
97 { 103 {
98 "cmd": [ 104 "cmd": [
99 "python", 105 "python",
100 "-u", 106 "-u",
101 "[BUILD]/scripts/slave/compile.py", 107 "[BUILD]/scripts/slave/compile.py",
102 "--target", 108 "--target",
103 "Debug", 109 "Debug",
104 "--src-dir", 110 "--src-dir",
105 "[SLAVE_BUILD]/src", 111 "[SLAVE_BUILD]/src",
106 "--build-tool", 112 "--build-tool",
107 "ninja", 113 "ninja",
108 "--compiler", 114 "--compiler",
109 "goma", 115 "goma",
110 "--goma-dir", 116 "--goma-dir",
111 "[BUILD]/goma", 117 "[BUILD]/goma",
118 "--goma-fail-fast",
119 "--goma-disable-local-fallback",
112 "--" 120 "--"
113 ], 121 ],
114 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
115 "env": { 123 "env": {
116 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 124 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
117 }, 125 },
118 "name": "compile" 126 "name": "compile"
119 } 127 }
120 ] 128 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698