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