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

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

Issue 476503002: Re-land r289084 - "Make telemetry*_unittests upload to test-results.appspot.com" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 4 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
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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "python", 140 "python",
141 "-u", 141 "-u",
142 "[BUILD]/scripts/slave/zip_build.py", 142 "[BUILD]/scripts/slave/zip_build.py",
143 "--target", 143 "--target",
144 "Release", 144 "Release",
145 "--build-url", 145 "--build-url",
146 "gs://chromium-skia-gm/client.skia/Linux Builder", 146 "gs://chromium-skia-gm/client.skia/Linux Builder",
147 "--build_revision", 147 "--build_revision",
148 "143121", 148 "143121",
149 "--factory-properties", 149 "--factory-properties",
150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"got_revision\": \"2500 00\", \"got_webkit_revision\": \"150000\", \"mastername\": \"client.skia\", \"pa rent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavena me\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
151 "--build-properties", 151 "--build-properties",
152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"got_revision\": \"2500 00\", \"got_webkit_revision\": \"150000\", \"mastername\": \"client.skia\", \"pa rent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavena me\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
153 ], 153 ],
154 "name": "package build" 154 "name": "package build"
155 } 155 }
156 ] 156 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698