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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_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_mac_rel", 10 "v8_mac_rel",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "--compiler", 77 "--compiler",
78 "clang", 78 "clang",
79 "--" 79 "--"
80 ], 80 ],
81 "name": "compile" 81 "name": "compile"
82 }, 82 },
83 { 83 {
84 "cmd": [ 84 "cmd": [
85 "python", 85 "python",
86 "-u", 86 "-u",
87 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 87 "RECIPE_MODULE[v8]/resources/v8testing.py",
88 "--target", 88 "--target",
89 "Release", 89 "Release",
90 "--arch", 90 "--arch",
91 "ia32", 91 "ia32",
92 "--testname", 92 "--testname",
93 "unittests", 93 "unittests",
94 "--no-variants", 94 "--no-variants",
95 "--flaky-tests=skip", 95 "--flaky-tests=skip",
96 "--dcheck-always-on", 96 "--dcheck-always-on",
97 "--json-test-results", 97 "--json-test-results",
98 "/path/to/tmp/json" 98 "/path/to/tmp/json"
99 ], 99 ],
100 "cwd": "[SLAVE_BUILD]/v8", 100 "cwd": "[SLAVE_BUILD]/v8",
101 "name": "Unittests" 101 "name": "Unittests"
102 }, 102 },
103 { 103 {
104 "cmd": [ 104 "cmd": [
105 "python", 105 "python",
106 "-u", 106 "-u",
107 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 107 "RECIPE_MODULE[v8]/resources/v8testing.py",
108 "--target", 108 "--target",
109 "Release", 109 "Release",
110 "--arch", 110 "--arch",
111 "ia32", 111 "ia32",
112 "--testname", 112 "--testname",
113 "default", 113 "default",
114 "--flaky-tests=skip", 114 "--flaky-tests=skip",
115 "--dcheck-always-on", 115 "--dcheck-always-on",
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 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
125 "-u", 125 "-u",
126 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 126 "RECIPE_MODULE[v8]/resources/v8testing.py",
127 "--target", 127 "--target",
128 "Release", 128 "Release",
129 "--arch", 129 "--arch",
130 "ia32", 130 "ia32",
131 "--testname", 131 "--testname",
132 "webkit", 132 "webkit",
133 "--flaky-tests=skip", 133 "--flaky-tests=skip",
134 "--dcheck-always-on", 134 "--dcheck-always-on",
135 "--json-test-results", 135 "--json-test-results",
136 "/path/to/tmp/json" 136 "/path/to/tmp/json"
137 ], 137 ],
138 "cwd": "[SLAVE_BUILD]/v8", 138 "cwd": "[SLAVE_BUILD]/v8",
139 "name": "Webkit" 139 "name": "Webkit"
140 } 140 }
141 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698