kboronski-ant / symbiflow-tools-data-manager

Python based package manager to get packages and artifacts of symbiflow projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SymbiFlow tools data manager (STDM)

This python package is used to retrieve the latest artifacts stored in Google Cloude Storage (GCS). The artifacts are uploaded by the SymbiFlow projects CI builds.

Usage

This script has four optional parameters to control which bucket and which artifact to get:

  • --project: name of the project/repository within the SymbiFlow organization. (default symbiflow-arch-defs)
  • --build_name: name of the CI that has uploaded the desired artifact. (default install)
  • --jobset: name of the jobset. This can assume two values: presubmit, continuous (default).
  • --get_max_int: option to return also the number of the latest build. (default False)

About

Python based package manager to get packages and artifacts of symbiflow projects

License:Apache License 2.0


Languages

Language:Python 71.3%Language:Shell 28.7%