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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Ozone_Builder.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
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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Ozone Builder", 10 "Linux ChromiumOS Ozone Builder",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "-u", 95 "-u",
96 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 96 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
97 "--output", 97 "--output",
98 "/path/to/tmp/json", 98 "/path/to/tmp/json",
99 "--", 99 "--",
100 "--build-config-fs", 100 "--build-config-fs",
101 "Release", 101 "Release",
102 "--paths", 102 "--paths",
103 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 103 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
104 "--properties", 104 "--properties",
105 "{\"buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 57 1, \"slavename\": \"TestSlavename\"}" 105 "{\"buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 57 1, \"mastername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
106 ], 106 ],
107 "name": "get compile targets for scripts", 107 "name": "get compile targets for scripts",
108 "~followup_annotations": [ 108 "~followup_annotations": [
109 "@@@STEP_LOG_LINE@json.output@{}@@@", 109 "@@@STEP_LOG_LINE@json.output@{}@@@",
110 "@@@STEP_LOG_END@json.output@@@" 110 "@@@STEP_LOG_END@json.output@@@"
111 ] 111 ]
112 }, 112 },
113 { 113 {
114 "cmd": [ 114 "cmd": [
115 "python", 115 "python",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "--build_revision", 151 "--build_revision",
152 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 152 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
153 "--factory-properties", 153 "--factory-properties",
154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromi um\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlav ename\"}", 154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromi um\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlav ename\"}",
155 "--build-properties", 155 "--build-properties",
156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromi um\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlav ename\"}" 156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 571, \"maste rname\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromi um\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlav ename\"}"
157 ], 157 ],
158 "name": "package build" 158 "name": "package build"
159 } 159 }
160 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698