Path: blob/main/infra/recipes/build_baguette_image.expected/no props.json
5394 views
[1{2"cmd": [3"vpython3",4"-u",5"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",6"--spec-path",7"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'platform2', 'url': 'https://chromium.googlesource.com/chromiumos/platform2/'}]",8"--revision_mapping_file",9"{}",10"--git-cache-dir",11"[CACHE]/git",12"--cleanup-dir",13"[CLEANUP]/bot_update",14"--output_json",15"/path/to/tmp/json",16"--revision",17"platform2@HEAD"18],19"cwd": "[CACHE]",20"env": {21"CHROME_HEADLESS": "1",22"DEPOT_TOOLS_COLLECT_METRICS": "0",23"GIT_BACKENDINFO": "1",24"GIT_DAPPER_TRACE": "1",25"GIT_HTTP_LOW_SPEED_LIMIT": "102400",26"GIT_HTTP_LOW_SPEED_TIME": "1800",27"GIT_SSH_COMMAND": "ssh -o SendEnv=GIT_DAPPER_TRACE -o SendEnv=GIT_BACKENDINFO",28"GIT_TRACE2_EVENT": "[CLEANUP]/trace2-event",29"GIT_TRACE_CURL": "[CLEANUP]/trace-curl",30"GIT_TRACE_CURL_NO_DATA": "1",31"GIT_TRACE_PACKET": "[CLEANUP]/trace-packet"32},33"env_suffixes": {34"DEPOT_TOOLS_UPDATE": [35"0"36],37"PATH": [38"RECIPE_REPO[depot_tools]"39]40},41"infra_step": true,42"name": "bot_update",43"~followup_annotations": [44"@@@STEP_TEXT@Some step text@@@",45"@@@[email protected]@{@@@",46"@@@[email protected]@ \"did_run\": true,@@@",47"@@@[email protected]@ \"fixed_revisions\": {@@@",48"@@@[email protected]@ \"platform2\": \"HEAD\"@@@",49"@@@[email protected]@ },@@@",50"@@@[email protected]@ \"manifest\": {@@@",51"@@@[email protected]@ \"platform2\": {@@@",52"@@@[email protected]@ \"repository\": \"https://fake.org/platform2.git\",@@@",53"@@@[email protected]@ \"revision\": \"2a35890fbbc35729fd9e1c6b98fc9968654d8902\"@@@",54"@@@[email protected]@ }@@@",55"@@@[email protected]@ },@@@",56"@@@[email protected]@ \"patch_root\": null,@@@",57"@@@[email protected]@ \"properties\": {@@@",58"@@@[email protected]@ \"got_revision\": \"2a35890fbbc35729fd9e1c6b98fc9968654d8902\",@@@",59"@@@[email protected]@ \"got_revision_cp\": \"refs/heads/main@{#151567}\"@@@",60"@@@[email protected]@ },@@@",61"@@@[email protected]@ \"root\": \"platform2\",@@@",62"@@@[email protected]@ \"source_manifest\": {@@@",63"@@@[email protected]@ \"directories\": {@@@",64"@@@[email protected]@ \"platform2\": {@@@",65"@@@[email protected]@ \"git_checkout\": {@@@",66"@@@[email protected]@ \"repo_url\": \"https://fake.org/platform2.git\",@@@",67"@@@[email protected]@ \"revision\": \"2a35890fbbc35729fd9e1c6b98fc9968654d8902\"@@@",68"@@@[email protected]@ }@@@",69"@@@[email protected]@ }@@@",70"@@@[email protected]@ },@@@",71"@@@[email protected]@ \"version\": 0@@@",72"@@@[email protected]@ },@@@",73"@@@[email protected]@ \"step_text\": \"Some step text\"@@@",74"@@@[email protected]@}@@@",75"@@@[email protected]@@@",76"@@@SET_BUILD_PROPERTY@got_revision@\"2a35890fbbc35729fd9e1c6b98fc9968654d8902\"@@@",77"@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/main@{#151567}\"@@@"78]79},80{81"cmd": [82"docker",83"buildx"84],85"cwd": "[CACHE]/platform2/vm_tools/baguette_image",86"name": "check docker buildx install"87},88{89"cmd": [90"git",91"rev-parse",92"HEAD"93],94"cwd": "[CACHE]/platform2/vm_tools/baguette_image",95"name": "Get git hash"96},97{98"cmd": [99"./src/docker-build.sh"100],101"cwd": "[CACHE]/platform2/vm_tools/baguette_image",102"name": "build baguette images"103},104{105"cmd": [],106"name": "upload VM images"107},108{109"cmd": [],110"name": "upload VM images.upload amd64 image",111"~followup_annotations": [112"@@@STEP_NEST_LEVEL@1@@@",113"@@@STEP_LINK@image@https://storage.googleapis.com/cros-containers/baguette/images/baguette_rootfs_amd64_2012-05-14-125321_.img.zstd@@@"114]115},116{117"cmd": [118"python3",119"-u",120"RECIPE_MODULE[depot_tools::gsutil]/resources/gsutil_smart_retry.py",121"--",122"RECIPE_REPO[depot_tools]/gsutil.py",123"----",124"cp",125"docker_export/baguette_rootfs_amd64.img.zstd",126"gs://cros-containers/baguette/images/baguette_rootfs_amd64_2012-05-14-125321_.img.zstd"127],128"cwd": "[CACHE]/platform2/vm_tools/baguette_image",129"infra_step": true,130"name": "upload VM images.upload amd64 image.gsutil upload",131"~followup_annotations": [132"@@@STEP_NEST_LEVEL@2@@@",133"@@@[email protected]@https://storage.cloud.google.com/cros-containers/baguette/images/baguette_rootfs_amd64_2012-05-14-125321_.img.zstd@@@",134"@@@SET_BUILD_PROPERTY@gsutil_urls@{\"upload VM images|upload amd64 image|gsutil upload\": \"gs://cros-containers/baguette/images/baguette_rootfs_amd64_2012-05-14-125321_.img.zstd\"}@@@"135]136},137{138"cmd": [],139"name": "upload VM images.upload arm64 image",140"~followup_annotations": [141"@@@STEP_NEST_LEVEL@1@@@",142"@@@STEP_LINK@image@https://storage.googleapis.com/cros-containers/baguette/images/baguette_rootfs_arm64_2012-05-14-125321_.img.zstd@@@"143]144},145{146"cmd": [147"python3",148"-u",149"RECIPE_MODULE[depot_tools::gsutil]/resources/gsutil_smart_retry.py",150"--",151"RECIPE_REPO[depot_tools]/gsutil.py",152"----",153"cp",154"docker_export/baguette_rootfs_arm64.img.zstd",155"gs://cros-containers/baguette/images/baguette_rootfs_arm64_2012-05-14-125321_.img.zstd"156],157"cwd": "[CACHE]/platform2/vm_tools/baguette_image",158"infra_step": true,159"name": "upload VM images.upload arm64 image.gsutil upload",160"~followup_annotations": [161"@@@STEP_NEST_LEVEL@2@@@",162"@@@[email protected]@https://storage.cloud.google.com/cros-containers/baguette/images/baguette_rootfs_arm64_2012-05-14-125321_.img.zstd@@@",163"@@@SET_BUILD_PROPERTY@gsutil_urls@{\"upload VM images|upload amd64 image|gsutil upload\": \"gs://cros-containers/baguette/images/baguette_rootfs_amd64_2012-05-14-125321_.img.zstd\", \"upload VM images|upload arm64 image|gsutil upload\": \"gs://cros-containers/baguette/images/baguette_rootfs_arm64_2012-05-14-125321_.img.zstd\"}@@@"164]165},166{167"name": "$result"168}169]170171