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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "-u", 101 "-u",
102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
103 "--output", 103 "--output",
104 "/path/to/tmp/json", 104 "/path/to/tmp/json",
105 "--", 105 "--",
106 "--build-config-fs", 106 "--build-config-fs",
107 "Release_x64", 107 "Release_x64",
108 "--paths", 108 "--paths",
109 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 109 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
110 "--properties", 110 "--properties",
111 "{\"buildername\": \"Site Isolation Win\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}" 111 "{\"buildername\": \"Site Isolation Win\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
112 ], 112 ],
113 "name": "get compile targets for scripts", 113 "name": "get compile targets for scripts",
114 "~followup_annotations": [ 114 "~followup_annotations": [
115 "@@@STEP_LOG_LINE@json.output@{}@@@", 115 "@@@STEP_LOG_LINE@json.output@{}@@@",
116 "@@@STEP_LOG_END@json.output@@@" 116 "@@@STEP_LOG_END@json.output@@@"
117 ] 117 ]
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
(...skipping 18 matching lines...) Expand all
140 "--goma-dir", 140 "--goma-dir",
141 "[BUILD]\\goma", 141 "[BUILD]\\goma",
142 "--", 142 "--",
143 "content_browsertests", 143 "content_browsertests",
144 "content_unittests", 144 "content_unittests",
145 "crash_service" 145 "crash_service"
146 ], 146 ],
147 "name": "compile" 147 "name": "compile"
148 } 148 }
149 ] 149 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698