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

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

Issue 2042243002: build: add recipe tests to infra/infra_repo_trybot (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.expected/rietveld_tests.json ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "test.py", 120 "test.py",
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",
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"
142 ],
143 "name": "recipe lint"
144 },
145 {
146 "cmd": [
147 "python",
148 "-u",
130 "[SLAVE_BUILD]\\infra\\go\\env.py" 149 "[SLAVE_BUILD]\\infra\\go\\env.py"
131 ], 150 ],
132 "name": "go bootstrap" 151 "name": "go bootstrap"
133 }, 152 },
134 { 153 {
135 "cmd": [ 154 "cmd": [
136 "python", 155 "python",
137 "-u", 156 "-u",
138 "[SLAVE_BUILD]\\infra\\go\\env.py", 157 "[SLAVE_BUILD]\\infra\\go\\env.py",
139 "python", 158 "python",
140 "[SLAVE_BUILD]\\infra\\go\\test.py" 159 "[SLAVE_BUILD]\\infra\\go\\test.py"
141 ], 160 ],
142 "name": "go tests" 161 "name": "go tests"
143 }, 162 },
144 { 163 {
145 "name": "$result", 164 "name": "$result",
146 "recipe_result": null, 165 "recipe_result": null,
147 "status_code": 0 166 "status_code": 0
148 } 167 }
149 ] 168 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698