Path: blob/main/infra/recipes/uprev_baguette_image.expected/Submit bot uprev.json
5394 views
[1{2"cmd": [3"python3",4"-u",5"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",6"--path",7"[CLEANUP]/tmp_tmp_1",8"--url",9"https://chromium.googlesource.com/chromiumos/platform2/"10],11"name": "git setup"12},13{14"cmd": [15"git",16"fetch",17"origin",18"main",19"--progress",20"--depth",21"1"22],23"cwd": "[CLEANUP]/tmp_tmp_1",24"env": {25"PATH": "RECIPE_REPO[depot_tools]:<PATH>"26},27"infra_step": true,28"name": "git fetch"29},30{31"cmd": [32"git",33"checkout",34"-f",35"FETCH_HEAD"36],37"cwd": "[CLEANUP]/tmp_tmp_1",38"infra_step": true,39"name": "git checkout"40},41{42"cmd": [43"git",44"rev-parse",45"HEAD"46],47"cwd": "[CLEANUP]/tmp_tmp_1",48"infra_step": true,49"name": "read revision",50"~followup_annotations": [51"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"52]53},54{55"cmd": [56"git",57"clean",58"-f",59"-d",60"-x"61],62"cwd": "[CLEANUP]/tmp_tmp_1",63"infra_step": true,64"name": "git clean"65},66{67"cmd": [68"git",69"submodule",70"sync"71],72"cwd": "[CLEANUP]/tmp_tmp_1",73"infra_step": true,74"name": "submodule sync"75},76{77"cmd": [78"git",79"submodule",80"update",81"--init",82"--recursive"83],84"cwd": "[CLEANUP]/tmp_tmp_1",85"infra_step": true,86"name": "submodule update"87},88{89"cmd": [90"curl",91"-Lo",92".git/hooks/commit-msg",93"https://chromium-review.googlesource.com/tools/hooks/commit-msg"94],95"cwd": "[CLEANUP]/tmp_tmp_1",96"name": "Install commit hook"97},98{99"cmd": [100"chmod",101"+x",102".git/hooks/commit-msg"103],104"cwd": "[CLEANUP]/tmp_tmp_1",105"name": "Make commit hook executable"106},107{108"cmd": [109"bash",110"vm_tools/baguette_image/src/uprev-version-pin.sh"111],112"cwd": "[CLEANUP]/tmp_tmp_1",113"name": "Run uprev-image-version.sh"114},115{116"cmd": [117"git",118"diff",119"--exit-codes",120"-q",121"vm_tools/concierge/baguette_version.h"122],123"cwd": "[CLEANUP]/tmp_tmp_1",124"infra_step": true,125"name": "git diff"126},127{128"cmd": [129"git",130"add",131"vm_tools/concierge/baguette_version.h"132],133"cwd": "[CLEANUP]/tmp_tmp_1",134"infra_step": true,135"name": "git add"136},137{138"cmd": [139"git",140"commit",141"-m",142"vm_tools: Uprev baguette_image version\n\nGenerated by https://cr-buildbucket.appspot.com/build/0."143],144"cwd": "[CLEANUP]/tmp_tmp_1",145"infra_step": true,146"name": "git commit"147},148{149"cmd": [150"git",151"push",152"origin",153"HEAD:refs/for/main%[email protected],l=Bot-Commit+1,l=Commit-Queue+2"154],155"cwd": "[CLEANUP]/tmp_tmp_1",156"infra_step": true,157"name": "git push"158},159{160"name": "$result"161}162]163164