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

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

Issue 873403002: Add support for cc_perftests and other non-telemetry gtest based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase again + coverage. 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/recipe_modules/bisect_tester/resources/put_temp.py" 6 "[BUILD]/scripts/slave/recipe_modules/bisect_tester/resources/put_temp.py"
7 ], 7 ],
8 "name": "saving url to temp file", 8 "name": "saving url to temp file",
9 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_tester/builds/571", 9 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_tester/builds/571",
10 "stdout": "/path/to/tmp/" 10 "stdout": "/path/to/tmp/"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "-u", 122 "-u",
123 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 123 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
124 "--output", 124 "--output",
125 "/path/to/tmp/json", 125 "/path/to/tmp/json",
126 "--", 126 "--",
127 "--build-config-fs", 127 "--build-config-fs",
128 "Release", 128 "Release",
129 "--paths", 129 "--paths",
130 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 130 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
131 "--properties", 131 "--properties",
132 "{\"buildername\": \"linux_perf_tester\", \"buildnumber\": 571, \"slavenam e\": \"TestSlavename\"}" 132 "{\"buildername\": \"linux_perf_tester\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}"
133 ], 133 ],
134 "name": "get compile targets for scripts", 134 "name": "get compile targets for scripts",
135 "~followup_annotations": [ 135 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@json.output@{}@@@", 136 "@@@STEP_LOG_LINE@json.output@{}@@@",
137 "@@@STEP_LOG_END@json.output@@@" 137 "@@@STEP_LOG_END@json.output@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "cp", 224 "cp",
225 "/tmp/dummy2", 225 "/tmp/dummy2",
226 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" 226 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results"
227 ], 227 ],
228 "name": "gsutil upload", 228 "name": "gsutil upload",
229 "~followup_annotations": [ 229 "~followup_annotations": [
230 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" 230 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@"
231 ] 231 ]
232 } 232 }
233 ] 233 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698