commit | ed0be5768071e6cf919bd975c5cbc300120b3a03 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Jul 13 04:28:46 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 13 04:28:46 2024 +0000 |
tree | 363695737b06a86dfc7626478949e4f657a4c069 | |
parent | 7d5d8c7e36eb15d8a5389ca19e3b0aeb1daa1326 [diff] | |
parent | f4108ce41f003e9c76a6d290e047c15863e3c904 [diff] |
Snap for 12086094 from f4108ce41f003e9c76a6d290e047c15863e3c904 to androidx-benchmark-release Change-Id: I22b955202ebd516875713b8a87decf0e625fe7a9
Fetch artifact is a tool for downloading artifacts from Android's continuous integration service.
target
: Required - The target you would like to download the artifact from.artifact
: Required - The artifact to download.build_id
or branch
, but not bothbuild_id
is provided, the script would download the artifact from that build_id
.branch
is provided, the script would download the artifact from the last known good build of that branch
.output
: Optional - If you would like the contents of the file to be written to a specific file.-
: Optional - If you would like the contents of the file to be written to stdout (must be the last arg)fetch_artifact -target=aosp_arm64-userdebug -build_id=7000390 -artifact=COPIED
fetch_artifact -target=aosp_arm64-userdebug -build_id=7000390 -artifact=COPIED -
fetch_artifact -target=aosp_arm64-trunk_staging-userdebug -branch=aosp-main -artifact=COPIED
OUT_DIR=out ./build