History log of /external/skia/infra/bots/assets/assets.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a34e95a77bd0812e4af3dbb3b3f83072fd04a780 09-Nov-2016 Eric Boren <borenet@google.com> Fix assets.py args

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4588

Change-Id: Id2ddbabf8920e59341555f7f4c65a9b1ccabf4d6
Reviewed-on: https://skia-review.googlesource.com/4588
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
/external/skia/infra/bots/assets/assets.py
a42405aa522cd33292b9817da460e9f29e00a201 09-Sep-2016 borenet <borenet@chromium.org> Fix issues in assets scripts

- Delete unconditionally uses 'gsutil'
- args.gsutil not plumbed properly

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2326663002

Review-Url: https://codereview.chromium.org/2326663002
/external/skia/infra/bots/assets/assets.py
f9bd9da14a668008b3cff9ef69ebf50962e4fd44 28-Jun-2016 borenet <borenet@chromium.org> Add CIPD support for bot assets

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2085473002

Review-Url: https://codereview.chromium.org/2085473002
/external/skia/infra/bots/assets/assets.py
0f1469bcdad11cf8bfe79ace33d28052418ecb48 15-Jun-2016 borenet <borenet@chromium.org> Add asset management scripts

These provide an easy way to create assets to be used by bots,
eg. Android SDK.

To create an asset:
$ infra/bots/assets/assets.py add android_sdk
(adds scripts in infra/bots/assets/android_sdk)

To upload a new version of an asset:
$ infra/bots/assets/android_sdk/upload.py -t $ANDROID_SDK_ROOT
(uploads Android SDK to GS, writes a version file)
$ git commit
$ git cl upload

To download the current version of the asset:
$ infra/bots/assets/android_sdk/download.py -t ../tmp

BUG=skia:5427
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2069543002

Review-Url: https://codereview.chromium.org/2069543002
/external/skia/infra/bots/assets/assets.py