| [ |
| { |
| "cmd": [ |
| "python", |
| "-u", |
| "RECIPE_MODULE[infra::cipd]/resources/bootstrap.py", |
| "--platform", |
| "linux-amd64", |
| "--dest-directory", |
| "[SLAVE_BUILD]/cipd", |
| "--json-output", |
| "/path/to/tmp/json" |
| ], |
| "name": "install cipd", |
| "~followup_annotations": [ |
| "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@@", |
| "@@@[email protected]@{@@@", |
| "@@@[email protected]@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\", @@@", |
| "@@@[email protected]@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\"@@@", |
| "@@@[email protected]@}@@@", |
| "@@@[email protected]@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[SLAVE_BUILD]/cipd/cipd", |
| "ensure", |
| "--root", |
| "[CACHE]/cipd", |
| "--list", |
| "fuchsia/tools/jiri/linux-amd64 latest", |
| "--json-output", |
| "/path/to/tmp/json" |
| ], |
| "name": "ensure_installed", |
| "~followup_annotations": [ |
| "@@@[email protected]@{@@@", |
| "@@@[email protected]@ \"result\": [@@@", |
| "@@@[email protected]@ {@@@", |
| "@@@[email protected]@ \"instance_id\": \"resolved-instance_id-of-latest----------\", @@@", |
| "@@@[email protected]@ \"package\": \"fuchsia/tools/jiri/linux-amd64\"@@@", |
| "@@@[email protected]@ }@@@", |
| "@@@[email protected]@ ]@@@", |
| "@@@[email protected]@}@@@", |
| "@@@[email protected]@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[CACHE]/cipd/jiri", |
| "init", |
| "-cache", |
| "[JIRI_CACHE]", |
| "dir" |
| ], |
| "name": "jiri init" |
| }, |
| { |
| "cmd": [ |
| "[CACHE]/cipd/jiri", |
| "import", |
| "-overwrite=true", |
| "minimal", |
| "https://fuchsia.googlesource.com" |
| ], |
| "name": "jiri import" |
| }, |
| { |
| "cmd": [ |
| "[CACHE]/cipd/jiri", |
| "update", |
| "-autoupdate=false", |
| "-gc=true", |
| "snapshot" |
| ], |
| "name": "jiri update" |
| }, |
| { |
| "cmd": [ |
| "[CACHE]/cipd/jiri", |
| "snapshot", |
| "/path/to/tmp/" |
| ], |
| "name": "jiri snapshot", |
| "~followup_annotations": [ |
| "@@@[email protected]@@@@", |
| "@@@[email protected]@<manifest>@@@", |
| "@@@[email protected]@ <projects>@@@", |
| "@@@[email protected]@ <project name=\"manifest\" path=\"manifest\" remote=\"https://fuchsia.googlesource.com/manifest\" revision=\"4c2b0da3c06341db5cebe4d02c78c93c3b2bd78b\"/>@@@", |
| "@@@[email protected]@ </projects>@@@", |
| "@@@[email protected]@</manifest>@@@", |
| "@@@[email protected]@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[CACHE]/cipd/jiri", |
| "project", |
| "info", |
| "-json-output", |
| "/path/to/tmp/json", |
| "test" |
| ], |
| "name": "jiri project info", |
| "~followup_annotations": [ |
| "@@@[email protected]@[@@@", |
| "@@@[email protected]@ {@@@", |
| "@@@[email protected]@ \"branches\": [@@@", |
| "@@@[email protected]@ \"(HEAD detached at c22471f)\", @@@", |
| "@@@[email protected]@ \"master\"@@@", |
| "@@@[email protected]@ ], @@@", |
| "@@@[email protected]@ \"current_branch\": \"\", @@@", |
| "@@@[email protected]@ \"name\": \"test\", @@@", |
| "@@@[email protected]@ \"path\": \"/path/to/repo\", @@@", |
| "@@@[email protected]@ \"remote\": \"https://fuchsia.googlesource.com/repo\", @@@", |
| "@@@[email protected]@ \"revision\": \"c22471f4e3f842ae18dd9adec82ed9eb78ed1127\"@@@", |
| "@@@[email protected]@ }@@@", |
| "@@@[email protected]@]@@@", |
| "@@@[email protected]@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[CACHE]/cipd/jiri", |
| "patch", |
| "-host", |
| "https://fuchsia-review.googlesource.com", |
| "-delete=true", |
| "-force=true", |
| "refs/changes/1/2/3" |
| ], |
| "name": "jiri patch" |
| }, |
| { |
| "cmd": [ |
| "[CACHE]/cipd/jiri", |
| "project", |
| "clean", |
| "-branches=true" |
| ], |
| "name": "jiri project clean" |
| }, |
| { |
| "name": "$result", |
| "recipe_result": null, |
| "status_code": 0 |
| } |
| ] |