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

Side by Side Diff: scripts/slave/recipes/simple_ci.expected/cq_try.json

Issue 2442203002: Update recipes to understand new Gerrit patch properties. (Closed)
Patch Set: Fix bugs. Created 4 years, 1 month 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/simple_ci.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 "git", 4 "git",
5 "init" 5 "init"
6 ], 6 ],
7 "name": "git init" 7 "name": "git init"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
11 "git", 11 "git",
12 "reset", 12 "reset",
13 "--hard" 13 "--hard"
14 ], 14 ],
15 "name": "git reset" 15 "name": "git reset"
16 }, 16 },
17 { 17 {
18 "cmd": [ 18 "cmd": [
19 "git", 19 "git",
20 "fetch", 20 "fetch",
21 "https://chromium-review.googlesource.com/infra/infra", 21 "https://chromium.googlesource.com/infra/infra",
22 "refs/changes/11/338811/3" 22 "refs/changes/89/456789/12"
23 ], 23 ],
24 "name": "git fetch" 24 "name": "git fetch"
25 }, 25 },
26 { 26 {
27 "cmd": [ 27 "cmd": [
28 "git", 28 "git",
29 "checkout", 29 "checkout",
30 "FETCH_HEAD" 30 "FETCH_HEAD"
31 ], 31 ],
32 "name": "git checkout" 32 "name": "git checkout"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "args" 76 "args"
77 ], 77 ],
78 "name": "test: python c.py args" 78 "name": "test: python c.py args"
79 }, 79 },
80 { 80 {
81 "name": "$result", 81 "name": "$result",
82 "recipe_result": null, 82 "recipe_result": null,
83 "status_code": 0 83 "status_code": 0
84 } 84 }
85 ] 85 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/simple_ci.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698