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

Side by Side Diff: scripts/slave/recipes/chromium.expected/archive_dependencies_failure.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, 10 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
« no previous file with comments | « scripts/slave/recipes/chromium.py ('k') | scripts/slave/recipes/chromium.expected/arm.json » ('j') | 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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "-u", 106 "-u",
107 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 107 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
108 "--output", 108 "--output",
109 "/path/to/tmp/json", 109 "/path/to/tmp/json",
110 "--", 110 "--",
111 "--build-config-fs", 111 "--build-config-fs",
112 "Release", 112 "Release",
113 "--paths", 113 "--paths",
114 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 114 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
115 "--properties", 115 "--properties",
116 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 0, \"slavename\": \ "TestSlavename\"}" 116 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}"
117 ], 117 ],
118 "name": "get compile targets for scripts", 118 "name": "get compile targets for scripts",
119 "~followup_annotations": [ 119 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@json.output@{}@@@", 120 "@@@STEP_LOG_LINE@json.output@{}@@@",
121 "@@@STEP_LOG_END@json.output@@@" 121 "@@@STEP_LOG_END@json.output@@@"
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "--build_revision", 184 "--build_revision",
185 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 185 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
186 "--factory-properties", 186 "--factory-properties",
187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}", 187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}",
188 "--build-properties", 188 "--build-properties",
189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}" 189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}"
190 ], 190 ],
191 "name": "package build" 191 "name": "package build"
192 } 192 }
193 ] 193 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.py ('k') | scripts/slave/recipes/chromium.expected/arm.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698