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

Side by Side Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Actual code change Created 5 years, 9 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 6 "MODULE[gsutil]/resources/gsutil_wrapper.py",
7 "--", 7 "--",
8 "[DEPOT_TOOLS]/gsutil.py", 8 "[DEPOT_TOOLS]/gsutil.py",
9 "--force-version", 9 "--force-version",
10 "3.25", 10 "3.25",
11 "--", 11 "--",
12 "cp", 12 "cp",
13 "-h", 13 "-h",
14 "Cache-Control:no-cache", 14 "Cache-Control:no-cache",
15 "-h", 15 "-h",
16 "x-goog-meta-Remove-Me", 16 "x-goog-meta-Remove-Me",
17 "-h", 17 "-h",
18 "x-goog-meta-Test-Field:value", 18 "x-goog-meta-Test-Field:value",
19 "-h", 19 "-h",
20 "x-custom-field:custom-value", 20 "x-custom-field:custom-value",
21 "[SLAVE_BUILD]/boom", 21 "[SLAVE_BUILD]/boom",
22 "gs://chromium-recipe-test/some/random/path/to/boom" 22 "gs://chromium-recipe-test/some/random/path/to/boom"
23 ], 23 ],
24 "name": "gsutil upload", 24 "name": "gsutil upload",
25 "~followup_annotations": [ 25 "~followup_annotations": [
26 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-reci pe-test/some/random/path/to/boom@@@" 26 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-reci pe-test/some/random/path/to/boom@@@"
27 ] 27 ]
28 }, 28 },
29 { 29 {
30 "cmd": [ 30 "cmd": [
31 "python", 31 "python",
32 "-u", 32 "-u",
33 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 33 "MODULE[gsutil]/resources/gsutil_wrapper.py",
34 "--", 34 "--",
35 "[DEPOT_TOOLS]/gsutil.py", 35 "[DEPOT_TOOLS]/gsutil.py",
36 "--force-version", 36 "--force-version",
37 "3.25", 37 "3.25",
38 "--", 38 "--",
39 "cp", 39 "cp",
40 "gs://chromium-recipe-test/some/random/path/**", 40 "gs://chromium-recipe-test/some/random/path/**",
41 "gs://chromium-recipe-test/staging" 41 "gs://chromium-recipe-test/staging"
42 ], 42 ],
43 "name": "gsutil cp" 43 "name": "gsutil cp"
44 }, 44 },
45 { 45 {
46 "cmd": [ 46 "cmd": [
47 "python", 47 "python",
48 "-u", 48 "-u",
49 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 49 "MODULE[gsutil]/resources/gsutil_wrapper.py",
50 "--", 50 "--",
51 "[DEPOT_TOOLS]/gsutil.py", 51 "[DEPOT_TOOLS]/gsutil.py",
52 "--force-version", 52 "--force-version",
53 "3.25", 53 "3.25",
54 "--", 54 "--",
55 "cp", 55 "cp",
56 "gs://chromium-recipe-test/some/random/path/to/boom", 56 "gs://chromium-recipe-test/some/random/path/to/boom",
57 "[SLAVE_BUILD]/boom" 57 "[SLAVE_BUILD]/boom"
58 ], 58 ],
59 "name": "gsutil gsutil download url" 59 "name": "gsutil gsutil download url"
60 }, 60 },
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "python", 63 "python",
64 "-u", 64 "-u",
65 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 65 "MODULE[gsutil]/resources/gsutil_wrapper.py",
66 "--", 66 "--",
67 "[DEPOT_TOOLS]/gsutil.py", 67 "[DEPOT_TOOLS]/gsutil.py",
68 "--force-version", 68 "--force-version",
69 "3.25", 69 "3.25",
70 "--", 70 "--",
71 "cp", 71 "cp",
72 "gs://chromium-recipe-test/staging/to/boom", 72 "gs://chromium-recipe-test/staging/to/boom",
73 "[SLAVE_BUILD]/erang" 73 "[SLAVE_BUILD]/erang"
74 ], 74 ],
75 "name": "gsutil download" 75 "name": "gsutil download"
76 }, 76 },
77 { 77 {
78 "cmd": [ 78 "cmd": [
79 "python", 79 "python",
80 "-u", 80 "-u",
81 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 81 "MODULE[gsutil]/resources/gsutil_wrapper.py",
82 "--", 82 "--",
83 "[DEPOT_TOOLS]/gsutil.py", 83 "[DEPOT_TOOLS]/gsutil.py",
84 "--force-version", 84 "--force-version",
85 "3.25", 85 "3.25",
86 "--", 86 "--",
87 "signurl", 87 "signurl",
88 "path/to/key", 88 "path/to/key",
89 "gs://chromium-recipe-test/some/random/path/to/boom" 89 "gs://chromium-recipe-test/some/random/path/to/boom"
90 ], 90 ],
91 "name": "gsutil signed url" 91 "name": "gsutil signed url"
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 97 "MODULE[gsutil]/resources/gsutil_wrapper.py",
98 "--", 98 "--",
99 "[DEPOT_TOOLS]/gsutil.py", 99 "[DEPOT_TOOLS]/gsutil.py",
100 "--force-version", 100 "--force-version",
101 "3.25", 101 "3.25",
102 "--", 102 "--",
103 "rm", 103 "rm",
104 "gs://chromium-recipe-test/staging/to/boom" 104 "gs://chromium-recipe-test/staging/to/boom"
105 ], 105 ],
106 "name": "gsutil remove" 106 "name": "gsutil remove"
107 }, 107 },
108 { 108 {
109 "cmd": [ 109 "cmd": [
110 "python", 110 "python",
111 "-u", 111 "-u",
112 "[BUILD]/scripts/slave/gsutil_download.py", 112 "[BUILD]/scripts/slave/gsutil_download.py",
113 "--poll", 113 "--poll",
114 "--url", 114 "--url",
115 "gs://chromium-recipe-test/foo/bar", 115 "gs://chromium-recipe-test/foo/bar",
116 "--dst", 116 "--dst",
117 "local/path/for/download", 117 "local/path/for/download",
118 "--poll-interval", 118 "--poll-interval",
119 "15", 119 "15",
120 "--timeout", 120 "--timeout",
121 "600" 121 "600"
122 ], 122 ],
123 "cwd": "[SLAVE_BUILD]", 123 "cwd": "[SLAVE_BUILD]",
124 "name": "Download GS file with polling" 124 "name": "Download GS file with polling"
125 } 125 }
126 ] 126 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698