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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_Linux_Debug_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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "Linux Debug Builder", 10 "Linux Debug Builder",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "python", 132 "python",
133 "-u", 133 "-u",
134 "[BUILD]/scripts/slave/zip_build.py", 134 "[BUILD]/scripts/slave/zip_build.py",
135 "--target", 135 "--target",
136 "Debug", 136 "Debug",
137 "--build-url", 137 "--build-url",
138 "gs://chromium-v8/client.v8/Linux Debug Builder", 138 "gs://chromium-v8/client.v8/Linux Debug Builder",
139 "--build_revision", 139 "--build_revision",
140 "43426", 140 "43426",
141 "--factory-properties", 141 "--factory-properties",
142 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \" client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\ ": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/ TestSlavename\"}", 142 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"got_revision\": \"250000\", \"got_webkit_revision\": \"150000\", \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}",
143 "--build-properties", 143 "--build-properties",
144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \" client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\ ": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/ TestSlavename\"}" 144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"got_revision\": \"250000\", \"got_webkit_revision\": \"150000\", \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename \"}"
145 ], 145 ],
146 "name": "package build" 146 "name": "package build"
147 } 147 }
148 ] 148 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698