OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux ARM Cross-Compile", | 10 "Linux ARM Cross-Compile", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@HEAD" | 22 "src@HEAD" |
23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
24 "name": "bot_update", | 25 "name": "bot_update", |
25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
26 "@@@STEP_TEXT@Some step text@@@", | 27 "@@@STEP_TEXT@Some step text@@@", |
27 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
61 ] | 62 ] |
62 }, | 63 }, |
63 { | 64 { |
64 "cmd": [ | 65 "cmd": [ |
65 "python", | 66 "python", |
66 "-u", | 67 "-u", |
67 "[DEPOT_TOOLS]/gclient.py", | 68 "[DEPOT_TOOLS]/gclient.py", |
68 "runhooks" | 69 "runhooks" |
69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
70 "env": { | 72 "env": { |
71 "GYP_CROSSCOMPILE": "1", | 73 "GYP_CROSSCOMPILE": "1", |
72 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar
m test_isolation_mode=prepare" | 74 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar
m test_isolation_mode=prepare" |
73 }, | 75 }, |
74 "name": "gclient runhooks" | 76 "name": "gclient runhooks" |
75 }, | 77 }, |
76 { | 78 { |
77 "cmd": [ | 79 "cmd": [ |
78 "python", | 80 "python", |
79 "-u", | 81 "-u", |
80 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 82 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
81 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 83 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
82 "/path/to/tmp/json" | 84 "/path/to/tmp/json" |
83 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", |
84 "name": "read test spec", | 87 "name": "read test spec", |
85 "~followup_annotations": [ | 88 "~followup_annotations": [ |
86 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 89 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
87 "@@@STEP_LOG_LINE@json.output@{@@@", | 90 "@@@STEP_LOG_LINE@json.output@{@@@", |
88 "@@@STEP_LOG_LINE@json.output@ \"Linux ARM Cross-Compile\": {@@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"Linux ARM Cross-Compile\": {@@@", |
89 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", | 92 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", |
90 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_run\"@@@", | 93 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_run\"@@@", |
91 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 94 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
92 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 95 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
93 "@@@STEP_LOG_LINE@json.output@ {@@@", | 96 "@@@STEP_LOG_LINE@json.output@ {@@@", |
(...skipping 19 matching lines...) Expand all Loading... |
113 "--output", | 116 "--output", |
114 "/path/to/tmp/json", | 117 "/path/to/tmp/json", |
115 "--", | 118 "--", |
116 "--build-config-fs", | 119 "--build-config-fs", |
117 "Release", | 120 "Release", |
118 "--paths", | 121 "--paths", |
119 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 122 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
120 "--properties", | 123 "--properties", |
121 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"ma
stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" | 124 "{\"buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"ma
stername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" |
122 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]", |
123 "name": "get compile targets for scripts", | 127 "name": "get compile targets for scripts", |
124 "~followup_annotations": [ | 128 "~followup_annotations": [ |
125 "@@@STEP_LOG_LINE@json.output@{}@@@", | 129 "@@@STEP_LOG_LINE@json.output@{}@@@", |
126 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
127 ] | 131 ] |
128 }, | 132 }, |
129 { | 133 { |
130 "cmd": [ | 134 "cmd": [ |
131 "python", | 135 "python", |
132 "-u", | 136 "-u", |
133 "[BUILD]/scripts/slave/cleanup_temp.py" | 137 "[BUILD]/scripts/slave/cleanup_temp.py" |
134 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
135 "name": "cleanup_temp" | 140 "name": "cleanup_temp" |
136 }, | 141 }, |
137 { | 142 { |
138 "cmd": [ | 143 "cmd": [ |
139 "python", | 144 "python", |
140 "-u", | 145 "-u", |
141 "[BUILD]/scripts/slave/compile.py", | 146 "[BUILD]/scripts/slave/compile.py", |
142 "--target", | 147 "--target", |
143 "Release", | 148 "Release", |
144 "--src-dir", | 149 "--src-dir", |
145 "[SLAVE_BUILD]/src", | 150 "[SLAVE_BUILD]/src", |
146 "--build-tool", | 151 "--build-tool", |
147 "ninja", | 152 "ninja", |
148 "--", | 153 "--", |
149 "browser_tests", | 154 "browser_tests", |
150 "browser_tests_run" | 155 "browser_tests_run" |
151 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
152 "name": "compile" | 158 "name": "compile" |
153 }, | 159 }, |
154 { | 160 { |
155 "allow_subannotations": true, | 161 "allow_subannotations": true, |
156 "cmd": [ | 162 "cmd": [ |
157 "python", | 163 "python", |
158 "-u", | 164 "-u", |
159 "[BUILD]/scripts/slave/zip_build.py", | 165 "[BUILD]/scripts/slave/zip_build.py", |
160 "--target", | 166 "--target", |
161 "Release", | 167 "Release", |
162 "--build-url", | 168 "--build-url", |
163 "gs://chromium-fyi-archive/chromium.fyi/Linux ARM Cross-Compile", | 169 "gs://chromium-fyi-archive/chromium.fyi/Linux ARM Cross-Compile", |
164 "--build_revision", | 170 "--build_revision", |
165 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 171 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
166 "--factory-properties", | 172 "--factory-properties", |
167 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", | 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
168 "--build-properties", | 174 "--build-properties", |
169 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}" | 175 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}" |
170 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", |
171 "name": "package build" | 178 "name": "package build" |
172 }, | 179 }, |
173 { | 180 { |
174 "allow_subannotations": true, | 181 "allow_subannotations": true, |
175 "cmd": [ | 182 "cmd": [ |
176 "python", | 183 "python", |
177 "-u", | 184 "-u", |
178 "[BUILD]/scripts/slave/runtest.py", | 185 "[BUILD]/scripts/slave/runtest.py", |
179 "--target", | 186 "--target", |
180 "Release", | 187 "Release", |
181 "--xvfb", | 188 "--xvfb", |
182 "--factory-properties", | 189 "--factory-properties", |
183 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", | 190 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
184 "--build-properties", | 191 "--build-properties", |
185 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", | 192 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM Cross-Compile\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
186 "--annotate=gtest", | 193 "--annotate=gtest", |
187 "--test-type=browser_tests", | 194 "--test-type=browser_tests", |
188 "--test-launcher-summary-output", | 195 "--test-launcher-summary-output", |
189 "/path/to/tmp/json", | 196 "/path/to/tmp/json", |
190 "--generate-json-file", | 197 "--generate-json-file", |
191 "-o", | 198 "-o", |
192 "gtest-results/browser_tests", | 199 "gtest-results/browser_tests", |
193 "--builder-name=Linux ARM Cross-Compile", | 200 "--builder-name=Linux ARM Cross-Compile", |
194 "--slave-name=TestSlavename", | 201 "--slave-name=TestSlavename", |
195 "--build-number=571", | 202 "--build-number=571", |
196 "browser_tests", | 203 "browser_tests", |
197 "--gtest-filter", | 204 "--gtest-filter", |
198 "*NaCl*.*" | 205 "*NaCl*.*" |
199 ], | 206 ], |
| 207 "cwd": "[SLAVE_BUILD]", |
200 "name": "browser_tests" | 208 "name": "browser_tests" |
201 } | 209 } |
202 ] | 210 ] |
OLD | NEW |