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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/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]",
18 "name": "test branch parse" 19 "name": "test branch parse"
19 }, 20 },
20 { 21 {
21 "cmd": [ 22 "cmd": [
22 "/bin/echo", 23 "/bin/echo",
23 "12345" 24 "12345"
24 ], 25 ],
26 "cwd": "[SLAVE_BUILD]",
25 "name": "test revision parse" 27 "name": "test revision parse"
26 }, 28 },
27 { 29 {
28 "cmd": [ 30 "cmd": [
29 "/bin/echo", 31 "/bin/echo",
30 "refs/heads/master@{#12345}" 32 "refs/heads/master@{#12345}"
31 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
32 "name": "test construction" 35 "name": "test construction"
33 }, 36 },
34 { 37 {
35 "name": "$result", 38 "name": "$result",
36 "recipe_result": null, 39 "recipe_result": null,
37 "status_code": 0 40 "status_code": 0
38 } 41 }
39 ] 42 ]
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