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

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

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 2 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 "[DEPOT_TOOLS_ROOT]/third_party/gsutil/gsutil", 6 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
7 "cp", 7 "cp",
8 "[SLAVE_BUILD_ROOT]/boom", 8 "[SLAVE_BUILD]/boom",
9 "gs://chromium-recipe-test/some/random/path/to/boom" 9 "gs://chromium-recipe-test/some/random/path/to/boom"
10 ], 10 ],
11 "name": "gsutil upload" 11 "name": "gsutil upload"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "python", 15 "python",
16 "-u", 16 "-u",
17 "[DEPOT_TOOLS_ROOT]/third_party/gsutil/gsutil", 17 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
18 "cp", 18 "cp",
19 "gs://chromium-recipe-test/some/random/path/**", 19 "gs://chromium-recipe-test/some/random/path/**",
20 "gs://chromium-recipe-test/staging" 20 "gs://chromium-recipe-test/staging"
21 ], 21 ],
22 "name": "gsutil cp" 22 "name": "gsutil cp"
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "[DEPOT_TOOLS_ROOT]/third_party/gsutil/gsutil", 28 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
29 "cp", 29 "cp",
30 "gs://chromium-recipe-test/staging/to/boom", 30 "gs://chromium-recipe-test/staging/to/boom",
31 "[SLAVE_BUILD_ROOT]/erang" 31 "[SLAVE_BUILD]/erang"
32 ], 32 ],
33 "name": "gsutil download" 33 "name": "gsutil download"
34 } 34 }
35 ] 35 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/git/example.expected/platform_win.json ('k') | scripts/slave/recipe_modules/path/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698