| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[ROOT]/b/depot_tools/gsutil.py", |
| 9 "----", | 9 "----", |
| 10 "-h", | 10 "-h", |
| 11 "Cache-Control:no-cache", | 11 "Cache-Control:no-cache", |
| 12 "-h", | 12 "-h", |
| 13 "x-goog-meta-Remove-Me", | 13 "x-goog-meta-Remove-Me", |
| 14 "-h", | 14 "-h", |
| 15 "x-goog-meta-Test-Field:value", | 15 "x-goog-meta-Test-Field:value", |
| 16 "-h", | 16 "-h", |
| 17 "x-custom-field:custom-value", | 17 "x-custom-field:custom-value", |
| 18 "cp", | 18 "cp", |
| 19 "[SLAVE_BUILD]/boom", | 19 "[CWD]/boom", |
| 20 "gs://chromium-recipe-test/some/random/path/to/boom" | 20 "gs://chromium-recipe-test/some/random/path/to/boom" |
| 21 ], | 21 ], |
| 22 "cwd": "[SLAVE_BUILD]", | |
| 23 "name": "gsutil upload", | 22 "name": "gsutil upload", |
| 24 "~followup_annotations": [ | 23 "~followup_annotations": [ |
| 25 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe
-test/some/random/path/to/boom@@@" | 24 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe
-test/some/random/path/to/boom@@@" |
| 26 ] | 25 ] |
| 27 }, | 26 }, |
| 28 { | 27 { |
| 29 "cmd": [ | 28 "cmd": [ |
| 30 "python", | 29 "python", |
| 31 "-u", | 30 "-u", |
| 32 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 31 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 33 "--", | 32 "--", |
| 34 "[DEPOT_TOOLS]/gsutil.py", | 33 "[ROOT]/b/depot_tools/gsutil.py", |
| 35 "----", | 34 "----", |
| 36 "cp", | 35 "cp", |
| 37 "gs://chromium-recipe-test/some/random/path/**", | 36 "gs://chromium-recipe-test/some/random/path/**", |
| 38 "gs://chromium-recipe-test/staging" | 37 "gs://chromium-recipe-test/staging" |
| 39 ], | 38 ], |
| 40 "cwd": "[SLAVE_BUILD]", | |
| 41 "name": "gsutil cp" | 39 "name": "gsutil cp" |
| 42 }, | 40 }, |
| 43 { | 41 { |
| 44 "cmd": [ | 42 "cmd": [ |
| 45 "python", | 43 "python", |
| 46 "-u", | 44 "-u", |
| 47 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 45 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 48 "--", | 46 "--", |
| 49 "[DEPOT_TOOLS]/gsutil.py", | 47 "[ROOT]/b/depot_tools/gsutil.py", |
| 50 "--force-version", | 48 "--force-version", |
| 51 "3.25", | 49 "3.25", |
| 52 "----", | 50 "----", |
| 53 "cp", | 51 "cp", |
| 54 "gs://chromium-recipe-test/some/random/path/**", | 52 "gs://chromium-recipe-test/some/random/path/**", |
| 55 "gs://chromium-recipe-test/staging" | 53 "gs://chromium-recipe-test/staging" |
| 56 ], | 54 ], |
| 57 "cwd": "[SLAVE_BUILD]", | |
| 58 "name": "gsutil cp (2)" | 55 "name": "gsutil cp (2)" |
| 59 }, | 56 }, |
| 60 { | 57 { |
| 61 "cmd": [ | 58 "cmd": [ |
| 62 "python", | 59 "python", |
| 63 "-u", | 60 "-u", |
| 64 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 61 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 65 "--", | 62 "--", |
| 66 "[DEPOT_TOOLS]/gsutil.py", | 63 "[ROOT]/b/depot_tools/gsutil.py", |
| 67 "----", | 64 "----", |
| 68 "cp", | 65 "cp", |
| 69 "gs://chromium-recipe-test/some/random/path/to/boom", | 66 "gs://chromium-recipe-test/some/random/path/to/boom", |
| 70 "[SLAVE_BUILD]/boom" | 67 "[CWD]/boom" |
| 71 ], | 68 ], |
| 72 "cwd": "[SLAVE_BUILD]", | |
| 73 "name": "gsutil gsutil download url" | 69 "name": "gsutil gsutil download url" |
| 74 }, | 70 }, |
| 75 { | 71 { |
| 76 "cmd": [ | 72 "cmd": [ |
| 77 "python", | 73 "python", |
| 78 "-u", | 74 "-u", |
| 79 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 75 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 80 "--", | 76 "--", |
| 81 "[DEPOT_TOOLS]/gsutil.py", | 77 "[ROOT]/b/depot_tools/gsutil.py", |
| 82 "----", | 78 "----", |
| 83 "cp", | 79 "cp", |
| 84 "gs://chromium-recipe-test/staging/to/boom", | 80 "gs://chromium-recipe-test/staging/to/boom", |
| 85 "[SLAVE_BUILD]/erang" | 81 "[CWD]/erang" |
| 86 ], | 82 ], |
| 87 "cwd": "[SLAVE_BUILD]", | |
| 88 "name": "gsutil download" | 83 "name": "gsutil download" |
| 89 }, | 84 }, |
| 90 { | 85 { |
| 91 "cmd": [ | 86 "cmd": [ |
| 92 "python", | 87 "python", |
| 93 "-u", | 88 "-u", |
| 94 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 89 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 95 "--", | 90 "--", |
| 96 "[DEPOT_TOOLS]/gsutil.py", | 91 "[ROOT]/b/depot_tools/gsutil.py", |
| 97 "----", | 92 "----", |
| 98 "signurl", | 93 "signurl", |
| 99 "path/to/key", | 94 "path/to/key", |
| 100 "gs://chromium-recipe-test/some/random/path/to/boom" | 95 "gs://chromium-recipe-test/some/random/path/to/boom" |
| 101 ], | 96 ], |
| 102 "cwd": "[SLAVE_BUILD]", | |
| 103 "name": "gsutil signed url" | 97 "name": "gsutil signed url" |
| 104 }, | 98 }, |
| 105 { | 99 { |
| 106 "cmd": [ | 100 "cmd": [ |
| 107 "python", | 101 "python", |
| 108 "-u", | 102 "-u", |
| 109 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 103 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 110 "--", | 104 "--", |
| 111 "[DEPOT_TOOLS]/gsutil.py", | 105 "[ROOT]/b/depot_tools/gsutil.py", |
| 112 "----", | 106 "----", |
| 113 "rm", | 107 "rm", |
| 114 "gs://chromium-recipe-test/staging/to/boom" | 108 "gs://chromium-recipe-test/staging/to/boom" |
| 115 ], | 109 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "gsutil remove" | 110 "name": "gsutil remove" |
| 118 }, | 111 }, |
| 119 { | 112 { |
| 120 "cmd": [ | 113 "cmd": [ |
| 121 "python", | 114 "python", |
| 122 "-u", | 115 "-u", |
| 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/gsutil_download.py", | 116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/gsutil_download.py", |
| 124 "--poll", | 117 "--poll", |
| 125 "--url", | 118 "--url", |
| 126 "gs://chromium-recipe-test/foo/bar", | 119 "gs://chromium-recipe-test/foo/bar", |
| 127 "--dst", | 120 "--dst", |
| 128 "local/path/for/download", | 121 "local/path/for/download", |
| 129 "--poll-interval", | 122 "--poll-interval", |
| 130 "15", | 123 "15", |
| 131 "--timeout", | 124 "--timeout", |
| 132 "600" | 125 "600" |
| 133 ], | 126 ], |
| 134 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[CWD]", |
| 135 "name": "Download GS file with polling" | 128 "name": "Download GS file with polling" |
| 136 }, | 129 }, |
| 137 { | 130 { |
| 138 "name": "$result", | 131 "name": "$result", |
| 139 "recipe_result": null, | 132 "recipe_result": null, |
| 140 "status_code": 0 | 133 "status_code": 0 |
| 141 } | 134 } |
| 142 ] | 135 ] |
| OLD | NEW |