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

Side by Side Diff: scripts/slave/recipe_modules/commit_position/example.expected/valid.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "footers", 5 "footers",
6 "--position", 6 "--position",
7 "01234567890abcdef01234567890abcdef01234567" 7 "01234567890abcdef01234567890abcdef01234567"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP]/fake_checkout_tmp_1",
10 "name": "resolving hash 01234567890abcdef01234567890abcdef01234567", 10 "name": "resolving hash 01234567890abcdef01234567890abcdef01234567",
11 "stdout": "/path/to/tmp/" 11 "stdout": "/path/to/tmp/"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "/bin/echo", 15 "/bin/echo",
16 "refs/heads/master" 16 "refs/heads/master"
17 ], 17 ],
18 "cwd": "[SLAVE_BUILD]",
19 "name": "test branch parse" 18 "name": "test branch parse"
20 }, 19 },
21 { 20 {
22 "cmd": [ 21 "cmd": [
23 "/bin/echo", 22 "/bin/echo",
24 "12345" 23 "12345"
25 ], 24 ],
26 "cwd": "[SLAVE_BUILD]",
27 "name": "test revision parse" 25 "name": "test revision parse"
28 }, 26 },
29 { 27 {
30 "cmd": [ 28 "cmd": [
31 "/bin/echo", 29 "/bin/echo",
32 "refs/heads/master@{#12345}" 30 "refs/heads/master@{#12345}"
33 ], 31 ],
34 "cwd": "[SLAVE_BUILD]",
35 "name": "test construction" 32 "name": "test construction"
36 }, 33 },
37 { 34 {
38 "name": "$result", 35 "name": "$result",
39 "recipe_result": null, 36 "recipe_result": null,
40 "status_code": 0 37 "status_code": 0
41 } 38 }
42 ] 39 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/cipd/test_api.py ('k') | scripts/slave/recipe_modules/cronet/example.expected/local_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698