| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 6 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 7 "--platform", | 7 "--platform", |
| 8 "windows-amd64", | 8 "windows-amd64", |
| 9 "--dest-directory", | 9 "--dest-directory", |
| 10 "[CWD]\\cipd", | 10 "[SLAVE_BUILD]\\cipd", |
| 11 "--json-output", | 11 "--json-output", |
| 12 "/path/to/tmp/json" | 12 "/path/to/tmp/json" |
| 13 ], | 13 ], |
| 14 "cwd": "[SLAVE_BUILD]", |
| 14 "name": "install cipd", | 15 "name": "install cipd", |
| 15 "~followup_annotations": [ | 16 "~followup_annotations": [ |
| 16 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 17 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 17 "@@@STEP_LOG_LINE@json.output@{@@@", | 18 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 21 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 22 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 23 ] |
| 23 }, | 24 }, |
| 24 { | 25 { |
| 25 "cmd": [ | 26 "cmd": [ |
| 26 "fake_slave_build/cipd", | 27 "[SLAVE_BUILD]\\cipd\\cipd", |
| 27 "pkg-build", | 28 "pkg-build", |
| 28 "--in", | 29 "--in", |
| 29 "[SLAVE_BUILD]/build/scripts/slave/recipe_modules/cipd", | 30 "[SLAVE_BUILD]/build/scripts/slave/recipe_modules/cipd", |
| 30 "--name", | 31 "--name", |
| 31 "infra/cipd_recipe_test/windows-amd64", | 32 "infra/cipd_recipe_test/windows-amd64", |
| 32 "--out", | 33 "--out", |
| 33 "[CWD]\\test_package.cipd", | 34 "[SLAVE_BUILD]\\test_package.cipd", |
| 34 "--json-output", | 35 "--json-output", |
| 35 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
| 36 "--install-mode", | 37 "--install-mode", |
| 37 "copy" | 38 "copy" |
| 38 ], | 39 ], |
| 40 "cwd": "[SLAVE_BUILD]", |
| 39 "name": "build windows-amd64", | 41 "name": "build windows-amd64", |
| 40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@instance_id: 40-chars-fake-of-the-package-instance_id@@@", | 43 "@@@STEP_TEXT@instance_id: 40-chars-fake-of-the-package-instance_id@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\"@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ }@@@", | 48 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@}@@@", | 49 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 48 "@@@STEP_LOG_END@json.output@@@" | 50 "@@@STEP_LOG_END@json.output@@@" |
| 49 ] | 51 ] |
| 50 }, | 52 }, |
| 51 { | 53 { |
| 52 "cmd": [ | 54 "cmd": [ |
| 53 "fake_slave_build/cipd", | 55 "[SLAVE_BUILD]\\cipd\\cipd", |
| 54 "pkg-register", | 56 "pkg-register", |
| 55 "[CWD]\\test_package.cipd", | 57 "[SLAVE_BUILD]\\test_package.cipd", |
| 56 "--json-output", | 58 "--json-output", |
| 57 "/path/to/tmp/json", | 59 "/path/to/tmp/json", |
| 58 "--service-account-json", | 60 "--service-account-json", |
| 59 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", | 61 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", |
| 60 "--ref", | 62 "--ref", |
| 61 "latest", | 63 "latest", |
| 62 "--tag", | 64 "--tag", |
| 63 "buildbot_build:chromium.infra/cipd-module-tester/571", | 65 "buildbot_build:chromium.infra/cipd-module-tester/571", |
| 64 "--tag", | 66 "--tag", |
| 65 "git_repository:https://chromium.googlesource.com/chrome/tools/build", | 67 "git_repository:https://chromium.googlesource.com/chrome/tools/build", |
| 66 "--tag", | 68 "--tag", |
| 67 "revision:deadbeaf" | 69 "revision:deadbeaf" |
| 68 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
| 69 "name": "register infra/cipd_recipe_test/windows-amd64", | 72 "name": "register infra/cipd_recipe_test/windows-amd64", |
| 70 "~followup_annotations": [ | 73 "~followup_annotations": [ |
| 71 "@@@STEP_LOG_LINE@json.output@{@@@", | 74 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\"@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\"@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ }@@@", | 78 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@}@@@", | 79 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 77 "@@@STEP_LOG_END@json.output@@@" | 80 "@@@STEP_LOG_END@json.output@@@" |
| 78 ] | 81 ] |
| 79 }, | 82 }, |
| 80 { | 83 { |
| 81 "cmd": [ | 84 "cmd": [ |
| 82 "fake_slave_build/cipd", | 85 "[SLAVE_BUILD]\\cipd\\cipd", |
| 83 "set-tag", | 86 "set-tag", |
| 84 "infra/cipd_recipe_test/windows-amd64", | 87 "infra/cipd_recipe_test/windows-amd64", |
| 85 "--version", | 88 "--version", |
| 86 "40-chars-fake-of-the-package-instance_id", | 89 "40-chars-fake-of-the-package-instance_id", |
| 87 "--json-output", | 90 "--json-output", |
| 88 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
| 89 "--service-account-json", | 92 "--service-account-json", |
| 90 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", | 93 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", |
| 91 "--tag", | 94 "--tag", |
| 92 "tag:cipd_test" | 95 "tag:cipd_test" |
| 93 ], | 96 ], |
| 97 "cwd": "[SLAVE_BUILD]", |
| 94 "name": "cipd set-tag infra/cipd_recipe_test/windows-amd64", | 98 "name": "cipd set-tag infra/cipd_recipe_test/windows-amd64", |
| 95 "~followup_annotations": [ | 99 "~followup_annotations": [ |
| 96 "@@@STEP_LOG_LINE@json.output@{@@@", | 100 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 97 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\", @@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\", @@@", |
| 99 "@@@STEP_LOG_LINE@json.output@ \"pin\": {@@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"pin\": {@@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ }@@@", | 106 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ }@@@", | 107 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@}@@@", | 108 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 105 "@@@STEP_LOG_END@json.output@@@" | 109 "@@@STEP_LOG_END@json.output@@@" |
| 106 ] | 110 ] |
| 107 }, | 111 }, |
| 108 { | 112 { |
| 109 "cmd": [ | 113 "cmd": [ |
| 110 "fake_slave_build/cipd", | 114 "[SLAVE_BUILD]\\cipd\\cipd", |
| 111 "set-ref", | 115 "set-ref", |
| 112 "infra/cipd_recipe_test/windows-amd64", | 116 "infra/cipd_recipe_test/windows-amd64", |
| 113 "--version", | 117 "--version", |
| 114 "40-chars-fake-of-the-package-instance_id", | 118 "40-chars-fake-of-the-package-instance_id", |
| 115 "--json-output", | 119 "--json-output", |
| 116 "/path/to/tmp/json", | 120 "/path/to/tmp/json", |
| 117 "--service-account-json", | 121 "--service-account-json", |
| 118 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", | 122 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", |
| 119 "--ref", | 123 "--ref", |
| 120 "cipd_test" | 124 "cipd_test" |
| 121 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]", |
| 122 "name": "cipd set-ref infra/cipd_recipe_test/windows-amd64", | 127 "name": "cipd set-ref infra/cipd_recipe_test/windows-amd64", |
| 123 "~followup_annotations": [ | 128 "~followup_annotations": [ |
| 124 "@@@STEP_LOG_LINE@json.output@{@@@", | 129 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 125 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 130 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\", @@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\", @@@", |
| 127 "@@@STEP_LOG_LINE@json.output@ \"pin\": {@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"pin\": {@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@ }@@@", | 135 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ }@@@", | 136 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 132 "@@@STEP_LOG_LINE@json.output@}@@@", | 137 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 133 "@@@STEP_LOG_END@json.output@@@" | 138 "@@@STEP_LOG_END@json.output@@@" |
| 134 ] | 139 ] |
| 135 }, | 140 }, |
| 136 { | 141 { |
| 137 "cmd": [ | 142 "cmd": [ |
| 138 "fake_slave_build/cipd", | 143 "[SLAVE_BUILD]\\cipd\\cipd", |
| 139 "search", | 144 "search", |
| 140 "infra/cipd_recipe_test/windows-amd64", | 145 "infra/cipd_recipe_test/windows-amd64", |
| 141 "--tag", | 146 "--tag", |
| 142 "revision:deadbeaf", | 147 "revision:deadbeaf", |
| 143 "--json-output", | 148 "--json-output", |
| 144 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
| 145 "--service-account-json", | 150 "--service-account-json", |
| 146 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" | 151 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" |
| 147 ], | 152 ], |
| 153 "cwd": "[SLAVE_BUILD]", |
| 148 "name": "cipd search infra/cipd_recipe_test/windows-amd64 revision:deadbeaf"
, | 154 "name": "cipd search infra/cipd_recipe_test/windows-amd64 revision:deadbeaf"
, |
| 149 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@json.output@{@@@", | 156 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ {@@@", | 158 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ }@@@", | 161 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 162 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@}@@@", | 163 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 158 "@@@STEP_LOG_END@json.output@@@" | 164 "@@@STEP_LOG_END@json.output@@@" |
| 159 ] | 165 ] |
| 160 }, | 166 }, |
| 161 { | 167 { |
| 162 "cmd": [ | 168 "cmd": [ |
| 163 "fake_slave_build/cipd", | 169 "[SLAVE_BUILD]\\cipd\\cipd", |
| 164 "describe", | 170 "describe", |
| 165 "infra/cipd_recipe_test/windows-amd64", | 171 "infra/cipd_recipe_test/windows-amd64", |
| 166 "--version", | 172 "--version", |
| 167 "40-chars-fake-of-the-package-instance_id", | 173 "40-chars-fake-of-the-package-instance_id", |
| 168 "--json-output", | 174 "--json-output", |
| 169 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
| 170 "--service-account-json", | 176 "--service-account-json", |
| 171 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" | 177 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" |
| 172 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]", |
| 173 "name": "cipd describe infra/cipd_recipe_test/windows-amd64", | 180 "name": "cipd describe infra/cipd_recipe_test/windows-amd64", |
| 174 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 175 "@@@STEP_LOG_LINE@json.output@{@@@", | 182 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ \"pin\": {@@@", | 184 "@@@STEP_LOG_LINE@json.output@ \"pin\": {@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", | 185 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 187 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"refs\": [@@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"refs\": [@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ {@@@", | 189 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 204 "@@@STEP_LOG_LINE@json.output@ \"tag\": \"revision:deadbeaf\"@@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"tag\": \"revision:deadbeaf\"@@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ }@@@", | 212 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 213 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ }@@@", | 214 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@}@@@", | 215 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@" | 216 "@@@STEP_LOG_END@json.output@@@" |
| 210 ] | 217 ] |
| 211 }, | 218 }, |
| 212 { | 219 { |
| 213 "cmd": [ | 220 "cmd": [ |
| 214 "fake_slave_build/cipd", | 221 "[SLAVE_BUILD]\\cipd\\cipd", |
| 215 "ensure", | 222 "ensure", |
| 216 "--root", | 223 "--root", |
| 217 "[CWD]\\cipd_test_package", | 224 "[SLAVE_BUILD]\\cipd_test_package", |
| 218 "--list", | 225 "--list", |
| 219 "infra/cipd_recipe_test/windows-amd64 latest", | 226 "infra/cipd_recipe_test/windows-amd64 latest", |
| 220 "--json-output", | 227 "--json-output", |
| 221 "/path/to/tmp/json", | 228 "/path/to/tmp/json", |
| 222 "--service-account-json", | 229 "--service-account-json", |
| 223 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" | 230 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" |
| 224 ], | 231 ], |
| 232 "cwd": "[SLAVE_BUILD]", |
| 225 "name": "ensure_installed", | 233 "name": "ensure_installed", |
| 226 "~followup_annotations": [ | 234 "~followup_annotations": [ |
| 227 "@@@STEP_LOG_LINE@json.output@{@@@", | 235 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ {@@@", | 237 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-latest----------\", @@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-latest----------\", @@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 240 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 241 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@}@@@", | 242 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 235 "@@@STEP_LOG_END@json.output@@@" | 243 "@@@STEP_LOG_END@json.output@@@" |
| 236 ] | 244 ] |
| 237 }, | 245 }, |
| 238 { | 246 { |
| 239 "cmd": [ | 247 "cmd": [ |
| 240 "fake_slave_build/cipd", | 248 "[SLAVE_BUILD]\\cipd\\cipd", |
| 241 "ensure", | 249 "ensure", |
| 242 "--root", | 250 "--root", |
| 243 "[CWD]\\cipd_test_package", | 251 "[SLAVE_BUILD]\\cipd_test_package", |
| 244 "--list", | 252 "--list", |
| 245 "infra/cipd_recipe_test/windows-amd64 40-chars-fake-of-the-package-instanc
e_id", | 253 "infra/cipd_recipe_test/windows-amd64 40-chars-fake-of-the-package-instanc
e_id", |
| 246 "--json-output", | 254 "--json-output", |
| 247 "/path/to/tmp/json", | 255 "/path/to/tmp/json", |
| 248 "--service-account-json", | 256 "--service-account-json", |
| 249 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" | 257 "C:\\creds\\service_accounts\\service-account-cipd-builder.json" |
| 250 ], | 258 ], |
| 259 "cwd": "[SLAVE_BUILD]", |
| 251 "name": "ensure_installed (2)", | 260 "name": "ensure_installed (2)", |
| 252 "~followup_annotations": [ | 261 "~followup_annotations": [ |
| 253 "@@@STEP_LOG_LINE@json.output@{@@@", | 262 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ {@@@", | 264 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-th
e-package-instance_id\", @@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/
windows-amd64\"@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ }@@@", | 267 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 268 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@}@@@", | 269 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 261 "@@@STEP_LOG_END@json.output@@@" | 270 "@@@STEP_LOG_END@json.output@@@" |
| 262 ] | 271 ] |
| 263 }, | 272 }, |
| 264 { | 273 { |
| 265 "cmd": [ | 274 "cmd": [ |
| 266 "python", | 275 "python", |
| 267 "-u", | 276 "-u", |
| 268 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 277 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 269 "[CWD]\\cipd_test_package\\.cipd" | 278 "[SLAVE_BUILD]\\cipd_test_package\\.cipd" |
| 270 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]", |
| 271 "name": "rmtree .cipd package directory", | 281 "name": "rmtree .cipd package directory", |
| 272 "~followup_annotations": [ | 282 "~followup_annotations": [ |
| 273 "@@@STEP_LOG_LINE@python.inline@@@@", | 283 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 274 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 284 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 275 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 285 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 276 "@@@STEP_LOG_LINE@python.inline@@@@", | 286 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 277 "@@@STEP_LOG_LINE@python.inline@@@@", | 287 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 278 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 288 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 279 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 289 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 280 "@@@STEP_LOG_END@python.inline@@@" | 290 "@@@STEP_LOG_END@python.inline@@@" |
| 281 ] | 291 ] |
| 282 }, | 292 }, |
| 283 { | 293 { |
| 284 "cmd": [ | 294 "cmd": [ |
| 285 "fake_slave_build/cipd", | 295 "[SLAVE_BUILD]\\cipd\\cipd", |
| 286 "pkg-build", | 296 "pkg-build", |
| 287 "--in", | 297 "--in", |
| 288 "[CWD]\\cipd_test_package", | 298 "[SLAVE_BUILD]\\cipd_test_package", |
| 289 "--name", | 299 "--name", |
| 290 "infra/cipd_recipe_test/windows-amd64", | 300 "infra/cipd_recipe_test/windows-amd64", |
| 291 "--out", | 301 "--out", |
| 292 "[CWD]\\test_package.cipd", | 302 "[SLAVE_BUILD]\\test_package.cipd", |
| 293 "--json-output", | 303 "--json-output", |
| 294 "/path/to/tmp/json", | 304 "/path/to/tmp/json", |
| 295 "--install-mode", | 305 "--install-mode", |
| 296 "copy" | 306 "copy" |
| 297 ], | 307 ], |
| 308 "cwd": "[SLAVE_BUILD]", |
| 298 "name": "build windows-amd64 (2)", | 309 "name": "build windows-amd64 (2)", |
| 299 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 300 "@@@STEP_LOG_LINE@json.output@{@@@", | 311 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", | 312 "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", | 313 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-
package-instance_id\", @@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\"@@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/cipd_recipe_test/wi
ndows-amd64\"@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ }@@@", | 315 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@}@@@", | 316 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 306 "@@@STEP_LOG_END@json.output@@@" | 317 "@@@STEP_LOG_END@json.output@@@" |
| 307 ] | 318 ] |
| 308 }, | 319 }, |
| 309 { | 320 { |
| 310 "name": "$result", | 321 "name": "$result", |
| 311 "recipe_result": null, | 322 "recipe_result": null, |
| 312 "status_code": 0 | 323 "status_code": 0 |
| 313 } | 324 } |
| 314 ] | 325 ] |
| OLD | NEW |