hyperspec-ai / orion-ros2-reference

Project Orion is an open source initiative to democratize the development of intelligent data collection systems for autonomous vehicle software, infrastructure and data pipelines for creating high quality certified data sets for researchers. The project is driven by a committee established by industrial partners.
MIT License
3 stars 2 forks source link

Create bucket for binaries on s3 for different target architectures #3

Open sputtagunta opened 4 years ago

sputtagunta commented 4 years ago

format is:

bucket/builds/[git_hash]/[target_architecture]/[node_name].tar.gz bucket/builds/[branch_name]/[target_architecture]/[node_name].tar.gz

example branch names:

example target_architecture:

example node_names: start with lib + CamelCase(node_name) + "Node.so"

sputtagunta commented 4 years ago

Currently, the setup has the path backwords

Planned: bucket/builds/[git_hash]/[target_architecture]/[node_name].tar.gz bucket/builds/[branch_name]/[target_architecture]/[node_name].tar.gz

Implemented: bucket/builds/[target_architecture]/[git_hash]/[node_name].tar.gz bucket/builds/[target_architecture]/[branch_name]/[node_name].tar.gz

please use the planned schematic with the git_hash and branch name before the target architecture.