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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nodcheck_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_linux_nodcheck_rel", 10 "v8_linux_nodcheck_rel",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "--goma-dir", 79 "--goma-dir",
80 "[BUILD]/goma", 80 "[BUILD]/goma",
81 "--" 81 "--"
82 ], 82 ],
83 "name": "compile" 83 "name": "compile"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 89 "RECIPE_MODULE[v8]/resources/v8testing.py",
90 "--target", 90 "--target",
91 "Release", 91 "Release",
92 "--arch", 92 "--arch",
93 "ia32", 93 "ia32",
94 "--testname", 94 "--testname",
95 "unittests", 95 "unittests",
96 "--no-variants", 96 "--no-variants",
97 "--flaky-tests=skip", 97 "--flaky-tests=skip",
98 "--json-test-results", 98 "--json-test-results",
99 "/path/to/tmp/json" 99 "/path/to/tmp/json"
100 ], 100 ],
101 "cwd": "[SLAVE_BUILD]/v8", 101 "cwd": "[SLAVE_BUILD]/v8",
102 "name": "Unittests" 102 "name": "Unittests"
103 }, 103 },
104 { 104 {
105 "cmd": [ 105 "cmd": [
106 "python", 106 "python",
107 "-u", 107 "-u",
108 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 108 "RECIPE_MODULE[v8]/resources/v8testing.py",
109 "--target", 109 "--target",
110 "Release", 110 "Release",
111 "--arch", 111 "--arch",
112 "ia32", 112 "ia32",
113 "--testname", 113 "--testname",
114 "default", 114 "default",
115 "--flaky-tests=skip", 115 "--flaky-tests=skip",
116 "--json-test-results", 116 "--json-test-results",
117 "/path/to/tmp/json" 117 "/path/to/tmp/json"
118 ], 118 ],
119 "cwd": "[SLAVE_BUILD]/v8", 119 "cwd": "[SLAVE_BUILD]/v8",
120 "name": "Check" 120 "name": "Check"
121 } 121 }
122 ] 122 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698