| [ |
| { |
| "cmd": [], |
| "name": "dest" |
| }, |
| { |
| "cmd": [ |
| "git", |
| "ls-remote", |
| "--heads", |
| "https://foo.googlesource.com/foo", |
| "main" |
| ], |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "name": "dest.git ls-remote", |
| "timeout": 600.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@stdout@h3ll0\trefs/heads/main@@@", |
| "@@@STEP_LOG_END@stdout@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0o777", |
| "[START_DIR]/checkout" |
| ], |
| "infra_step": true, |
| "name": "dest.ensure directory [START_DIR]/checkout", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[START_DIR]/checkout/dest", |
| "/path/to/tmp/" |
| ], |
| "infra_step": true, |
| "name": "dest.read destination dest", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@dest@oldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldold@@@", |
| "@@@STEP_LOG_END@dest@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "dest.checkout https://foo.googlesource.com/foo", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_TEXT@https://foo.googlesource.com/foo@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0o777", |
| "[CLEANUP]/copy_roll_checkout_tmp_1" |
| ], |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.makedirs", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "init" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.git init", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "remote", |
| "add", |
| "origin", |
| "https://foo.googlesource.com/foo" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.git remote", |
| "timeout": 1200.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "config", |
| "core.longpaths", |
| "true" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.set core.longpaths", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "config", |
| "fetch.uriprotocols", |
| "https" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.enable packfiles", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0o777", |
| "[CACHE]/git" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.ensure git cache dir", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "", |
| "[CACHE]/git/.GUARD_FILE" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.write git cache guard file", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0o777", |
| "[CACHE]/git/foo.googlesource.com-foo" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.makedirs", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "init", |
| "--bare" |
| ], |
| "cwd": "[CACHE]/git/foo.googlesource.com-foo", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.git init", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "config", |
| "remote.origin.url", |
| "https://foo.googlesource.com/foo" |
| ], |
| "cwd": "[CACHE]/git/foo.googlesource.com-foo", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.remote set-url", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "config", |
| "core.longpaths", |
| "true" |
| ], |
| "cwd": "[CACHE]/git/foo.googlesource.com-foo", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.set core.longpaths", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "config", |
| "fetch.uriprotocols", |
| "https" |
| ], |
| "cwd": "[CACHE]/git/foo.googlesource.com-foo", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.enable packfiles", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "config", |
| "--replace-all", |
| "remote.origin.fetch", |
| "+refs/heads/*:refs/heads/*", |
| "\\+refs/heads/\\*:.*" |
| ], |
| "cwd": "[CACHE]/git/foo.googlesource.com-foo", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.replace fetch configs", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "fetch", |
| "--prune", |
| "--tags", |
| "--jobs", |
| "4", |
| "origin" |
| ], |
| "cwd": "[CACHE]/git/foo.googlesource.com-foo", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.git fetch", |
| "timeout": 1200.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0o777", |
| "[CLEANUP]/copy_roll_checkout_tmp_1/.git/objects/info" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.makedirs object/info", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[CACHE]/git/foo.googlesource.com-foo/objects\n", |
| "[CLEANUP]/copy_roll_checkout_tmp_1/.git/objects/info/alternates" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.alternates", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@", |
| "@@@STEP_LOG_LINE@alternates@[CACHE]/git/foo.googlesource.com-foo/objects@@@", |
| "@@@STEP_LOG_END@alternates@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "remove", |
| "[CACHE]/git/.GUARD_FILE" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.cache.remove git cache guard file", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "fetch", |
| "--tags", |
| "--jobs", |
| "4", |
| "origin", |
| "h3ll0" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.git fetch", |
| "timeout": 1200.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "checkout", |
| "-f", |
| "FETCH_HEAD" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.git checkout", |
| "timeout": 1200.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "rev-parse", |
| "HEAD" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.git rev-parse", |
| "timeout": 300.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "clean", |
| "-f", |
| "-d", |
| "-x" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.git clean", |
| "timeout": 1200.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "dest.checkout https://foo.googlesource.com/foo.submodule", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "dest.checkout https://foo.googlesource.com/foo.submodule.submodule", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "submodule", |
| "sync" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.submodule.submodule.git submodule sync", |
| "timeout": 1200.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@4@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "git", |
| "submodule", |
| "update", |
| "--init", |
| "--jobs", |
| "4" |
| ], |
| "cwd": "[CLEANUP]/copy_roll_checkout_tmp_1", |
| "env": { |
| "GIT_ADVICE": "0", |
| "GIT_CONFIG_COUNT": "4", |
| "GIT_CONFIG_KEY_0": "fetch.unpackLimit", |
| "GIT_CONFIG_KEY_1": "gc.auto", |
| "GIT_CONFIG_KEY_2": "gc.autoDetach", |
| "GIT_CONFIG_KEY_3": "gc.autoPackLimit", |
| "GIT_CONFIG_VALUE_0": "1", |
| "GIT_CONFIG_VALUE_1": "0", |
| "GIT_CONFIG_VALUE_2": "0", |
| "GIT_CONFIG_VALUE_3": "0" |
| }, |
| "infra_step": true, |
| "name": "dest.checkout https://foo.googlesource.com/foo.submodule.submodule.git submodule update", |
| "timeout": 1800.0, |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@4@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[CLEANUP]/copy_roll_checkout_tmp_1/source", |
| "/path/to/tmp/" |
| ], |
| "infra_step": true, |
| "name": "dest.read source source", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@source@newnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnew@@@", |
| "@@@STEP_LOG_END@source@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "dest.new source", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_SUMMARY_TEXT@'newnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnew'@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "is_executable", |
| "[START_DIR]/checkout/dest" |
| ], |
| "infra_step": true, |
| "name": "dest.check executable destination dest", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "is_executable", |
| "[CLEANUP]/copy_roll_checkout_tmp_1/source" |
| ], |
| "infra_step": true, |
| "name": "dest.check executable source source", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[CLEANUP]/copy_roll_checkout_tmp_1/source", |
| "[START_DIR]/checkout/dest" |
| ], |
| "infra_step": true, |
| "name": "dest.copy destination dest", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "commit message", |
| "~followup_annotations": [ |
| "@@@STEP_SUMMARY_TEXT@roll: dest\n\nFrom\n 90 chars\nTo\n 93 chars\n\n@@@", |
| "@@@SET_BUILD_PROPERTY@dest@{\"new\": \"newnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnewnew\", \"old\": \"oldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldold\", \"path\": \"dest\", \"revision\": \"h3ll0\"}@@@" |
| ] |
| }, |
| { |
| "name": "$result" |
| } |
| ] |