| [ |
| { |
| "cmd": [], |
| "name": "a1", |
| "~followup_annotations": [ |
| "@@@STEP_FAILURE@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[START_DIR]/checkout/.gitmodules", |
| "/path/to/tmp/" |
| ], |
| "infra_step": true, |
| "name": "a1.read .gitmodules", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@.gitmodules@[submodule \"a1\"]@@@", |
| "@@@STEP_LOG_LINE@.gitmodules@\tpath = a1@@@", |
| "@@@STEP_LOG_LINE@.gitmodules@\turl = sso://foo/a1@@@", |
| "@@@STEP_LOG_END@.gitmodules@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "ls-remote", |
| "--heads", |
| "https://foo.googlesource.com/a1", |
| "main" |
| ], |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "3", |
| "GIT_CONFIG_KEY_0": "gc.auto", |
| "GIT_CONFIG_KEY_1": "gc.autoDetach", |
| "GIT_CONFIG_KEY_2": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "0", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0" |
| }, |
| "name": "a1.git ls-remote", |
| "timeout": 600.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_FAILURE@@@" |
| ] |
| }, |
| { |
| "failure": { |
| "failure": {}, |
| "humanReason": "Step('a1.git ls-remote') (retcode: 1)" |
| }, |
| "name": "$result" |
| } |
| ] |