OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 6 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
7 "[SLAVE_BUILD]/git_clone_bundler/bundles" | 7 "[SLAVE_BUILD]/git_clone_bundler/bundles" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "rmtree old bundles", | 10 "name": "rmtree old bundles", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e.
bundle", | 103 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e.
bundle", |
104 "--all" | 104 "--all" |
105 ], | 105 ], |
106 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48
4/path/to/foo", | 106 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48
4/path/to/foo", |
107 "name": "create bundle (src/foo)" | 107 "name": "create bundle (src/foo)" |
108 }, | 108 }, |
109 { | 109 { |
110 "cmd": [ | 110 "cmd": [ |
111 "python", | 111 "python", |
112 "-u", | 112 "-u", |
113 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 113 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
114 "--", | 114 "--", |
115 "[DEPOT_TOOLS]/gsutil.py", | 115 "[DEPOT_TOOLS]/gsutil.py", |
116 "----", | 116 "----", |
117 "cp", | 117 "cp", |
118 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e.
bundle", | 118 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e.
bundle", |
119 "gs://clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle" | 119 "gs://clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle" |
120 ], | 120 ], |
121 "cwd": "[SLAVE_BUILD]", | 121 "cwd": "[SLAVE_BUILD]", |
122 "name": "gsutil upload bundle (src/foo)", | 122 "name": "gsutil upload bundle (src/foo)", |
123 "~followup_annotations": [ | 123 "~followup_annotations": [ |
(...skipping 22 matching lines...) Expand all Loading... |
146 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16.
bundle", | 146 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16.
bundle", |
147 "--all" | 147 "--all" |
148 ], | 148 ], |
149 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48
4/path/to/bar", | 149 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48
4/path/to/bar", |
150 "name": "create bundle (src/bar)" | 150 "name": "create bundle (src/bar)" |
151 }, | 151 }, |
152 { | 152 { |
153 "cmd": [ | 153 "cmd": [ |
154 "python", | 154 "python", |
155 "-u", | 155 "-u", |
156 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 156 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
157 "--", | 157 "--", |
158 "[DEPOT_TOOLS]/gsutil.py", | 158 "[DEPOT_TOOLS]/gsutil.py", |
159 "----", | 159 "----", |
160 "cp", | 160 "cp", |
161 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16.
bundle", | 161 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16.
bundle", |
162 "gs://clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle" | 162 "gs://clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle" |
163 ], | 163 ], |
164 "cwd": "[SLAVE_BUILD]", | 164 "cwd": "[SLAVE_BUILD]", |
165 "name": "gsutil upload bundle (src/bar)", | 165 "name": "gsutil upload bundle (src/bar)", |
166 "~followup_annotations": [ | 166 "~followup_annotations": [ |
(...skipping 13 matching lines...) Expand all Loading... |
180 "~followup_annotations": [ | 180 "~followup_annotations": [ |
181 "@@@STEP_TEXT@https://localhost/bar.git@@@" | 181 "@@@STEP_TEXT@https://localhost/bar.git@@@" |
182 ] | 182 ] |
183 }, | 183 }, |
184 { | 184 { |
185 "name": "$result", | 185 "name": "$result", |
186 "recipe_result": null, | 186 "recipe_result": null, |
187 "status_code": 0 | 187 "status_code": 0 |
188 } | 188 } |
189 ] | 189 ] |
OLD | NEW |