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/baremetal.expected/trybot_win64_Debug.json

Issue 177553005: Updates to WebRTC Baremetal recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Use Chromium's SVN mirror for WebRTC when run in Chrome infra. Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[DEPOT_TOOLS]\\gclient.py",
7 "config",
8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'http://webrtc.googlecode .com/svn/trunk'}]"
10 ],
11 "name": "gclient setup"
12 },
13 {
14 "abort_on_failure": true,
15 "cmd": [
16 "python",
17 "-u",
18 "[BUILD]\\scripts\\slave\\gclient_safe_revert.py",
19 ".",
20 "[DEPOT_TOOLS]\\gclient.bat"
21 ],
22 "name": "gclient revert"
23 },
24 {
25 "abort_on_failure": true,
26 "cmd": [
27 "python",
28 "-u",
29 "[DEPOT_TOOLS]\\gclient.py",
30 "sync",
31 "--nohooks",
32 "--delete_unversioned_trees",
33 "--force",
34 "--revision",
35 "src@12345",
36 "--output-json",
37 "/path/to/tmp/json"
38 ],
39 "name": "gclient sync",
40 "~followup_annotations": [
41 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
45 "@@@STEP_LOG_LINE@json.output@ }, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@",
48 "@@@STEP_LOG_LINE@json.output@ }@@@",
49 "@@@STEP_LOG_LINE@json.output@ }@@@",
50 "@@@STEP_LOG_LINE@json.output@}@@@",
51 "@@@STEP_LOG_END@json.output@@@",
52 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@"
53 ]
54 },
55 {
56 "cmd": [
57 "python",
58 "-u",
59 "[DEPOT_TOOLS]\\gclient.py",
60 "runhooks"
61 ],
62 "env": {
63 "GYP_DEFINES": "component=shared_library target_arch=x64",
64 "GYP_MSVS_VERSION": "2012"
65 },
66 "name": "gclient runhooks"
67 },
68 {
69 "cmd": [
70 "python",
71 "-u",
72 "[BUILD]\\scripts\\slave\\apply_svn_patch.py",
73 "-p",
74 "try_job_svn_patch",
75 "-r",
76 "[SLAVE_BUILD]\\src"
77 ],
78 "name": "apply_patch"
79 },
80 {
81 "abort_on_failure": true,
82 "cmd": [
83 "python",
84 "-u",
85 "[BUILD]\\scripts\\slave\\compile.py",
86 "--target",
87 "Debug_x64",
88 "--src-dir",
89 "[SLAVE_BUILD]\\src",
90 "--build-tool",
91 "ninja",
92 "--",
93 "All"
94 ],
95 "name": "compile"
96 },
97 {
98 "always_run": true,
99 "cmd": [
100 "python",
101 "-u",
102 "[BUILD]\\scripts\\slave\\runtest.py",
103 "--target",
104 "Debug_x64",
105 "--factory-properties",
106 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
107 "--build-properties",
108 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
109 "--builder-name=trybot builder",
110 "--slave-name=slavename",
111 "audio_device_tests.exe"
112 ],
113 "name": "audio_device_tests",
114 "seed_steps": [
115 "audio_device_tests",
116 "vie_auto_test",
117 "video_capture_tests",
118 "voe_auto_test"
119 ]
120 },
121 {
122 "always_run": true,
123 "cmd": [
124 "python",
125 "-u",
126 "[BUILD]\\scripts\\slave\\runtest.py",
127 "--target",
128 "Debug_x64",
129 "--factory-properties",
130 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
131 "--build-properties",
132 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
133 "--builder-name=trybot builder",
134 "--slave-name=slavename",
135 "vie_auto_test.exe",
136 "--automated",
137 "--capture_test_ensure_resolution_alignment_in_capture_device=false"
138 ],
139 "name": "vie_auto_test"
140 },
141 {
142 "always_run": true,
143 "cmd": [
144 "python",
145 "-u",
146 "[BUILD]\\scripts\\slave\\runtest.py",
147 "--target",
148 "Debug_x64",
149 "--factory-properties",
150 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
151 "--build-properties",
152 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
153 "--builder-name=trybot builder",
154 "--slave-name=slavename",
155 "video_capture_tests.exe"
156 ],
157 "name": "video_capture_tests"
158 },
159 {
160 "always_run": true,
161 "cmd": [
162 "python",
163 "-u",
164 "[BUILD]\\scripts\\slave\\runtest.py",
165 "--target",
166 "Debug_x64",
167 "--factory-properties",
168 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
169 "--build-properties",
170 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"try bot builder\", \"mastername\": \"mastername\", \"patch_url\": \"try_job_svn_patc h\", \"recipe\": \"webrtc/baremetal\", \"revision\": \"12345\", \"slavename\": \ "slavename\"}",
171 "--builder-name=trybot builder",
172 "--slave-name=slavename",
173 "voe_auto_test.exe",
174 "--automated"
175 ],
176 "name": "voe_auto_test"
177 }
178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698