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

Side by Side Diff: scripts/slave/recipes/webrtc/baremetal.expected/trybot_win64_Release.json

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

Powered by Google App Engine
This is Rietveld 408576698