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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_clang.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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master",
8 "tryserver.webrtc",
9 "--builder",
10 "android_clang",
11 "--slave",
12 "slavename",
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' ]",
15 "--root",
16 "src",
17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}",
19 "--issue",
20 "666666",
21 "--patchset",
22 "1",
23 "--rietveld_server",
24 "https://fake.rietveld.url",
25 "--output_json",
26 "/path/to/tmp/json",
27 "--revision",
28 "src@12345"
29 ],
30 "cwd": "[SLAVE_BUILD]",
31 "name": "bot_update",
32 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
41 "@@@STEP_LOG_LINE@json.output@ }, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@",
46 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
47 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
48 ]
49 },
50 {
51 "cmd": [
52 "python",
53 "-u",
54 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
55 "[SLAVE_BUILD]/src/out"
56 ],
57 "cwd": "[SLAVE_BUILD]",
58 "name": "clean test output files"
59 },
60 {
61 "cmd": [
62 "python",
63 "-u",
64 "\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",
65 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
66 "[SLAVE_BUILD]/src/out/Debug/test_logs",
67 "[SLAVE_BUILD]/src/out/build_product.zip",
68 "[SLAVE_BUILD]/src"
69 ],
70 "cwd": "[SLAVE_BUILD]",
71 "name": "clean local files",
72 "~followup_annotations": [
73 "@@@STEP_LOG_LINE@python.inline@@@@",
74 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
75 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
76 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
77 "@@@STEP_LOG_LINE@python.inline@try:@@@",
78 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
79 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
80 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
81 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
82 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
83 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
84 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
85 "@@@STEP_LOG_END@python.inline@@@"
86 ]
87 },
88 {
89 "cmd": [
90 "python",
91 "-u",
92 "[DEPOT_TOOLS]/gclient.py",
93 "runhooks"
94 ],
95 "cwd": "[SLAVE_BUILD]",
96 "env": {
97 "GYP_CROSSCOMPILE": "1",
98 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1",
99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
100 },
101 "name": "gclient runhooks"
102 },
103 {
104 "allow_subannotations": true,
105 "cmd": [
106 "python",
107 "-u",
108 "[BUILD]/scripts/slave/clang_revision.py",
109 "--src-dir",
110 "[SLAVE_BUILD]/src",
111 "--output-json",
112 "/path/to/tmp/json"
113 ],
114 "cwd": "[SLAVE_BUILD]",
115 "env": {
116 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
117 },
118 "name": "clang_revision",
119 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@json.output@{@@@",
121 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
122 "@@@STEP_LOG_LINE@json.output@}@@@",
123 "@@@STEP_LOG_END@json.output@@@"
124 ]
125 },
126 {
127 "cmd": [
128 "python",
129 "-u",
130 "[BUILD]/scripts/slave/compile.py",
131 "--target",
132 "Debug",
133 "--src-dir",
134 "[SLAVE_BUILD]/src",
135 "--build-tool",
136 "ninja",
137 "--compiler",
138 "goma-clang",
139 "--goma-dir",
140 "[BUILD]/goma",
141 "--goma-fail-fast",
142 "--goma-disable-local-fallback",
143 "--"
144 ],
145 "cwd": "[SLAVE_BUILD]",
146 "env": {
147 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
148 },
149 "name": "compile"
150 }
151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698