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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.json

Issue 2045933002: build: only run infra recipe simulation tests on 64-bit Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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
« no previous file with comments | « scripts/slave/recipes/infra/infra_repo_trybot.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "infra_tester", 10 "infra_tester",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "test" 121 "test"
122 ], 122 ],
123 "cwd": "[SLAVE_BUILD]\\infra", 123 "cwd": "[SLAVE_BUILD]\\infra",
124 "name": "python tests" 124 "name": "python tests"
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "[SLAVE_BUILD]\\infra\\recipes\\recipes.py", 130 "[SLAVE_BUILD]\\infra\\recipes\\recipes.py",
131 "simulation_test",
132 "test"
133 ],
134 "name": "recipe tests"
135 },
136 {
137 "cmd": [
138 "python",
139 "-u",
140 "[SLAVE_BUILD]\\infra\\recipes\\recipes.py",
141 "lint" 131 "lint"
142 ], 132 ],
143 "name": "recipe lint" 133 "name": "recipe lint"
144 }, 134 },
145 { 135 {
146 "cmd": [ 136 "cmd": [
147 "python", 137 "python",
148 "-u", 138 "-u",
149 "[SLAVE_BUILD]\\infra\\go\\env.py" 139 "[SLAVE_BUILD]\\infra\\go\\env.py"
150 ], 140 ],
151 "name": "go bootstrap" 141 "name": "go bootstrap"
152 }, 142 },
153 { 143 {
154 "cmd": [ 144 "cmd": [
155 "python", 145 "python",
156 "-u", 146 "-u",
157 "[SLAVE_BUILD]\\infra\\go\\env.py", 147 "[SLAVE_BUILD]\\infra\\go\\env.py",
158 "python", 148 "python",
159 "[SLAVE_BUILD]\\infra\\go\\test.py" 149 "[SLAVE_BUILD]\\infra\\go\\test.py"
160 ], 150 ],
161 "name": "go tests" 151 "name": "go tests"
162 }, 152 },
163 { 153 {
164 "name": "$result", 154 "name": "$result",
165 "recipe_result": null, 155 "recipe_result": null,
166 "status_code": 0 156 "status_code": 0
167 } 157 }
168 ] 158 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/infra_repo_trybot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698