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

Side by Side Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json

Issue 1853423002: Fix authutil call (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Whoops double call. Created 4 years, 8 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 | « scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.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 "authutil", 4 "/opt/infra-tools/authutil",
5 "token" 5 "token"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "Get auth token", 8 "name": "Get auth token",
9 "stdout": "/path/to/tmp/" 9 "stdout": "/path/to/tmp/"
10 }, 10 },
11 { 11 {
12 "cmd": [ 12 "cmd": [
13 "python", 13 "python",
14 "-u", 14 "-u",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
216 "name": "build tests", 216 "name": "build tests",
217 "stdout": "/path/to/tmp/" 217 "stdout": "/path/to/tmp/"
218 }, 218 },
219 { 219 {
220 "name": "$result", 220 "name": "$result",
221 "recipe_result": null, 221 "recipe_result": null,
222 "status_code": 0 222 "status_code": 0
223 } 223 }
224 ] 224 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698