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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_x64_gn.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 "mac_x64_gn",
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'}]",
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 "[BUILD]/scripts/slave/cleanup_temp.py"
65 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "cleanup_temp"
68 },
69 {
70 "cmd": [
71 "python",
72 "-u",
73 "[DEPOT_TOOLS]/gclient.py",
74 "runhooks"
75 ],
76 "cwd": "[SLAVE_BUILD]",
77 "env": {
78 "GYP_CHROMIUM_NO_ACTION": "1",
79 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=x64 use_goma=1"
80 },
81 "name": "gclient runhooks"
82 },
83 {
84 "cmd": [
85 "python",
86 "-u",
87 "[DEPOT_TOOLS]/gn.py",
88 "--root=[SLAVE_BUILD]/src",
89 "gen",
90 "//out/Debug",
91 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/ goma\" build_with_chromium=false"
92 ],
93 "cwd": "[SLAVE_BUILD]",
94 "name": "gn"
95 },
96 {
97 "allow_subannotations": true,
98 "cmd": [
99 "python",
100 "-u",
101 "[BUILD]/scripts/slave/clang_revision.py",
102 "--src-dir",
103 "[SLAVE_BUILD]/src",
104 "--output-json",
105 "/path/to/tmp/json"
106 ],
107 "cwd": "[SLAVE_BUILD]",
108 "name": "clang_revision",
109 "~followup_annotations": [
110 "@@@STEP_LOG_LINE@json.output@{@@@",
111 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
112 "@@@STEP_LOG_LINE@json.output@}@@@",
113 "@@@STEP_LOG_END@json.output@@@"
114 ]
115 },
116 {
117 "cmd": [
118 "python",
119 "-u",
120 "[BUILD]/scripts/slave/compile.py",
121 "--target",
122 "Debug",
123 "--src-dir",
124 "[SLAVE_BUILD]/src",
125 "--build-tool",
126 "ninja",
127 "--compiler",
128 "goma-clang",
129 "--goma-dir",
130 "[BUILD]/goma",
131 "--goma-fail-fast",
132 "--goma-disable-local-fallback",
133 "--",
134 "all"
135 ],
136 "cwd": "[SLAVE_BUILD]",
137 "name": "compile"
138 }
139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698