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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase 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 | 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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_rel", 10 "v8_linux64_rel",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "[SLAVE_BUILD]/v8/tools/check-static-initializers.sh", 88 "[SLAVE_BUILD]/v8/tools/check-static-initializers.sh",
89 "out/Release/d8" 89 "out/Release/d8"
90 ], 90 ],
91 "cwd": "[SLAVE_BUILD]/v8", 91 "cwd": "[SLAVE_BUILD]/v8",
92 "name": "Static-Initializers" 92 "name": "Static-Initializers"
93 }, 93 },
94 { 94 {
95 "cmd": [ 95 "cmd": [
96 "python", 96 "python",
97 "-u", 97 "-u",
98 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 98 "RECIPE_MODULE[v8]/resources/v8testing.py",
99 "--target", 99 "--target",
100 "Release", 100 "Release",
101 "--arch", 101 "--arch",
102 "x64", 102 "x64",
103 "--testname", 103 "--testname",
104 "unittests", 104 "unittests",
105 "--no-variants", 105 "--no-variants",
106 "--flaky-tests=skip", 106 "--flaky-tests=skip",
107 "--dcheck-always-on", 107 "--dcheck-always-on",
108 "--json-test-results", 108 "--json-test-results",
109 "/path/to/tmp/json" 109 "/path/to/tmp/json"
110 ], 110 ],
111 "cwd": "[SLAVE_BUILD]/v8", 111 "cwd": "[SLAVE_BUILD]/v8",
112 "name": "Unittests" 112 "name": "Unittests"
113 }, 113 },
114 { 114 {
115 "cmd": [ 115 "cmd": [
116 "python", 116 "python",
117 "-u", 117 "-u",
118 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 118 "RECIPE_MODULE[v8]/resources/v8testing.py",
119 "--target", 119 "--target",
120 "Release", 120 "Release",
121 "--arch", 121 "--arch",
122 "x64", 122 "x64",
123 "--testname", 123 "--testname",
124 "default", 124 "default",
125 "--flaky-tests=skip", 125 "--flaky-tests=skip",
126 "--dcheck-always-on", 126 "--dcheck-always-on",
127 "--json-test-results", 127 "--json-test-results",
128 "/path/to/tmp/json" 128 "/path/to/tmp/json"
129 ], 129 ],
130 "cwd": "[SLAVE_BUILD]/v8", 130 "cwd": "[SLAVE_BUILD]/v8",
131 "name": "Check" 131 "name": "Check"
132 }, 132 },
133 { 133 {
134 "cmd": [ 134 "cmd": [
135 "python", 135 "python",
136 "-u", 136 "-u",
137 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 137 "RECIPE_MODULE[v8]/resources/v8testing.py",
138 "--target", 138 "--target",
139 "Release", 139 "Release",
140 "--arch", 140 "--arch",
141 "x64", 141 "x64",
142 "--testname", 142 "--testname",
143 "optimize_for_size", 143 "optimize_for_size",
144 "--no-variants", 144 "--no-variants",
145 "--shell_flags=\"--optimize-for-size\"", 145 "--shell_flags=\"--optimize-for-size\"",
146 "--flaky-tests=skip", 146 "--flaky-tests=skip",
147 "--dcheck-always-on", 147 "--dcheck-always-on",
148 "--json-test-results", 148 "--json-test-results",
149 "/path/to/tmp/json" 149 "/path/to/tmp/json"
150 ], 150 ],
151 "cwd": "[SLAVE_BUILD]/v8", 151 "cwd": "[SLAVE_BUILD]/v8",
152 "name": "OptimizeForSize" 152 "name": "OptimizeForSize"
153 }, 153 },
154 { 154 {
155 "cmd": [ 155 "cmd": [
156 "python", 156 "python",
157 "-u", 157 "-u",
158 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 158 "RECIPE_MODULE[v8]/resources/v8testing.py",
159 "--target", 159 "--target",
160 "Release", 160 "Release",
161 "--arch", 161 "--arch",
162 "x64", 162 "x64",
163 "--testname", 163 "--testname",
164 "webkit", 164 "webkit",
165 "--flaky-tests=skip", 165 "--flaky-tests=skip",
166 "--dcheck-always-on", 166 "--dcheck-always-on",
167 "--json-test-results", 167 "--json-test-results",
168 "/path/to/tmp/json" 168 "/path/to/tmp/json"
169 ], 169 ],
170 "cwd": "[SLAVE_BUILD]/v8", 170 "cwd": "[SLAVE_BUILD]/v8",
171 "name": "Webkit" 171 "name": "Webkit"
172 } 172 }
173 ] 173 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698