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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_ios.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 "ios",
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 = ['ios', 'm ac']",
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_CROSSCOMPILE": "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 },
82 "name": "gclient runhooks"
83 },
84 {
85 "allow_subannotations": true,
86 "cmd": [
87 "python",
88 "-u",
89 "[BUILD]/scripts/slave/clang_revision.py",
90 "--src-dir",
91 "[SLAVE_BUILD]/src",
92 "--output-json",
93 "/path/to/tmp/json"
94 ],
95 "cwd": "[SLAVE_BUILD]",
96 "name": "clang_revision",
97 "~followup_annotations": [
98 "@@@STEP_LOG_LINE@json.output@{@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
100 "@@@STEP_LOG_LINE@json.output@}@@@",
101 "@@@STEP_LOG_END@json.output@@@"
102 ]
103 },
104 {
105 "cmd": [
106 "python",
107 "-u",
108 "[BUILD]/scripts/slave/compile.py",
109 "--target",
110 "Debug-iphoneos",
111 "--src-dir",
112 "[SLAVE_BUILD]/src",
113 "--build-tool",
114 "ninja",
115 "--compiler",
116 "goma-clang",
117 "--goma-dir",
118 "[BUILD]/goma",
119 "--goma-fail-fast",
120 "--goma-disable-local-fallback",
121 "--",
122 "All"
123 ],
124 "cwd": "[SLAVE_BUILD]",
125 "name": "compile"
126 }
127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698