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/infra_internal.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
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 "internal.infra", 8 "internal.infra",
9 "--builder", 9 "--builder",
10 "infra-internal-tester", 10 "infra-internal-tester",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "test.py", 118 "test.py",
119 "test" 119 "test"
120 ], 120 ],
121 "cwd": "[SLAVE_BUILD]/infra_internal", 121 "cwd": "[SLAVE_BUILD]/infra_internal",
122 "name": "python tests" 122 "name": "python tests"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "[SLAVE_BUILD]/infra_internal/recipes/recipes.py",
129 "simulation_test",
130 "test"
131 ],
132 "name": "recipe tests"
133 },
134 {
135 "cmd": [
136 "python",
137 "-u",
138 "[SLAVE_BUILD]/infra_internal/recipes/recipes.py",
139 "lint"
140 ],
141 "name": "recipe lint"
142 },
143 {
144 "cmd": [
145 "python",
146 "-u",
128 "[SLAVE_BUILD]/infra_internal/go/env.py" 147 "[SLAVE_BUILD]/infra_internal/go/env.py"
129 ], 148 ],
130 "name": "go bootstrap" 149 "name": "go bootstrap"
131 }, 150 },
132 { 151 {
133 "cmd": [ 152 "cmd": [
134 "python", 153 "python",
135 "-u", 154 "-u",
136 "[SLAVE_BUILD]/infra_internal/go/env.py", 155 "[SLAVE_BUILD]/infra_internal/go/env.py",
137 "python", 156 "python",
138 "[SLAVE_BUILD]/infra_internal/go/test.py" 157 "[SLAVE_BUILD]/infra_internal/go/test.py"
139 ], 158 ],
140 "name": "go tests" 159 "name": "go tests"
141 }, 160 },
142 { 161 {
143 "name": "$result", 162 "name": "$result",
144 "recipe_result": null, 163 "recipe_result": null,
145 "status_code": 0 164 "status_code": 0
146 } 165 }
147 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698