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

Side by Side Diff: recipes/recipes/w3c_test_autoroller.expected/w3c-test-autoroller.json

Issue 2176973002: Correct recipe for w3c test autoroller bot. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: correct typo in recipe Created 4 years, 4 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
« no previous file with comments | « recipes/recipes/w3c_test_autoroller.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 "chromium.infra.cron", 8 "chromium.infra.cron",
9 "--builder", 9 "--builder",
10 "w3c-test-autoroller", 10 "w3c-test-autoroller",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "git", 119 "git",
120 "config", 120 "config",
121 "user.email", 121 "user.email",
122 "w3c-test-updater-bot@chromium.org" 122 "w3c-test-updater-bot@chromium.org"
123 ], 123 ],
124 "cwd": "[SLAVE_BUILD]/src", 124 "cwd": "[SLAVE_BUILD]/src",
125 "name": "git config (2)" 125 "name": "git config (2)"
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "git",
130 "checkout",
131 "-B",
132 "update_w3c_tests"
133 ],
134 "cwd": "[SLAVE_BUILD]/src",
135 "name": "git checkout"
136 },
137 {
138 "cmd": [
129 "python", 139 "python",
130 "-u", 140 "-u",
131 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/update-w3c-deps", 141 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/update-w3c-deps",
132 "--auto-update", 142 "--auto-update",
133 "wpt" 143 "wpt"
134 ], 144 ],
135 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit", 145 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit",
136 "name": "update wpt" 146 "name": "update wpt"
137 }, 147 },
138 { 148 {
139 "cmd": [ 149 "cmd": [
140 "python", 150 "python",
141 "-u", 151 "-u",
142 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/update-w3c-deps", 152 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/update-w3c-deps",
143 "--auto-update", 153 "--auto-update",
144 "css" 154 "css"
145 ], 155 ],
146 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit", 156 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit",
147 "name": "update wpt (2)" 157 "name": "update wpt (2)"
148 }, 158 },
149 { 159 {
150 "name": "$result", 160 "name": "$result",
151 "recipe_result": null, 161 "recipe_result": null,
152 "status_code": 0 162 "status_code": 0
153 } 163 }
154 ] 164 ]
OLDNEW
« no previous file with comments | « recipes/recipes/w3c_test_autoroller.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698