Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
android_ndk_darwin/ | 04-Jul-2025 | - | 78 | 49 | ||
android_ndk_linux/ | 04-Jul-2025 | - | 42 | 23 | ||
android_ndk_windows/ | 04-Jul-2025 | - | 42 | 23 | ||
android_sdk_linux/ | 04-Jul-2025 | - | 103 | 55 | ||
arm64_sysroot/ | 04-Jul-2025 | - | 78 | 49 | ||
armhf_sysroot/ | 04-Jul-2025 | - | 79 | 48 | ||
bazel/ | 04-Jul-2025 | - | 2 | 2 | ||
bazel_build_task_driver/ | 04-Jul-2025 | - | 47 | 29 | ||
bazelisk/ | 04-Jul-2025 | - | 3 | 2 | ||
bazelisk_linux_amd64/ | 04-Jul-2025 | - | 44 | 23 | ||
bazelisk_linux_arm64/ | 04-Jul-2025 | - | 44 | 23 | ||
bazelisk_mac_amd64/ | 04-Jul-2025 | - | 44 | 23 | ||
bazelisk_mac_arm64/ | 04-Jul-2025 | - | 44 | 23 | ||
bazelisk_win_amd64/ | 04-Jul-2025 | - | 44 | 23 | ||
binutils_linux_x64/ | 04-Jul-2025 | - | 61 | 34 | ||
bloaty/ | 04-Jul-2025 | - | 50 | 27 | ||
cabe/ | 04-Jul-2025 | - | 4 | 2 | ||
cast_toolchain/ | 04-Jul-2025 | - | 1 | 1 | ||
ccache_linux/ | 04-Jul-2025 | - | 51 | 28 | ||
ccache_mac/ | 04-Jul-2025 | - | 52 | 28 | ||
chromebook_arm64_gles/ | 04-Jul-2025 | - | 158 | 89 | ||
chromebook_arm_gles/ | 04-Jul-2025 | - | 145 | 82 | ||
chromebook_x86_64_gles/ | 04-Jul-2025 | - | 145 | 82 | ||
clang_linux/ | 04-Jul-2025 | - | 160 | 119 | ||
clang_win/ | 04-Jul-2025 | - | 53 | 28 | ||
cmake_linux/ | 04-Jul-2025 | - | 46 | 26 | ||
cmake_mac/ | 04-Jul-2025 | - | 46 | 26 | ||
cockroachdb/ | 04-Jul-2025 | - | 45 | 26 | ||
dwritecore/ | 04-Jul-2025 | - | 65 | 41 | ||
gcloud_linux/ | 04-Jul-2025 | - | 73 | 43 | ||
go/ | 04-Jul-2025 | - | 47 | 27 | ||
go_win/ | 04-Jul-2025 | - | 45 | 24 | ||
gsutil/ | 04-Jul-2025 | - | 50 | 30 | ||
ios-dev-image-11.4/ | 04-Jul-2025 | - | 8 | 6 | ||
ios-dev-image-13.3/ | 04-Jul-2025 | - | 9 | 6 | ||
ios-dev-image-13.4/ | 04-Jul-2025 | - | 9 | 6 | ||
ios-dev-image-13.5/ | 04-Jul-2025 | - | 9 | 6 | ||
ios-dev-image-13.6/ | 04-Jul-2025 | - | 9 | 6 | ||
ios-dev-image-14.4/ | 04-Jul-2025 | - | 9 | 6 | ||
jq/ | 04-Jul-2025 | - | 44 | 23 | ||
jq_mac_arm64/ | 04-Jul-2025 | - | 44 | 23 | ||
kubectl/ | 04-Jul-2025 | - | 49 | 29 | ||
kubeval/ | 04-Jul-2025 | - | 48 | 28 | ||
kubeval_mac_amd64/ | 04-Jul-2025 | - | 48 | 28 | ||
linux_vulkan_sdk/ | 04-Jul-2025 | - | 55 | 34 | ||
lottie-samples/ | 04-Jul-2025 | - | 29 | 12 | ||
mesa_intel_driver_linux/ | 04-Jul-2025 | - | 178 | 106 | ||
mesa_intel_driver_linux_22/ | 04-Jul-2025 | - | 172 | 105 | ||
mockery/ | 04-Jul-2025 | - | 77 | 35 | ||
mskp/ | 04-Jul-2025 | - | ||||
node/ | 04-Jul-2025 | - | 42 | 23 | ||
patch_linux_amd64/ | 04-Jul-2025 | - | 46 | 26 | ||
protoc/ | 04-Jul-2025 | - | 36 | 17 | ||
provisioning_profile_ios/ | 04-Jul-2025 | - | ||||
scripts/ | 04-Jul-2025 | - | 136 | 59 | ||
skimage/ | 04-Jul-2025 | - | 45 | 24 | ||
skp/ | 04-Jul-2025 | - | 284 | 201 | ||
skparagraph/ | 04-Jul-2025 | - | 76 | 43 | ||
svg/ | 04-Jul-2025 | - | 81 | 50 | ||
text_blob_traces/ | 04-Jul-2025 | - | 42 | 26 | ||
valgrind/ | 04-Jul-2025 | - | 109 | 77 | ||
win_ninja/ | 04-Jul-2025 | - | 36 | 17 | ||
win_toolchain/ | 04-Jul-2025 | - | 136 | 77 | ||
xcode-11.4.1/ | 04-Jul-2025 | - | ||||
yq/ | 04-Jul-2025 | - | 44 | 23 | ||
yq_mac_arm64/ | 04-Jul-2025 | - | 44 | 23 | ||
README.md | D | 04-Jul-2025 | 1.7 KiB | 58 | 43 |
README.md
1Assets 2====== 3 4This directory contains tooling for managing assets used by the bots. The 5primary entry point is assets.py, which allows a user to add, remove, upload, 6and download assets. 7 8Assets are stored in Google Storage, named for their version number. 9 10 11Individual Assets 12----------------- 13 14Each asset has its own subdirectory with the following contents: 15* VERSION: The current version number of the asset. 16* [optional] create.py: Script which creates the asset, implemented by the user and called by `sk asset upload`. 17* [optional] create\_and\_upload.py: User-implemented convenience script which wraps `sk asset upload` in whatever way makes sense for the asset. 18 19 20Examples 21------- 22 23As with all uses of `sk asset`, the following will only work if you have a 24google.com account and have authenticated with 25`gcloud auth application-default login`. 26 27Add a new asset and upload an initial version. 28 29``` 30$ sk asset add myasset 31Do you want to add a creation script for this asset? (y/n): n 32$ sk asset upload --in ${MY_ASSET_LOCATION} myasset 33$ git commit 34``` 35 36Add an asset whose creation can be automated. 37 38``` 39$ sk asset add myasset 40Do you want to add a creation script for this asset? (y/n): y 41Created infra/bots/assets/myasset/create.py; you will need to add implementation before uploading the asset. 42$ vi infra/bots/assets/myasset/create.py 43(implement the create_asset function) 44$ sk asset upload myasset 45$ git commit 46``` 47 48Update an asset. 49 50``` 51(update the create.py script) 52$ sk asset upload myasset 53(assuming infra/bots/assets/myasset/VERSION has been updated by the previous 54 command, regenerate tasks.json per infra/bots/README:) 55$ make -C infra/bots train 56$ git commit 57``` 58