@ -18,6 +18,7 @@
"-v"
"-v"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "count-objects before git fetch" ,
"name" : "count-objects before git fetch" ,
"stdout" : "/path/to/tmp/" ,
"stdout" : "/path/to/tmp/" ,
"~followup_annotations" : [
"~followup_annotations" : [
@ -45,6 +46,7 @@
"env" : {
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
} ,
"infra_step" : true ,
"name" : "git fetch"
"name" : "git fetch"
} ,
} ,
{
{
@ -54,6 +56,7 @@
"-v"
"-v"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "count-objects after git fetch" ,
"name" : "count-objects after git fetch" ,
"stdout" : "/path/to/tmp/" ,
"stdout" : "/path/to/tmp/" ,
"~followup_annotations" : [
"~followup_annotations" : [
@ -107,6 +110,7 @@
"FETCH_HEAD"
"FETCH_HEAD"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git checkout"
"name" : "git checkout"
} ,
} ,
{
{
@ -116,6 +120,7 @@
"HEAD"
"HEAD"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "read revision" ,
"name" : "read revision" ,
"stdout" : "/path/to/tmp/" ,
"stdout" : "/path/to/tmp/" ,
"~followup_annotations" : [
"~followup_annotations" : [
@ -131,6 +136,7 @@
"-x"
"-x"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git clean"
"name" : "git clean"
} ,
} ,
{
{
@ -140,6 +146,7 @@
"sync"
"sync"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "submodule sync"
"name" : "submodule sync"
} ,
} ,
{
{
@ -151,6 +158,7 @@
"--recursive"
"--recursive"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "submodule update"
"name" : "submodule update"
} ,
} ,
{
{
@ -162,6 +170,7 @@
"-v"
"-v"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "count-objects" ,
"name" : "count-objects" ,
"stdout" : "/path/to/tmp/"
"stdout" : "/path/to/tmp/"
} ,
} ,
@ -173,6 +182,7 @@
"remote.origin.url"
"remote.origin.url"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git config remote.origin.url" ,
"name" : "git config remote.origin.url" ,
"stdout" : "/path/to/tmp/" ,
"stdout" : "/path/to/tmp/" ,
"~followup_annotations" : [
"~followup_annotations" : [
@ -188,6 +198,7 @@
"-s"
"-s"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git show" ,
"name" : "git show" ,
"stdout" : "/path/to/tmp/"
"stdout" : "/path/to/tmp/"
} ,
} ,
@ -199,6 +210,7 @@
"--tags"
"--tags"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git fetch tags"
"name" : "git fetch tags"
} ,
} ,
{
{
@ -207,6 +219,7 @@
"status"
"status"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git status"
"name" : "git status"
} ,
} ,
{
{
@ -215,6 +228,7 @@
"status"
"status"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git status can_fail_build"
"name" : "git status can_fail_build"
} ,
} ,
{
{
@ -223,6 +237,7 @@
"status"
"status"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git status cannot_fail_build"
"name" : "git status cannot_fail_build"
} ,
} ,
{
{
@ -235,6 +250,7 @@
"env" : {
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
} ,
"infra_step" : true ,
"name" : "git new-branch refactor"
"name" : "git new-branch refactor"
} ,
} ,
{
{
@ -249,6 +265,7 @@
"env" : {
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
} ,
"infra_step" : true ,
"name" : "git new-branch feature"
"name" : "git new-branch feature"
} ,
} ,
{
{
@ -258,6 +275,7 @@
"origin/master"
"origin/master"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "my repo rebase"
"name" : "my repo rebase"
} ,
} ,
{
{
@ -269,6 +287,7 @@
"--all"
"--all"
] ,
] ,
"cwd" : "[START_DIR]/src" ,
"cwd" : "[START_DIR]/src" ,
"infra_step" : true ,
"name" : "git bundle"
"name" : "git bundle"
} ,
} ,
{
{