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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeTester.json

Issue 965313004: Also archive layout tests results on non-tryserver builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "ChromiumPracticeTester", 10 "ChromiumPracticeTester",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "[SLAVE_BUILD]/layout-test-results", 173 "[SLAVE_BUILD]/layout-test-results",
174 "--build-dir", 174 "--build-dir",
175 "[SLAVE_BUILD]/src/out", 175 "[SLAVE_BUILD]/src/out",
176 "--json-test-results", 176 "--json-test-results",
177 "/path/to/tmp/json" 177 "/path/to/tmp/json"
178 ], 178 ],
179 "name": "webkit_tests", 179 "name": "webkit_tests",
180 "~followup_annotations": [ 180 "~followup_annotations": [
181 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 181 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
182 ] 182 ]
183 },
184 {
185 "cmd": [
186 "python",
187 "-u",
188 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
189 "--results-dir",
190 "[SLAVE_BUILD]/layout-test-results",
191 "--build-dir",
192 "[SLAVE_BUILD]/src/out",
193 "--build-number",
194 "571",
195 "--builder-name",
196 "ChromiumPracticeTester",
197 "--gs-bucket",
198 "gs://chromium-layout-test-archives",
199 "--factory-properties",
200 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumPracticeTester\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive .zip\", \"parent_buildername\": \"ChromiumPractice\", \"parent_got_revision\": \ "1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}",
201 "--build-properties",
202 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ChromiumPracticeTester\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive .zip\", \"parent_buildername\": \"ChromiumPractice\", \"parent_got_revision\": \ "1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}"
203 ],
204 "name": "archive_webkit_tests_results",
205 "~followup_annotations": [
206 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/ChromiumPracticeTester/571/layout-test-results/results.html @@@",
207 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/ChromiumPracticeTester/571/layout-test-results.zip@@@"
208 ]
183 } 209 }
184 ] 210 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromiumPracticeFullTester.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698