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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_NaCl_V8_Linux64___canary.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "NaCl V8 Linux64 - canary", 10 "NaCl V8 Linux64 - canary",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ], 90 ],
91 "env": { 91 "env": {
92 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" 92 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current"
93 }, 93 },
94 "name": "compile" 94 "name": "compile"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 100 "RECIPE_MODULE[v8]/resources/v8testing.py",
101 "--target", 101 "--target",
102 "release", 102 "release",
103 "--arch", 103 "--arch",
104 "nacl_x64", 104 "nacl_x64",
105 "--testname", 105 "--testname",
106 "unittests", 106 "unittests",
107 "--no-variants", 107 "--no-variants",
108 "--noi18n", 108 "--noi18n",
109 "--command_prefix=tools/nacl-run.py", 109 "--command_prefix=tools/nacl-run.py",
110 "--no-presubmit", 110 "--no-presubmit",
111 "--buildbot=False", 111 "--buildbot=False",
112 "--json-test-results", 112 "--json-test-results",
113 "/path/to/tmp/json" 113 "/path/to/tmp/json"
114 ], 114 ],
115 "cwd": "[SLAVE_BUILD]/v8", 115 "cwd": "[SLAVE_BUILD]/v8",
116 "env": { 116 "env": {
117 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" 117 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current"
118 }, 118 },
119 "name": "Unittests" 119 "name": "Unittests"
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 125 "RECIPE_MODULE[v8]/resources/v8testing.py",
126 "--target", 126 "--target",
127 "release", 127 "release",
128 "--arch", 128 "--arch",
129 "nacl_x64", 129 "nacl_x64",
130 "--testname", 130 "--testname",
131 "default", 131 "default",
132 "--noi18n", 132 "--noi18n",
133 "--command_prefix=tools/nacl-run.py", 133 "--command_prefix=tools/nacl-run.py",
134 "--no-presubmit", 134 "--no-presubmit",
135 "--buildbot=False", 135 "--buildbot=False",
136 "--flaky-tests", 136 "--flaky-tests",
137 "skip", 137 "skip",
138 "--json-test-results", 138 "--json-test-results",
139 "/path/to/tmp/json" 139 "/path/to/tmp/json"
140 ], 140 ],
141 "cwd": "[SLAVE_BUILD]/v8", 141 "cwd": "[SLAVE_BUILD]/v8",
142 "env": { 142 "env": {
143 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" 143 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current"
144 }, 144 },
145 "name": "Check" 145 "name": "Check"
146 }, 146 },
147 { 147 {
148 "cmd": [ 148 "cmd": [
149 "python", 149 "python",
150 "-u", 150 "-u",
151 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 151 "RECIPE_MODULE[v8]/resources/v8testing.py",
152 "--target", 152 "--target",
153 "release", 153 "release",
154 "--arch", 154 "--arch",
155 "nacl_x64", 155 "nacl_x64",
156 "--testname", 156 "--testname",
157 "default", 157 "default",
158 "--noi18n", 158 "--noi18n",
159 "--command_prefix=tools/nacl-run.py", 159 "--command_prefix=tools/nacl-run.py",
160 "--no-presubmit", 160 "--no-presubmit",
161 "--buildbot=False", 161 "--buildbot=False",
162 "--flaky-tests", 162 "--flaky-tests",
163 "run", 163 "run",
164 "--json-test-results", 164 "--json-test-results",
165 "/path/to/tmp/json" 165 "/path/to/tmp/json"
166 ], 166 ],
167 "cwd": "[SLAVE_BUILD]/v8", 167 "cwd": "[SLAVE_BUILD]/v8",
168 "env": { 168 "env": {
169 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" 169 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current"
170 }, 170 },
171 "name": "Check - flaky" 171 "name": "Check - flaky"
172 } 172 }
173 ] 173 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698